Hi all, we report the Automation Rate with Eventtime as time dimension.
We were expecting, that the Automation Rate therefore should be stable e. g. for the past year 2022 regardless whether we extract the data in March or in June. Unfortunately we have changes even though we did not change the measurement.
We have deviations in the number of activities as well as the number of cases.
Formula:
AVG(CASE WHEN "_CEL_O2C_ACTIVITIES"."ACTIVITY_<%= language %>" IN
(<%= whitelist %>)
THEN
NULL
WHEN ISNULL( "_CEL_O2C_ACTIVITIES"."USER_TYPE") = 1
THEN
NULL
WHEN "_CEL_O2C_ACTIVITIES"."USER_TYPE" IN (<%= auto_user_type %>)
THEN 1.0 ELSE 0.0
END)
Remark: We have not changed the whitelisted activities nor the user types included in the variable auto_user_type.
Any ideas? Thanks in advance