Globals
Globals are variables with a global scope, and are available to use with all the widgets/plugins in Operations Hub.
Globals are applied outside of a query. Save variables as global if you want multiple
widgets to access the same data. You can also declare globals as:
- Page Global: Indicated with P, this global variable is applicable only to the page.
- App Global: Indicated with A, this global variable is applicable to all the pages in an application.
Note: If multiple widgets/plugins use the same Source Input (query), then the
target global must be unique. The global is applicable to the last assigned
widget/plugin.
- For example, consider
abc
,xyz
, and123
as globals. You can assign each of these global variables as input only once on a page. - If you first assign
abc
to a radio button as input, and assigned it later to a slider as input, thenabc
is applicable as input for the slider plugin.
To modify an added global, select to switch between Page Global and App Global.
These are the different types of globals you can use with the widgets in Operation
Hub:
- System Globals
- Output Globals
- UI Globals
- Custom Globals
- URL Parameters