I have an application with a table that is fed by a query (on MySQL).
That query has a parameter that gets the value from a select included in the same page. That select widget is launching a query as well.
The problem here is that the query for the table is executed before the value of the Select widget is resolved. The result? A blank table. I have to push the update button to update the content of the table and, then, all data appears.
I have discussed with support, and it seems an issue of priorities. I tried to find a workaround with store values, but the problem persist.