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

Line chart data

Hi All,

Please help me on this.

I have added Line Chart which shows year wise sales. I tick the display "values on data point" which shows values all over. My requirement is that I want to display only Max and Min values on data point. Not all values.

Thanks in Advance

17 Replies
vinieme12
Champion III
Champion III

can you post a sample to demonstrate?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

hi, here 499 is highest and 153 is lowest.

vinieme12
Champion III
Champion III

Can you post a sample app with dummy data? Can't demonstrate with an Image!

Preparing examples for Upload - Reduction and Data Scrambling

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

Hi

 

ProductSale
Year 12928
Year 21620
Year 32325
Year 44985
Year 54199
Year 64607

Here it is data table year wise and chart. In table you can see the total sale as per year where Year 2 has lowest sale and Year 4  has highest sale. So chart showing only highest and lowest values.

Please suggest on this.

vinieme12
Champion III
Champion III

See attached App

249282.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

Yes, this is what I want. How to do this? please guide me.

ganeshreddy
Creator III
Creator III

Hi Surya,

This is how vinieme12  did it Capture9999.PNG

highlighted expression in black:

=if([Sales] = Max(TOTAL Aggr(sum(Sale),Product)) or [Sales] = Min(TOTAL Aggr(sum(Sale),Product)) ,1,0)

Thanks,

Ganesh

vinieme12
Champion III
Champion III

Thanks for pointing that out to the OP

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.