Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to change the expression values in the above bar chart.
ex:- i want the expression start from 100.
hi
Pu,
You can do the needful here below:
Thanks,
AS
or try this
sum(expression)/100
On the Axes tab of bar chart, use the Scale to set Minimum, Maximum and Steps.
Thanks,
Singh
Use the static Min,
Use the Static Scaling,
GO to the AXIS tab, Put Hard coded Value of Static MIN , MAX and STEP.
Or you can can divide the whole expression value. I can see your Expression Scale as 10000, 20000 so on...
For Eg. Sum(Value)/100. This will return the expression value in 100s and your scale will be converted in to 100, 200 300 ans so on.....
Thank You