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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Constant Y- Axes Value

Hi,

I am trying to create two graphs which compares the data for two entities. However the Y- axes value changes depending on the respective graph values. I want to keep the Y - axes value constant to make comparison easy.

Any suggestions.

Regards,

6 Replies
Not applicable
Author

Chart Properties -> Axes -> Scale

You can set the min, max, and step there

Not applicable
Author

Hi Robert,

Thanks for the response.

Yes this is one way of doing it, however this will not resolve my issue as there are different filters and when selectec values can vary from 0 - 30,000,000. So i am trying to set variable. for both graphs.

Regards,

Not applicable
Author

Well then you'll have to use an expression to dynamically change those bounds as selections are made.

Could you share a sample qvw?

Not applicable
Author

Hi

I am attaching a sample QWD where i am comparing marks from two subjects for the school. Here one graphs which has higher marks showing Y-Axes as 1000 and other as 600. I would like to make the Y-Axes as 1000 for both graphs.

Hope this helps.

Thank you for helping me.

Regards,

Not applicable
Author

Check out my attached demo, I added in two variables and used one of the variables as the max limit for the axes on both charts

Not applicable
Author

Thanks Robert.