Set Dashboard Filter
Overview
Set dashboard filter conditions on the client side.
Parameter Configuration
| Parameter | Description |
|---|---|
| Module | Dashboard module for setting filter conditions |
| Card Id | Dashboard card ID for setting filter conditions. You can use expressions to obtain context variables to specify dynamic content |
| Filter Conditions | Filter conditions to be set. You can use expressions to obtain context variables to specify dynamic content |
Notes
Card Id
If not passed, it will be processed according to the dashboard module filter conditions
Filter Conditions
Must be in object structure. If the properties in the object exist in the filter conditions of the dashboard or card, they will be displayed on the page. If they do not exist, they will be implicitly passed
Usage Scenarios
- Trigger other cards to load data collaboratively based on current data
- Dashboard card data drill-down

