Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 |
---|---|---|
322 | 42005 | AWP |
353 | 41974 | CON |
353 | 41974 | CORP |
353 | 41974 | CRA |
353 | 41974 | MHPS |
353 | 41974 | MP |
What if you use the expression Min(DaysSinceLastIncident)
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
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.
What if you use the expression Min(DaysSinceLastIncident)