Alteryx Designer Desktop Discussions

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

Error for formula tool in analytics app

SH_94
11 - Bolide

Hi Community,

 

I would like to ask how to fix the error below as i try to build the formula that show two outcome. If detour to right, it will show" Closing" otherwise " Opening".

 

Screenshot 1

Capture1.JPG

 

Screenshot 2

Capture2.JPG

Screenshot 3

Capture3.JPG

Screenshot 4

Capture4.JPG

Thank you.

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @SH_94 I would try two things the first I would update your formula to IF [#1] ='True' THEN 'Closing' ELSE 'Opening' Endif. Addtionally I would run your app in Open Debug Mode so you view how your app is behaving based on your choices on the Interface.

Labels