Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Boolean

razzy
8 - Asteroid

Hi All,

I am using the formula tool in a boolean field , i am expecting to have outcome yes or no based on this formula i am attaching on boolean "0" as No, "1'" as Yes, but for some reason all the field is outputting is FALSE, can someone help with this?

 

IIF ([Experience_muscle_Weakness], "YES","NO")

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus

@razzy,

 

If the input data [Experience_muscle_Weakness] is a type = boolean, then the values of the incoming data are {True, False}.  When you output the data and want the values of "YES" and "NO", then you need to define the output variable as a STRING with a minimum length of 3 (e.g. V_String 3).

 

Then your formula will work as desired.

 

Cheers,
Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors