Open Dashboard Card
Feature Description
Open a dashboard card within this application
Parameter Settings
| Configuration Item | Description |
|---|---|
| Dashboard Module | Select the module where the dashboard card to be opened is located |
| Display Card | Select the dashboard card to be opened. Multiple selection is supported, and when multiple cards are selected, they are laid out from top to bottom in order |
| Dialog Title | Set the title of the dialog box, supports Expression |
| Dialog Width | Set the width of the dialog box, in pixels (px) |
| Dialog Height | Set the height of the dialog box, in pixels (px) |
| Display as Modal Window | When enabled, a global mask layer will be displayed |
| Dashboard Filter Parameter List | Filter parameters transmitted to the dashboard card, the dashboard card can filter data based on the identifier of the filter parameters |
Example
In the data table, if we need to open a dashboard card based on the current form data through a button, we can achieve this by adding a button with an execution action of Open Dashboard Card. As shown in the figure below in the exam management module, we need to display the exam transcript.
To configure the above button, you need to add a button to the exam management form toolbar:
- Select
Open Dashboard Cardfor the execution action of the configuration item - The
Dashboard Moduleconfiguration item is the module where the dashboard card to be opened is located, in this case, we select Score Overview - The
Display Cardconfiguration item is the dashboard card to be displayed, in this case, we select Transcript - The
Dialog Titleconfiguration item, in this case, is [Exam Name] Transcript - The
Dashboard Filter Parameter Listconfiguration item is the list of filter parameters transmitted to the card, in this case, it is the exam's record ID

