Hello Alteryx team,
I am getting this error: Parse Error at char(13): An expression cannot end with an operator (ToolId: 23) from the analytic app with a search functionality (2 text box- search by name and amount) in the Gallery. ToolID:23 is a filter tool to capture or filter the amount (in fixed decimal format).
Please help me solving this issue by checking on the attached screenshots:
Solved! Go to Solution.
Hello,
It appears that the character following the "=" sign may be causing the error. I recommend removing any spaces and then re-running the workflow.
If the issue persists, please share your workflow here for better understanding.
I would recommend a Numeric Up Down instead of a Text Box for anything numeric, that’s likely your cause!
If this is still an error after swapping to a numeric up down - i'd suggest this is a case where AMP is flagging to the wrong error - ie your text box isn't being processed because of an upstream error and Alteyrx is diagnosing the problem point incorrectly. If at all possiblel - turn off amp and retest.
hello @alexnajm . Thank you. I changed it to Numeric Up down and the error is gone.