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

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