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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
qliknewbie_1
Contributor II
Contributor II

Exclude value from a dimension not used in table when Dimensions does not give you option to exclude null values

Hi,

I have a table where i would like to exclude one value from a dimension I'm not using in the table, but need to exclude. I've done this before with a if statement like this

= if(category <> 'Value', dimension)

And then I've unchecked the "Include null values option.

However, now I have a table where this option does not exist. How can I solve this then?

 

Thanks

Labels (3)
1 Reply
Qrishna
Master
Master

Try:

Aggr(Only({$<category -= {"Value"}>}dimension), dimension)