Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

reg null values count at report level

Hi All,

I have another req... as i have null values at DB level...i would like to get the null records count at report level..

anybody has done earlier on this?

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Check this

NULL handling in QlikView

regards

ASHFAQ

Not applicable
Author

Hi,

you can use the NullCount function, or another option is to transform your nulls in the script to real data 'Null' for example so they are selectable and easier to investigate

eg if(isnull([Field 1]),'Null',[Field 1]) As [Field 1]

hope that helps

Joe

tresesco
MVP
MVP

Have a look at NullCount() as well.