Dashboard using multiple queries

I have a dashboard that is using 2 baq’s. A tracker that has the project id and quote, and a summary section from the first query; a summary section from the second query. Both queries have a column project id. How exactly do I get the second section to link to the first one? So if I click on a line for a specific project id in the first query, only the information for that project id should display in the second query.

1 Like

Not exactly sure, but try publish/subscribe. Select the column you want to publish from Dashboard Query Properties > Publish. Then In the other query, in the same properties window, look at the Filter tab. Just set your filter to the column you published.
Good luck!

1 Like

There is also now a Parameters tab, so you could pass in Silent BAQ Parameters to your child BAQ and have it run even faster.

2 Likes

Thats awesome! I don’t know how I missed this! Thanks!

1 Like

It is available since 10.2.600

1 Like

I can’t wait to use this.