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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Prabhu
Creator
Creator

Data filtering in chart

Hi,

I want to filter the data  for each Date based on maximum value of Issue Type field.

I have data like this:

DateIssue Typeresolution time
4/12/2019123
4/12/2019256
4/13/2019234
4/13/2019478

 

I want to show in a  chart like this:

DateIssue Typeresolution time
4/12/2019256
4/13/2019478

 

@sunny_talwar , @maxgro 

Labels (3)
3 Replies
sunny_talwar
MVP
MVP

Try this

Dimension

Date

Expression

Max([Issue Type])
FirstSortedValue([resolution time], -[Issue Type])
Prabhu
Creator
Creator
Author

Hi Sunny,

The second expression is working. But, is there any way to show "issue type" value as pop up or legend?

sunny_talwar
MVP
MVP

I am not sure I follow your question?