Skip to main content
Question

following the guided tour of create benchmarking and adding a component filter to a process explorer I received this error !Syntax error near [=] after reading [Filter "LFA1"."NAME1"]at line 1. Please refer to PQL documentation for available syn

  • August 18, 2022
  • 2 replies
  • 6 views

Forum|alt.badge.img+3

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

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

2 replies

Hello Sarra,

 

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

 

Best Regards,

 

Vasco Carona


  • Level 8
  • August 23, 2022

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?