
Contributor
2021-09-20
01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dynamic axis Min/Max range in Qliksense combo chart
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.
2,066 Views
1 Reply


Partner - Master III
2021-09-20
02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
