Hi, I have a project loaded in ARIS process mining and I would like to filter those cases that have an activity repeated more than twice consecutively. For example:

Case 1 Activity 1 

Case 1 Activity 2

Case 1 Activity 2

Case 1 Activity 2

...

I tried to create a field calculation, but I only get the cases that have 2 activities consecutively. Please, find atached the sample of the field calculation:

CASE
WHEN (MATCH_CASE(DIRECTLY_FOLLOWED_BY('Entrega Petición Cambio', 'Entrega Petición Cambio') )) THEN true
ELSE false

Please, I would appreciate any help to do this thing.

Thank you in advance.

BR

Mari

 

 or register to reply.

Notify Moderator