Hi,
I have a dataset and I have to remove everything affter '_'
MQ_ALs_234589
ERT_Alte_kjm56
Output:
MQ
ERT
@Sshasnk This can be done with the help of the substring function
Hi @Sshasnk
Here is a quick way of doing it, as long as you always want the data prior to the first _
@Sshasnk
Find attached the way of doing this using Replace_first function.
Please do not hesitate to mark this answer as solution if it helped.