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

scale (aggregated) axis to 100%

Hi there,

I have created a bubble chart (see other ticket regarding this issue: link😞

Now I'd like to achieve a couple of more things.

The first thing I'd like to get to is a 100% scale on the y-axis.

Unfortunately the "Static Max" checkbox is greyed out:

I guess that the reason behind this might be the calculated dimension for that axis:

=NUM(    (    aggr(    Sum({$<[accepted]={1}>} [accepted]) 

                /     Sum({$<[accepted]={1}>} Cntr) , [range]

                )

        ), '#, %')

Not sure about that, though.

It always autoscales the axis but I really would like to have it to always show 100%.

Any idea how to get there?

Another question would be to show another dimension  (int values) on the x-axis at the 0-line. IS that possible? I think I have seen that somewhere but can't find the option for that.

Any help is appreciated!

0 Replies