Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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
krishna_2644
Specialist III
Specialist III

Try:

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