Converting a Shared Variable to a Static Variable
Variables that are sourced from a Shared Variable List can be converted to a local static variable. Once converted to a Static Variable, the variable is maintained within the Report Package. If the Variable is used within the Report Package, all linkages to the variable will redirect to the new static variable.
To convert a shared variable to a static variable, perform the following steps:
- Click Variables tab,
.
- Select the Shared Variable from the list, and then click Make Static from the ellipse menu.
The Variable will be converted to a local static variable.