Hi,
In the query field of a calculated table, for the FROM statement, I want to use a table that is stored in a bundle label.
I am able to do so in flexscript using the following code :
Table.query("SELECT * FROM $1",MyObject.labels["MyLabel"].as(Table))
But I do not see how I can use such parameters in the query field of the calculated table ?
Thanks for the help.