Skip to main content

Please modify this code,

 

FILTER MATCH_ACTIVITIES ( "finalResult_0_01"."ACTIVITY" , NODE '<%=display_code_1%>'] ) = 1;

 

so that it also works with variables similar to display_code_1.

 

I tried

 

FILTER TO_STRING(MATCH_ACTIVITIES ( "finalResult_0_01"."ACTIVITY" , NODE O'<%=display_code_1%>'] )) LIKE '1%';

 

this code and also some contains, regex_like etc but Celonis EMS does not recoginze both function.

 

Thank you

 

Hello Keonhyuk,

 

MATCH_ACTIVITIES generates a binary result, so wrapping this in TO_STRING will not change your output. Instead of the NODE argument, you should use the NODE_ANY argument which takes a list of possible activities.

 

Please see the below documentation on MATCH_ACTIVITIES.

 

https://docs.celonis.com/en/match_activities.html

 

Thanks,

DS Team


Dear Keonhyuk,

 

We hope this email finds you well and you are staying safe.

 

We are following up since we haven’t heard from you for 5 calendar days, we wanted to put this back on your radar. Have you been able to review my last post? Is there anything you need clarified?

 

When you have a free moment, we would appreciate your follow-up. If this is already resolved, no further action from your side is required and we will change the case to Closed after another 5 days.

 

Once a case is moved to Closed, there is still a grace period of 1 calendar day before the final closure. This means that the case will reactivate when a reply is received within this period. Our Customer Support Team is available 24/7 and stand ready to assist you.

 

Thank you in advance for your time, and I hope to hear from you soon.

 

Feel free to visit our Community to track your request.

 

 

Best regards,

DS Team | Customer Support


Reply