Globals

Globals are variables with a global scope, and are available to use with all the widgets 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.
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