SOLVED
Boolean
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
razzy
8 - Asteroid
‎05-30-2018
08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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")
Solved! Go to Solution.
Labels:
- Labels:
- Input
1 REPLY 1
20 - Arcturus
‎05-30-2018
10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
