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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
GrantBooth
Creator
Creator

Conditional Drill Down Dimensions

I am trying to make a filter use different dimensions if a condition is met.

So I have a button v.IncludeClosedBranch, if the value is 0 I would like to use  one drilldown dimension, and if the value is 1 I would like to use a different drilldown dimension. How would I go about doing this?

2 Replies
Digvijay_Singh

Can you share what have you tried so far, would take less time to make corrections instead of assuming the real scenario you have got, something like this may be - 

if($(vIncludeClosedBranch), Dimension1,Dimension2)

GrantBooth
Creator
Creator
Author

Thanks for reaching out, I decided to solve the problem by not doing it as it wasn't really necessary.