Forum Discussion
Anonymous
3 years agoNot applicable
Dividir
Hola, necesito extraer el ID de la columna "ASUNTO", este ID tiene una longitud variable. ¿podría realizar esta extracción con una columna personalizada? que funcion deberia utilizar? o como me acon...
- 3 years ago
Hi Anonymous
You can add a custom column with below code.
Text.BeforeDelimiter(Text.Trim(Text.AfterDelimiter([ASUNTO], "-")), " ")Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
v-jingzhang
3 years agoCommunity Support
Hi Anonymous
You can add a custom column with below code.
Text.BeforeDelimiter(Text.Trim(Text.AfterDelimiter([ASUNTO], "-")), " ")
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.