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: 
Not applicable

How do I show only a few values in a line graph?

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....

11 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, with something that checks the row number: if(Mod(RowNo(),3)=0,1,0)


talk is cheap, supply exceeds demand
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes. =if(rank(sum(Sales))<=10 or rank(-sum(Sales))<=10,1,0)


talk is cheap, supply exceeds demand