I am querying a postgres db and trying to add a parameter, which isn't working. I'm getting the syntax error that I've attached a pic of. I've followed the instructions in the manual, but still no data. I feel like this must be something simple I'm missing.
In standard SQL queries, like named queries, parameters cannot be used to substitute structural elements of a query - only parameters within e.g. a WHERE clause. You can technically get around this limitation with the 'Basic SQL Query' type: Basic SQL Query | Ignition User Manual, but it's better overall to not have a need for dynamic queries in the first place.
Is your question actually related to this topic? If not, delete this and start a new topic for your question. Then provide more information (actual SQL and script content).