Forum Discussion

Sowjanya_09's avatar
Sowjanya_09
Frequent Visitor
4 years ago
Solved

How to write If function not to choose null values

I created a New column using this
Date Filter For DueDate = IF( HD_Ticket[DUE_DATE] < TODAY(), 1,0) but it was returned 1 to the null values too.
I don't want null values.