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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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

Keep Values on Data Points Checked

Expand the Expression

See "Show Value"

          define expression as

               if(Year = Max(TOTAL Year) or Year = MIN(TOTAL Year) , Expression)

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

showvalue.PNG

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

Sorry Vineet.

I have trend of monthly actually.

Months are in number & sum field is Data.

Please help

vinieme12
Champion III
Champion III

use the same with Month then

   if(Month= Max(TOTAL Month) or Month= MIN(TOTAL Month) , 1)

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

if your problem has been resolved, please close the thread by marking a response as correct

Qlik Community Tip: Marking Replies as Correct or Helpful

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

Not applicable
Author

Hi Vineeth,

Sorry but still its not working. I have attached the my requirements below. I have created this chart in excel. I want to create same in QlikView. You can see Max & Min values on trendline.

vinieme12
Champion III
Champion III

Have a look at marcowedel reponse on the thread he has kindly posted, it is exactly what you need,

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

hi Vineeth,

I have been looking in it but most of the examples belongs to scripting. I have not reached to scripting yet. would you suggest where I can find that solution?