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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Excluding values from drilldown

Hi all,

New to Qlik..

I have created a drilldown including data I want to exclude on different levels.

Can anyone take me through how to do this, step-by-step?

Thank you in advance.

Best,

Nicolas

4 Replies
undergrinder
Specialist II
Specialist II

Hi Nicolas,

could you provide us some example?

Do you want exclude data only in drill down level, or absolutely from the application?

Exclude facts related to dimension, or dimension value?

G.

Anonymous
Not applicable
Author

Hi Gabor,

I would like to exclude the data on the drill-down level.

In some graphs it is related to dimension - so I have a scatter chart with Australia and regions within Australia. I want to exclude 1-2 regions.

Then in other graphs, I am showing the growth of sales in different products. I would like to exclude some products, in a pre-defined market - this is also dimension related.

Can some formula be inserted to exclude values with a certain name?

Hope this clarifies?

Best,

Nicolas

rangam_s
Creator II
Creator II

in the master dimension, apply if condition to exclude those items (like if(not wildmatch(Field, Exclusion Items),Field)).

Finally in the object select ignore nulls.

undergrinder
Specialist II
Specialist II

exactly, or there are many method to achieve this.

If that data is not requirement in the dashboard, I suggest filter out in load script with where [condition] block.

G.