How to Connect or Disconnect Filters From Visualizations
Filters can be set to apply to all visuals in your project, or just some!
Connected Visualizations to Filters
When adding filters to dashboards, you can choose whether your filter applies to all visualizations in the dashboard, or you can manually disconnect some visuals.
Tip: In order to create benchmarking visuals, you may choose to apply a Grower filter to some visuals, but leave other visuals at the large group level and be sure to name them correctly. This way, when you filter at the top of your dashboard, some visuals will reflect how a grower performed against the group.

-
As part of the Dashboard Filter configuration (as shown above). This allows you to centrally configure binding between a dashboard filter and all visualizations in the dashboard.
-
Through the Visualization Editor so that you can bind an individual visualization, even after the dashboard filter has been created.
In both cases, binding is defined by adding rules that link a field in the dashboard filter dataset with a corresponding field in the visualization's dataset (field binding). You can always remove a visualization's binding by selecting Disconnect in the Visualization Editor or the Dashboard Filter menu.
Field Binding
Field binding allows you to configure a join relationship between the dashboard filter dataset schema and the visualization's schema. To do this, select the Dashboard Filter you want to use and then Connect.

In the dialog above, you will need to configure:
-
Visualization: this represents the column in the visualization's dataset that will be used as key to join with the dashboard filter dataset. For example, County, etc.
-
Operators: the join operators to use, which can be one of the following:
-
Is Equal: requires that both the field value and the dashboard filter selection be exactly the same.
-
Contains: meant to be used with string fields, it returns a match that is enabled when the field value contains the dashboard filter selection. For instance, Visualization=County CONTAINS Filter=
Co. -
Between: this is only meant to be used with Date Range dashboard filters.
-
-
Filter: the specific dashboard filter from the dashboard filters list that will be joined.