Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

formula tool shows 0 instead of null in alteryx

tanvir_khan
8 - Asteroid

Hi all:

 

I'm using a formula tool and trying to assign NULL in a string field but it shows 0 all the time. Can anyone please tell me why it's not assigning NULL. Thanks in advance.

 

tanvir_khan_0-1617167308478.png

 

thanks!

1 REPLY 1
Mateusz_Pietrzak
6 - Meteoroid

Hi,

 

You need to put only formula Null() without the indication to the field and it should work.

Your formula [Filed] = Null() is a logic condition which gives you a False as the result.

Labels
Top Solution Authors