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

How to always show a value

Hello,

I have a chart that displays Days since last Incident and everything is good but when I select multiple segments I do not get a result.  I would want to see the smallest value when more than one segment is selected. 

Any help would be much appreciated.

DaysSinceLastIncident MaxIncidentDate Segment
32242005AWP
35341974CON
35341974CORP
35341974CRA
35341974MHPS
35341974MP
1 Solution

Accepted Solutions
sunny_talwar

What if you use the expression Min(DaysSinceLastIncident)

View solution in original post

3 Replies
anlonghi2
Creator II
Creator II

Hi Jason,

please give us a little more details about your needs so we can help you.

Examples could be useful to better understand the results you are looking for when you select multiple segments

Regards

Andrea

Not applicable
Author

I have a chart that displays the number in the column "DaysSinceLastIncident".  If someone selects AWP they get 322, if they select MP they get 353, if they select AWP and MP they get no data.  I would like it so that if they select multiple segments they receive the smaller value from the chart.

sunny_talwar

What if you use the expression Min(DaysSinceLastIncident)