We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Analytical app

Rajag2
6 - Meteoroid

In the below screenshot when i run as a analytical app it showing the error

1 REPLY 1
BS_THE_ANALYST
15 - Aurora
15 - Aurora

@Rajag2 If I could take a guess, I think you've got a formula/filter tool with something like this:

 

[column] in ('X')

 

but it's erroring because it actually looks like this

 

[column] ('X').

 

It seems to being missing the operator. Difficult to tell without seeing what part is actually erroring though. Try to locate the tool with the error and send a screenshot of the tool's configuration (remove sensitive info, of course).

 

 

All the best,
BS

LinkedIN

Bulien
Labels
Top Solution Authors