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 ['<%=display_code_1%>'] )) LIKE '1%';
this code and also some contains, regex_like etc but Celonis EMS does not recoginze both function.
Thank you