Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

An expression cannot end with an operator

PassION_es
10 - Fireball

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:

Filter tool.PNG

Error_Gallery.PNG

action_tool.PNG

   

4 REPLIES 4
acotta17
7 - Meteor

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.

alexnajm
18 - Pollux
18 - Pollux

I would recommend a Numeric Up Down instead of a Text Box for anything numeric, that’s likely your cause!

apathetichell
20 - Arcturus

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.

PassION_es
10 - Fireball

hello @alexnajm . Thank you.  I changed it to Numeric Up down and the error is gone.

Labels
Top Solution Authors