Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
DavidMetodoyEmocion
Contributor
Contributor

Calculated field

Hi

I want to add a new field in order to check if other field (Field1) is null or not.

  • If  Field1 is null, then the calculated field value must be "1"
  • If  Field1 is not null, then the calculated field value must be "0"

Can you help me with the formula?

Thanks a lot!

D

 

Labels (1)
1 Reply
Taoufiq_Zarra
MVP
MVP

If I understood correctly

=if(isnull(Field),1,0)
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉