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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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 (2)
3 Replies
sunny_talwar

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

I am not sure I follow your question?