Hello.
I have a set filter expression but the PB is telling that has an syntax error.
What is the right syntax to compare a column to a long variable?
Here is the expression that is returning me an error
parent.dw_listagem_pessoas.SetFilter("estados_id = '"+ string(llIdEstado) +" '")
Im inside a button click event
I was typing the column name wrong.
Thanks!