Hi All,
I have been trying to remove everything after first - from the right of a string including the -
Example My string has
INPUT: Output;
ABC-DEF-GHI ABC-DEF
JHX-HZXE JHX
HDKDK12-HJDJ-7695 HDKDK12-HJDJ
Requirement is to always remove everything from the first - right of the string.
I have tried Right([account], FindString([account], '-')) and some regex functions but nothing is giving me the right result.
Let me know if anyone can help.
Regards,
Rahul