Hello,
with grid…
SQL Select statement:
SELECT
…
FROM
…
and SQL Preparation:
WHERE
id_active = 1
AND
id_something = ‘[var_something]’
Result:
I get error in my SQL Statement to use near…when I write my SQL Preparation within the SQL Select statement it works.