Hey need example how i can get a max value from a join table where only several row should be showed.
I tried to create this one :
Table result2 = Table.query("SELECT MAX(tabel1.[Line] FROM table1,table2\
WHERE table2.[Package] = table1.[Package ID]");
got error said : exception: FlexScript exception: Could not parse query
Where table 2 is actually a query table without being dump/clone to global table