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.
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
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.
Thanks everyone for your help. It worked!