Solved
Can i create a Conformance Ratio KPI (like on the Conformance Overview) using the conformance query
Can i create a Conformance Ratio KPI (like on the Conformance Overview) using the conformance query
Best answer by janpeter.van.d
Hi Louis,
My bad, the syntax of the domain table is a bit different (with an underscore). Next to that, you need a closing bracket after the table column.
Please try:
AVG(CASE WHEN PU_SUM (DOMAIN_TABLE("_CEL_O2C_ACTIVITIES"."_CASE_KEY"), ABS (<%= conformanceKPIAm %>)) = 0 THEN 1 ELSE 0 END)
Best regards,
Jan-peter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.