Link two queries in dashboard

Oi - I am toying around with a new dashboard, and have two separate queries in the same dashboard.

I would like to link the two, but am unsure how to do so. When I select a line on Number 1 window, I would like for Number 2 window to only display details associated with the same part # selected in Number 1 window, updating as I click through different lines on Number 1 window.

Right now, I have filters applied to query Number 1, but none applied to query Number 2.

I would imagine I do not need filters on Number 2 if 1 and 2 are properly linked.

Thoughts? Thanks in advance.

Just to point you in the right direction, search for Publish Subscribe.

Essentially you “publish” a column (or columns).
Then on the child view, you “subscibe” to those columns.

I’d give you more info I am just strapped for time at the moment.

2 Likes

To add more details to what @Chris_Conn explained,

Right click on your first query → Properties → Publish tab and select PartNum for your case.
image

And for your second query → Properties → Filter and select the published column from your first query.

2 Likes

This did the trick, thank you!

1 Like