SOLVED
Help - I have a negative value on which I want the negative symbol to be in front
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Naga
8 - Asteroid
‎05-11-2020
08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
2 REPLIES 2
Aaron_Harter
11 - Bolide
‎05-11-2020
08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
15 - Aurora
‎05-11-2020
08:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
