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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

dynamic scale

It doesn't work the automatic scale. The lines go out of the chart. Can anyone help me? Thank you!

8 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Make sure there is no value set for the Static Max setting on the Axes tab for the expression axis.


talk is cheap, supply exceeds demand
Roop
Specialist
Specialist

Remove Static Min, Static Max and Static Step from the chart under the Axes tab. This should work.

If that doesn't work you can change the Static Max to be the largest value of your data set by using MAX() function and the Static Min by using the MIN() function.

Not applicable
Author

The problem is that the automatic scale of some expression work well  but in other not and I cant find the problem.

Not applicable
Author

The Static Min, Static Max and Static Step from the chart under the Axes tab are removed

Roop
Specialist
Specialist

Try and create a MIN and MAX yourself by using MIN() and MAX() around your expressions, so if you have SUM(Sales), use MIN a MIN(Sales) and MAX as MAX(Sales).

Hope this helps

senpradip007
Specialist III
Specialist III

You can use RangeMin() and RangeMax() for Static Min and Static Max scale respectively.

Not applicable
Author

gr1.pnggr2.png

this is my problem. It works when I inhabilitate the year 2013 but when the three years are together the chart doesn´t work automatically. In the opction axis in the chart all the option are the same for the three years. So I can´t guess  the problem. Thank you again

Roop
Specialist
Specialist

What happens if you remove a different year?

Are the year lines defined individually as calculated expressions? or are they just defined as a year field?

For this I think that you will definitely need a MIN value for the minimum axis .....