Global Parameters
Global Parameters are reusable values that can be referenced in dashboards, reports, filters, application links, and more. They enable dynamic filtering, cross-model interaction, prompt dialogs, and allow users to interact with data using consistent criteria across different views.
For example, use a global parameter to synchronize dashboard filters, so that selecting a date in one chart updates all related views, even if those views are from different data models.
When to use global parameters
- Filtering across data models: Link views and dashboards using the same criteria, ensuring filters and prompts update everywhere at once.
- Personalizing user prompts: Display meaningful, reusable prompts in dashboards and reports.
- Enabling dynamic application links: Pass user- or context-specific values to external applications via Application Links or the Link To feature.
Create a global parameter
- From the navigation panel, click the gear icon at the bottom. The Administration page opens.
- Select Global Parameters from the menu.
- Click Add New Record.
- Enter the required fields.
- Click Create.
Global parameters options
| Field | Description |
|---|---|
| Name | Enter the parameter name. The name must be unique and must not contain any spaces. |
| Description | Enter a description to help identify the parameter and its intended use. |
| Prompt Name | Click the prompt icon to select the a prompt from the Prompt List. |
| Data Type | Select the type of value this parameter should hold. If set to Not Defined, the global parameter format is not validated, potentially causing errors. Setting a data type ensures that user input is validated in areas such as:
|
Prompt List properties
| Field | Description |
|---|---|
| Prompt ID | Displays the unique identifier for the prompt. |
| Prompt Name | Shows the display name of the prompt available for selection. |
| Prompt Description | Provides a brief explanation or purpose of the prompt. |
| SQL Statement | Shows the SQL query or logic used to populate the prompt’s value list. |