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,
- FILTER PROCESS EQUALS '<%=activity_name%>'
- 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