Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to limit the number of values that are displayed on my y-axis to 10. Right now I am showing too many values. How do I limit the number? I know I have to create a formula in Static Step but I don't know what that formula would be.
Thanks.
If you know that your range of values is always like that, you can just input a fixed, magic number, no need for a complex expression, mayne try just inputting
500000000
as static step.
Hi go the chart properties and there u find the option axes
chart-->properties-->axes--scale
there u have static min, static max and step size there u provide the values
the the axes would be static..
so static max =10
static min=0
step size =1
hope this helps
The Y-axis changes based on the filters that are chosen so simply entering 500000 in the Static Step will not work.
i think u need to make both the x and y axis static then no matter the values get changes but the axis values will be same..
I would however the y-axis could be Thousands, Millions or even Billions of $
i think you can convert into either billions or millions and show the result.
Could you please attach your application?
That is so awesome. Never saw that before.