Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
bumin
Partner - Creator II
Partner - Creator II

How can I show only every 10th value on x axis?

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

12 Replies
Not applicable

I got by using simple function, Adding calaculate dimension =If(Mod(S.No,10)=0,S.No).

sno.JPG

After Using =If(Mod(S.No,10)=0,S.No)  sno2.JPG

regards,

kalyan.

Not applicable

Hi Bumin‌,


Just adding calculate dimension if(mod(dimension,10)=0,dimension).

regards,

kalyan.

Anonymous
Not applicable

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:

qlik1.PNG