Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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