Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have big chart with 600 values on the x axis.
is is possible to show only every 10th value, so I will have only 60 values on th x axis als legend
thanks
Bumin
I got by using simple function, Adding calaculate dimension =If(Mod(S.No,10)=0,S.No).
After Using =If(Mod(S.No,10)=0,S.No)
regards,
kalyan.
I use the show values associated with the expression. Try:
=if(mod('$(vMaxDateID)' - Date_ID,10),1,0)
where vMaxDateID is variable and your max Date_ID
See pic: