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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

suppressing nulls

Hello,

is there a way to suppress nulls in a List Box?

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

In listbox in available fields there is <Expression> option. In there you can type expression that suspend empty records. Something like =if(FieldName <>'', FieldName). If after this empty records are still shown then you really may have some "not so empty" values as Ryan sad.

View solution in original post

2 Replies
Not applicable
Author

List boxes should supress nulls all on thier own. Are you sure they're nulls? Perhaps your database is being naughty and returning you &nbsp characters or something otherwise equally insidious.

Not applicable
Author

In listbox in available fields there is <Expression> option. In there you can type expression that suspend empty records. Something like =if(FieldName <>'', FieldName). If after this empty records are still shown then you really may have some "not so empty" values as Ryan sad.