Hi Team,
Please help on a formula, if there is something straight. I need the negative input (-164.15) to be displayed as (164.15-).
Thanks
Naga
Solved! Go to Solution.
Hi @Naga,
There are many ways in which this could be done, just to add an alternative to @Aaron_Harter you could use:
REGEX_Replace(ToString([Value]), '^(-)?(.*)', '$2$1')
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan