Global Variables
Global Variables are used to globally define a variable that will store a value that is hardcoded or dynamic based. The value can later be retrieved and used in multiple places in SEI (Filters, Column Heading, Selection Pages, etc.)
To create a new global variable:
- In the upper left hand corner, click Create New Global Variable.Note
By default, the Type of global variable will be CONSTANT, you have the choice between CONSTANT (hardcoded value) and JAVASCRIPT (dynamic value).
- In both cases, enter a Key and a Description to identify your global variable.
- Select the proper Data Type for the value.
-
When selecting JAVASCRIPT in the Type of the global variable drop-down list, the window layout will change to enter more information.
-
Manually enter the script or use the JavaScript Builder to build the script.
-
To test the script, click Evaluate Expression. It will execute the script and produce the results.