Alteryx Designer Desktop Discussions

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

formula, !isnull

wonka1234
10 - Fireball

Hi,

 

How do I create a formula (same column) to get the !notnull values.

 

wonka1234_0-1647980307843.png

 

!IsNull(([Mainframe_ACF2]))  I am trying this but getting values of 0 and -1.

 

Thanks

 

11 REPLIES 11
Qizhan
5 - Atom

@KrishnaChithrathil thank you so much

DenisZ
11 - Bolide

If you want to mark not null columns with for example 1, then use the formula tool and call it IF isNull([Field1]) THEN 1 else 0 ENDIF. 

 

Hope this helps

Labels