Skip to main content

Hi everyone, I need to use load script filter for some pages in which the process has to be flow to this step 'Deputation letter generated'.

 

I had tried,

 

  1. FILTER PROCESS EQUALS '<%=activity_name%>'
  2. FILTER ISNULL(PU_LAST("Table_name",ROUND_DAY("Activity_Table"."EVENT_TIME"),"Activity_Table"."ACTIVITY"='Deputation Letter Generated')) = 0;

 

But it is not working.

 

Kindly help me to solve this please

Hello Kavitha,

 

As stated in help page (https://help.celonis.cloud/help/display/CIBC/Filter+Editor) FILTER PROCESS EQUALS Activity_Name' should work.

 

 

I have tested it myself on trying environment and it worked fine:

  • Without filter

process without filtering

  • Filter:

filter 

  • Process Explorer with filter

Filtered PE 

I recommend chacking syntax and possible spelling errors as it should work like this.

 

Hope this helps you.

Best regards


Reply