You can try this.
CASE WHEN "CASE"."STP Fail" = 'Yes'
THEN CALC_THROUGHPUT(ALL_OCCURRENCEN'Process Start'] TO ALL_OCCURRENCEN'Process End'],
REMAP_TIMESTAMPS("_CEL_ACTIVITIES"."EVENTTIME", DAYS))
ELSE NULL
END
You can apply any aggregate function on top of this - eg. avg(), median(), if you want to display it as a KPI for all cases.
You can try this.
CASE WHEN "CASE"."STP Fail" = 'Yes'
THEN CALC_THROUGHPUT(ALL_OCCURRENCEN'Process Start'] TO ALL_OCCURRENCEN'Process End'],
REMAP_TIMESTAMPS("_CEL_ACTIVITIES"."EVENTTIME", DAYS))
ELSE NULL
END
You can apply any aggregate function on top of this - eg. avg(), median(), if you want to display it as a KPI for all cases.
Thank you, its works perfectly.
Thank you, its works perfectly.
Glad to hear that my response was helpful. Feel free to mark it as the correct answer to your question.😊
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.