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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

show only the max or min on chart

Hi All,

Any body knows how to show only the max and min values on the chart?

Thanks

9 Replies
MayilVahanan

HI

Can you say in detail?

For max value, use max(FieldName) ,for min -> Min(FieldName)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

I have a line chart and I want to show the values on the chart if it's the max or the min otherwise don't show the values but show the lines.

MayilVahanan

HI

Expression tab , click '+' sign, in show values , use like this

=if(Min(TOTAL Values)=Values or Max(TOTAL Values)=Values,1,0)

and in expression tab, uncheck the value on data points

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hi,

Thanks for reply but It's not working this way.

Not applicable
Author

Hi,

Thanks for reply but It's not working this way.

Not applicable
Author

Hi,

Thanks for reply but It's not working this way.

Not applicable
Author

Hi,

Thanks for reply but It's not working this way.

Not applicable
Author

Dear Ebrahimzadeh,

Kindly find the attchment.

In that we can see the Values on Data points for only  =Min(Sales) and Max(Sales)

I hope it will help you.

Thanks,

Mukram.

Anonymous
Not applicable
Author

Hi!

If I need to do that but over a calculated Expression?