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

Filter out Data

I have a table in qliksense as below and need to filter out Data that is blank in a different colum

 

ie I don't want Screws showing on the table because the #not available is blank

 

Products# not available# Sites affected
Screws -
Nuts10489
Labels (1)
1 Reply
andoryuu
Creator III
Creator III

If [# not available] is the empty string you can have a master item have the following set analysis and exclude nulls:
=Aggr(Only({<[# not available]={''}>}Products),Products)

That said, what data model do you have that has an aggregatable field that can also result in an empty string? Are you importing it as strings and treating it like a dimension?