Skip to main content

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

  1. From the navigation panel, click the gear icon at the bottom. The Administration page opens.
  2. Select Global Parameters from the menu.
  3. Click Add New Record.
  4. Enter the required fields.
  5. Click Create.

Global parameters options

FieldDescription
NameEnter the parameter name. The name must be unique and must not contain any spaces.
DescriptionEnter a description to help identify the parameter and its intended use.
Prompt NameClick the prompt icon to select the a prompt from the Prompt List.
Data TypeSelect 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

FieldDescription
Prompt IDDisplays the unique identifier for the prompt.
Prompt NameShows the display name of the prompt available for selection.
Prompt DescriptionProvides a brief explanation or purpose of the prompt.
SQL StatementShows the SQL query or logic used to populate the prompt’s value list.