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 on 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.
The Evaluate Expression will execute and evaluate the script and produce the results. Use this option to test the script.