Question
Aggregation based on cases on PE
Hi Community.
I am trying to put average of CS(Customer Satisfaction) on PE.
The CS is based on Cases.
I set Custom KPI like below.
avg(case_tbl.cs)
avg(source(act_tbl.cs))
They returned average based on activities.
I thought PU functions would work and tried them,
but they return the same value.
avg(PU_MIN(case_tbl, act_tbl.cs))
avg(PU_MIN(case_tbl, source(act_tbl.cs)))
avg1353839 98.7 KB
Is there any way to calculate average based on cases in PE ?
Thank you.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.