Hello,
How I can execute a query only when a tabs is selected?
I'm using TabbedContainer and I think when the page is loading, all querys from all tabs is executing.
I need that query's only execute when the user active the specific tab.
Hello,
How I can execute a query only when a tabs is selected?
I'm using TabbedContainer and I think when the page is loading, all querys from all tabs is executing.
I need that query's only execute when the user active the specific tab.
You can use a boolean under the Advanced tab of the query:
Now all have sense.
Thanks you.