Skip to main content
Question

Dynamic SQL in the InlineQuerier ?

  • September 4, 2025
  • 1 reply
  • 36 views

lifalin2016
Supporter
Forum|alt.badge.img+38

Hi.

Is it possible to execute dynamic SQL in the InlineQuerier ?

I tried something like: SELECT * FROM Merged WHERE @Value(“sql_where”)

but it doesn’t seem to work.

Are there not substitution done in the “SQL Query” window in InlineQuerier ?

Yes, I know it has to be SQLite syntax, and it is.

Cheers.

1 reply

desiree_at_safe
Safer
Forum|alt.badge.img+16

Hi ​@lifalin2016 Would you be willing to share a screenshot of your SQL Query Editor? 

I believe if the value is available on the the side bar, it should work. Like how I did here with a User Parameter.