Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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')
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 so much!