Using Flexscript inside { } in Table query is showing error.
The code:
Table.query("SELECT * FROM [Final plan] WHERE [BF01 Press] = { Table("Final plan")[1][BF01 Press] } ORDER BY SortL").cloneTo(Table("P"+m));
Error message: syntax error, unexpected identifier, expecting ')'
Someone suggest how to use it with example.
I know that we can use $1 instead, but I was trying this. Pls, support.