I only want the Get_subtasklog to run when user press the TAB 4 and not before.
Is there a way to trigger a query to get data when a TAB is selected?
I have "Run Query only when manually triggered" in Get_subtasklog
The issue that I have many query that start running before user has selected a row or TAB this means that the query is running with is missing Where clause.
I have a main table listing all Tasks. User can select a Row (Task)
User then have a tabbed container that shows different data based on the tab selected.
TAB 1: List my subtasks - Query: Get_subtasks
TAB 2: List all unassigned subtasks - Query: Get_subtasks
TAB 3: List all my closed subtasks - Query: Get_subtasks
TAB 4: Log / History - - Get_subtasklog
I hope there are any good solutions for a new beginner of ReTool.