Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
I have the next graph:
I would like to show the labels but the graph would be this:
I would like to show only the most representative values... Is there solution for this?... Could someone to help me?...
Thanks in advance....
Yes, with something that checks the row number: if(Mod(RowNo(),3)=0,1,0)
Yes. =if(rank(sum(Sales))<=10 or rank(-sum(Sales))<=10,1,0)