Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula error

anamik72
8 - Asteroid
Spoiler
 I get this error and don't know what's wrong. Can you help? Thanks

anamik72_0-1590835554013.png

 

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

[pri method] is likely a string.  In your final endif, you

check:  = 0

 

it should be:  = "0"

 

 easy to miss. 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
PhilipMannering
16 - Nebula
16 - Nebula

I think it's because [PRI Method] is a string, but you have the expression,

 

[PRI Method] = 0

 

in your formula.

Labels
Top Solution Authors