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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikG0410
Contributor II
Contributor II

How to show every 6th value on x axis line chart?

Hi ,

I have a line chart with 600 values on the x axis and 1 dimension which is having sample number and date field in concatenated form.

Is it possible to show only every 10th value "on the axis" but will display all the data points "on line" in graph, so that I will have only 100 values on x axis.

4 Replies
Chanty4u
MVP
MVP

may be this

Adding calaculate dimension =If(Mod(S.No,6)=0,S.No).

Chanty4u
MVP
MVP

did you already try to uncheck stagger labels in axis tab? you get few values on x-axis ?

QlikG0410
Contributor II
Contributor II
Author

yeah, i tried But not working!

QlikG0410
Contributor II
Contributor II
Author

Yes, but still haven't got desired result.