Error Message on Alteryx App
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
I have an Alteryx APP with a List Box Interface tool governed by the following expression: [Geography] = IN ("AMER","APAC","EMEA")
When I run the app, I come across the following error message:
"There were Errors:
Parse Error at char(0): Unknown variable "AMER"
What does this error mean and how do I fix it?
Thanks
Solved! Go to Solution.
- Labels:
- Apps
- Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Though this depends how your action is configured.
Perhaps your overwriting the quotes in your formula as an alternative.
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In the list box, there is a setting option to create a "lista,listb,listc" output. You need to generate a custom list ...
https://help.alteryx.com/current/ListBox.htm?Highlight=list%20box
This help article should help.
Cheers,
Mark
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Further to @MarqueeCrew advice. It looks like if you change the List Tool configuration to create the custom list and modify the Action tool update to specifically replace the string for your filter you should get the results expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks everyone for your help. It worked!
