ANNOUNCEMENT: On Tuesday, November 12, from approximately 7:00 a.m. to 10:00 a.m. CET, notifications will be unavailable for SAP Community. You'll still be able to log in and post as normal, but activity within the community will not trigger notifications during this time.
Here is my Flexi query:
SELECT {quote:pk} FROM {Quote as quote} WHERE {quote:version} = ({{ SELECT MAX({version}) FROM {Quote} WHERE {code} = {quote:code} }})
Query works fine when I run it from HAC.
I am using mssql server docker image.
Same...