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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Breezy
Creator II
Creator II

How to fix Y-axis decimal?

I am using VizLib. On the Y-axis it says numbers such as "40.0". How do I get rid of everything to the right of the decimal point? I want it to only say "0". I looked on the menu, under "Y-axis" but I don't see an option. Where is that option? Thank you

Y_axis_decimal.jpg

Labels (1)
  • Chart

1 Solution

Accepted Solutions
neerajthakur
Creator III
Creator III

It should be under Data tab where measure is present just below that there should be format option. If you are using master measure then edit it from master measure and select the format from there itself or you can use num(measure,'##.0')

Thanks & Regards,
Please Accepts as Solution if it solves your query.

View solution in original post

2 Replies
neerajthakur
Creator III
Creator III

It should be under Data tab where measure is present just below that there should be format option. If you are using master measure then edit it from master measure and select the format from there itself or you can use num(measure,'##.0')

Thanks & Regards,
Please Accepts as Solution if it solves your query.
Breezy
Creator II
Creator II
Author

Thanks so much!