- Data Log activites (performed activities by user or batch_user), f.e.: scan document, post document, forward document
- Calculated activites, f.e.:reached discount period, reached payment period (based on the document date)
Hello together,
I want to use the standard Process Overview App to analyse troughput times and bottle necks.
My process is the accounts payable process (paying bills).
I could categorize my activities in:
Page 1 / 1
Hi Andreas,
Welcome to the Celonis Community
I afraid it is not possible to use a sheet filter for this as sheet filter always exclude cases.
Im not sure in which situations these activities being included bother you. But here are a few Ideas I could think of.
If you dont want the want the variant / Process explorer to show these activities, you can use the eye icon to hide them from view.
If you want to exclude them from activity counts, there are two ways to do this.


- If you have a farely small number of activities you want to exclude the easiest way to is to use REMAP_VALUES.
- If you have more activities you want to exclude and some of them follow a certain rule (e.g. no activities performed by batch users) you could use a CASE WHEN statement to to this.
Hello everyone,
I know the discussion was a while ago, but I have a follow up question regarding a similar issue. I would like to have a separate analysis for a specific topic (for example document changes in Accounts Receivable). In this analysis I would like to have a Variant Explorer to see the most common processes. In this Explorer however I would like to hide specific activities, for example the calculated ones (due date passed, cash discount due date passed, ) and so combine multiple variants. It is not important in this case whether the changes happened before or after the due date, so they should show as one variant.
As described by Calandra above I can achieve this by hiding the activities in the explorer using the eye icon. Question is, if I can achieve this on an Analyst level and save this for the analysis or the component to always hide those activities in the explorers.
Thank you for answers, BR Philipp
I believe I already answered my question:
By activating the custom dimension of the Variant Explorer and changing it to the following statement only the selected activities that are named in the variable are considered for the different variants.
CASE
WHEN "_CEL_AR_ACTIVITIES"."ACTIVITY_EN" IN (
<%=ActivityGroup%>
) THEN "_CEL_AR_ACTIVITIES"."ACTIVITY_EN"
ELSE NULL
END
BR Philipp
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.