Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want to show the year on year variance of sales in a bar chart. If an item only sold a very small amount last year potentially there is a very high variance (thousands of %). This makes the bar chart look stupid as there is no way easily seeing the variances. Is there any way to limit the length of a bar to a certain amount when the variance is huge?
Thanks
Hi
RangeMin(100, ... variance calculation ...)
will limit the value to 100 or less.
HTH
Jonathan
RangeMin?
Ralf
That was a typo - fixed now.
Jonathan