I’m using SC Version 9.10.020 (3)
I have a grid that works in previous versions.
In the latest version, it fails.
The SQL reads a table in the form 'SELECT field1 field2, etc. WHERE [glob variable1] Which works OK. However, if I add a second global in the form ORDER BY [Glob Variable2] it fails.
If I replace the second global with a fieldname e.g. ref it works fine.
When I try to reintroduce the global variable I get an error in the IDE:
This seems to be part of the problem… though it originally appeared as an error on the generated version, without me looking at the IDE or the app. So worked in previous versions. generated in new version and the error appeared.
I’ve tried making the global just the field name , or even the whole ORDER BY ref statement, but it has the same problem and just generates a slightly different problem at runtime.
Any ideas?