I'm doing a project requiring a series of reports - and I haven't done any reports for a while. I've reviewed all the relevant IU videos on the reporting module as a refresher. Here's the current problem:
The SQL standard uses double quotes as column and identifer delimiter. I don't believe you need the double quotes around the {BatchID} as it should take the paramter type into account. Much like parameters for Named Queries.
It might also be unhappy with the comments in the query string. I know there have been issues with that in other areas.
The SQL standard uses double quotes as column and identifeir delimiter.
Oops! Yes. I was experimenting on the basis of a wider web search.
I don't believe you need the double quotes around the {BatchID} as it should take the paramter type into account. Much like parameters for Named Queries.
That was my thinking too, but it's contradicted by the docs at Basic SQL Query | Ignition User Manual. (See the bit on Report Parameters in a Basic SQL Query.)