I am trying to create a single KPI for support ticket age, but the status needs to take into consideration the "Status Category". I am struggling to figure out how I would set a single KPI to have different status indicators. Below is an explanation of what I'm trying to accomplish:
Status KPI 0-.30 Days 31-60 Days 61-90 Days > 90 Days
Vendor Ticket Green if all <=90, Red if any > 90 0 0 0 12
Standard Ticket Green if all <=30, Yellow if any 31-60, Red if Any > 60 5 0 0
Projects Green if all <=60, Yellow if any 61-90, Red if Any > 90 0.3 4 0 0
Waiting on Info Green if all <=30, Yellow if any 31-60, Red if Any > 60 14 0 0 0
So in this list of ticket ages, Vendor Tickets would be red because there are 12 tickets over 90 days, Standard Tickets would be Yellow since there are 5 in the 31-60 Day bucket, but Projects would be Green even though there are 4 tickets in the 31-60 Day bucket and Waiting on Info would be Green.