SOLVED
Error: Multi Field Formaula - Parse Error at char (n): Malformed Function Call
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
HassimDiallo
7 - Meteor
‎08-28-2024
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to solve for the below issue. I have trailing signage that are getting dropped at the end of my workflow and losing all my credit (-) balances and becoming positive. For example 2000- should be -2000.
Amount
2000-
15
45-
Using the below Multi Field formula and getting Parse Error at char (n): Malformed Function Call error. It looks like a parenthesis might be missing somewhere but i am able to see what's wrong with it.
ToNumber (IF Right(Trim([_CurrentField_]),1) = "-" THEN ToNumber ( Left(Trim([_CurrentField_]), Length(Trim([_CurrentField_]))*-1
ELSE [_CurrentField_]
ENDIF)
Please help with troubleshooting.
Thank you
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
3 REPLIES 3
12 - Quasar
‎08-28-2024
09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎08-28-2024
11:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
12 - Quasar
‎08-28-2024
12:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No problem @HassimDiallo !
