Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Issue with IF statement not applying T statement

LukeAlteryx
6 - Meteoroid

I have this IF statement in my formula and it works with the F statement but the T statement is not working.

The formula is this:

IF [AP]='Null' 

THEN [BP]+" - "+[CP]

ELSE [DP]+" - "+[AP]

ENDIF

 

So some of the outputs will have the F statement populated but not for the T statement. The data type is V_String by the way. 

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

This looks like a Formula rather than a Filter - can you clarify? What Filter condition are you hoping for to split between T and F?

apathetichell
20 - Arcturus

'Null' is the word Null. Null() - or isnull(field) would test for a null value.

LukeAlteryx
6 - Meteoroid

Thank you this was it! I am a little new to Alteryx so this helped greatly.

Labels
Top Solution Authors