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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create Dynamic Scaling based on selected Dimension

I am working with a trellis chart where the user can select a range of dimensions to flip in and out dynamically.  Based on the dimension selection (i.e. Zone) I would want to scale the data by X but when I drill in on a Zone and flip the dimension to Branch as another example, I want to then Scale the data by Y.

Is there a formula or something that can help me do this?

Thanks for any assistance you can provide!!

1 Reply
MarcoWedel

Hi,

if you're using dimension groups, then you can use limit expressions for your axes like

Pick(Match(GetCurrentField(YourGroupName),'Zone','Branch'),X,Y)

hope this helps

regards

Marco