core.noscript.text
Hi all. I need help in replacing the sign from suffix to prefix of the data. refer to the attached input and output. please help
Solved! Go to Solution.
Hi @SCK ,try this.
Formula- REGEX_Replace([marks], "(.*)\-", "\-$1")
Thanks.
Check the attached solution,
please let me know if it works for you.
Hi @SCK,
Alternate Solution.
I hope it helps
All solutions worked, thank you so much!