I have attchaed the SS for better understanding
I want only Book, Class and so on wan to remove Digit and Hyphen Prefix.
I have attchaed the SS for better understanding
I want only Book, Class and so on wan to remove Digit and Hyphen Prefix.
You can do it by data manipulation(Substring method, split method etc)
@kishan.savaliya Use below expression.
CurrentRow(“Name”).ToString.Trim.Split("-"c)(1)
Thanks all of you for Solution @tkiran @jack.chan @sb001 @loveleet_Saini
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.