2016-04-21 20-09-55
J.
 
MVP
Improve test advanced query
941
Views
1
Comments
Implemented
Aggregates & Queries
OutSystems 8.0
The test-query fails executing when you expand a parameter as a tablename.
This is logic you *CAN* use so it should be able to work in test.
It works fine when using it runtime


@tablename = "FooBarEntity" wiuth expand-inline to true


SELECT atn.Id, atn.Name
FROM {@tablename}

Hello, I am trying this out in 8.0.0.24 and it seems like it is not expanding the table name (its querying oracle with @tablename instead of the input) in either the test or at runtime. I tried writing it all different ways and none of them worked. Did you have to do anything in paticular in order to get this to work or does my version not support it?