Skip to main content

I followed the guided tour steps properly and created the correct variables.

PS: I need a solution in order to continue the guided tour

Hello Sarra,

 

Could you provide the PQL code you typed in for the filter?

 

Best Regards,

 

Vasco Carona


You can't just type FILTER "LFA1"."NAME1". There is always a statement needed like:

 

filter "case_table"."caseid" = 2

filter "case_table"."caseid" = 2; filter "activity_table"."activity_text" LIKE '%PO%'

 

Can you show us your PQL Code?


Reply