Hi,
Id like to create a component filter, that only displays cases in the process explorer that dont have any activity with a manual user type. The result is, that we only see the process, where every activity is automated.
I tried:
FILTER ISNULL(PU_COUNT(VBAP, activity.user_type, activity.user_type IN (<%=AutoTypes%>))) = 0;
but it didnt work. I think, pu_count must be wrong
Has anyone an idea?
Best regards,
Carina
By trying this filter:
FILTER PU_COUNT(VBAP, _CEL_O2C_ACTIVITIES.USER_TYPE, _CEL_O2C_ACTIVITIES.USER_TYPE NOT IN (A)) = 0;
But I cant find the mistake.
Best,
Carina