SOLVED
And if closing statement
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
darroyo01
6 - Meteoroid
‎12-20-2024
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello.
How do I close the last line without an error: (Error: Formula (18): Parse Error at char(125): Malformed If Statement (Expression #3)
IF [COUNTRY_OF_ISSUE] = "MX"
AND IF [CURRENCY_CODE] = "MXN"
AND IF [CURR_AMORT_FACTR] = "100" THEN "Not Needed" ELSE "" ENDIF
Thanks in advance
Solved! Go to Solution.
Labels:
- Labels:
- Alteryx Practice
2 REPLIES 2
binuacs
21 - Polaris
‎12-21-2024
04:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
IF [COUNTRY_OF_ISSUE] = "MX"
AND [CURRENCY_CODE] = "MXN"
AND [CURR_AMORT_FACTR] = "100" THEN
"Not Needed"
ELSE
""
ENDIF
‎12-23-2024
07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much!
