Hi,
Let’s say I have an app with 6 tabs and 6 queries. (one query per tab)
Is it possible to only execute the query of the tab that is viewed? At the moment all queries are executed on opening of the app, however that is not very efficient.
Changing the queries to ‘run query only when manual triggered’ prevents this, but is there a way to run the query when I change to tab2 etc?
I can of course add a button for that on each tab, but is there a more elegant option?
Thanks again,
Michel