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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change the expression values on bar chart

bar.bmp

how to change the expression values in the above bar chart.

ex:- i want the expression start from 100.

7 Replies
arulsettu
Master III
Master III

hi

Capture.JPG.jpg

amit_saini
Master III
Master III

Pu,

You can do the needful here below:

  • Select your expression and define scale accordingly.

Thanks,

AS

arulsettu
Master III
Master III

or try this

sum(expression)/100

Not applicable
Author

On the Axes tab of bar chart, use the Scale to set Minimum, Maximum and Steps.

Thanks,

Singh

Anonymous
Not applicable
Author

Use the static Min,

Capture.JPG.jpg

alkesh_sharma
Creator III
Creator III

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.....

Not applicable
Author

Thank You