I am trying to create a simple Dashboard to display a list of Jobs and their status.
So I created a Project filter query up the top as a general dashboard filter. This is where user put in all the filter information. I want only one tracker view in the whole dashboard.
So when nothing is typed in, the Jobs Not completed shows all the jobs.
The problem I have here is when the user type in Project ID (the text box is an input prompt) in the Tracker View and press refresh, it then select one Job and Part while my input prompt for Job and Part are still empty.
And because the bottom query is subscribe to the trackerview query, only 1 Job is returned in the bottom query.
Well, the Tracker view suppose to be a filter. First, the user will type in Project ID first to see the list of Jobs. Next the user will type in Job to refine the list further.
Hi again, i ask a friend on mine and he says it is quite impossible to do what you wanted on this set-up since the filter will only affect the main query (AP-ProjTest:Project) but your secondary query will only be relying on the information on the rows of your Main query. And since you link those 3 parameters it will always show a result that matches the criteria regardless if there are entries on the Job or Part.
By the way, is there any reason why you separated these 2 queries? i think you can make these into 1 query.
If you have it in 1 query it will be easier to use the filter and get what you want.