How to Pass Master Filter Values from a Parent Dashboard to a Linked Dashboard?
Overview
This article provides a step-by-step guide on how to pass Master Filter value to Linked dashboard via URL linking. This functionality is useful for creating interactive dashboards where user selections can be dynamically passed to linked dashboard for different views with filter-specific information.
Prerequisites
- Familiarity with configuring widgets with URL linking. Refer to the documentation for more information regarding URL linking.
- Understanding of configuring widgets with Master-Slave filter configuration.
Configuration Steps
Widget Setup: Begin by setting up your dashboard with the necessary widgets. For demonstration purposes, we will use a combination of a combo box, and a Number Card widget.
Combo Box Configuration: Configure the combo box widget to filter data based on a specific column. In this example, we will use the “Country” column.
Number Card Widget Configuration: In the Number Card widget settings, assign respective data to widget, then enable the URL linking property, then enable the “Include Master Widget Filters” option section to ensure it captures the selected value from combo box.
User Interaction: When a user changes the selection in the combo box, the Number Card Widget will display the value based on selection. Upon clicking the lining option, the selected value will be passed to the Linked dashboard, effectively filtering the data or navigating as configured.
By following these steps, you can successfully configure a Number Card widget for passing filtered values to Linked dashboard through a URL Linking, enhancing the interactivity and user experience of your dashboards.
Similarly, you can do for other than Number card widgets as well please see the demonstration for Grid widget below,