Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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 

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?