Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have bar chart in that the values from 1 to 100 if suddenly the values are increse then auto scaling is possible in qlikview?
hi
try lik dis,
You could play with the Axes' Scales' Static Min/Max.
Go to Chart Properties > Axes > Scale, check the static min and static max and use these formulas:
Y Axis Static Min = min(aggr(avg ([X_Axis]), Dim))
X Axis Static Max = max(aggr(avg ([X_Axis]), Dim))
Y Axis Static Min = min(aggr(avg ([Y_Axis]), Dim))
Y Axis Static Max = max(aggr(avg ([Y_Axis]), Dim))