Bind Queries from Different Datasets
You can bind queries from different datasets. For example, this dashboard contains two charts, each based on its own dataset.
When a selection is made in the Opportunities DS chart, that selection also filters the SalesOpp DS chart because of a selection interaction. The filters
attribute of the Country_1
query contains a selection interaction based on the Account_BillingCount_1
query.
Here’s the full dashboard JSON for the queries and chart widgets, which contains the {{column(Account_BillingCount_1.selection, [\\"Account.BillingCountry\\"]).asObject()}}
selection interaction described previously.