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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Configure 2 y-axis to be dynamically proportional to each other

I have a line graph with 2 y-axis. I need the right axis to be proportional to the left axis 1:7. But I cannot use Static Max settings, as the max values change when filtering.

Labels (1)
2 Replies
Not applicable
Author

Use max(aggr()) function on the first expression for each of the dimensions. Make a variable out of this and use it as max value for the expression. For the second expression use 7*variable as max value.

Hope this helps,

Kiran.

Anonymous
Not applicable
Author

Kiran,

Thanks.