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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
revathy_murugaiyan1113

Dynamic axis Min/Max range in Qliksense combo chart

revathy_murugaiyan1113_0-1632115563696.png

I need to show the Y axis range from the minimum value of my chart and its should be dynamic.

For Ex(minimum 57 or 56) the Y axis range should start  from this.

thanks in advance.

1 Reply
lironbaram
Partner - Master III
Partner - Master III

Hi, 
In the Y-axis settings, you can change the range setting from Auto to Custom.
Then you can use this expression for calculating the minimum value : 

 

min(aggr(Sum(Sales),YearMonth))

 

* Please note you'll need to replace the names of the fields with your real ones.

lironbaram_0-1632119443035.png