Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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)