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.

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
Top Solution Authors