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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Null value issue

Hi

I have a count of values in list box is 20 but it is showing count as 21 in header. i have a Data with null but I compressed in script using where condition. even though it is  showing as 21 instead of 20.when I count manually there are only 20.

Please help on this.

Thanks

13 Replies
Not applicable
Author

Hi

Attached Image is with null in Data. I filtered in Scripting using where condition like

where key>0;

but still in list box it is showing

sunny_talwar

Try this where statement:

Where If(Len(Trim(key)) > 0;

swuehl
MVP
MVP

Sorry I can't see your attached image.

If you want to filter NULL in your where clause, follow Sunny's suggestion, though I still havent't seen something that points to a NULL issue in the information you've posted so far (which you can read as: please post more details)

Not applicable
Author

Thanks sunny and swuehl

its perfect now

Problem is because of Duplicates