If you've created values in your custom report, you may wish to save those values for use in other areas. The following formulas will allow you to do so.
- SetVar(): Saves the value but requires an alias that is used with another function to recall the value.
- Example: SetVar(“alias”,Count(<Inc Number>))
- GetVar(): Recalls values set with the SetVar() function.
- Example: GetVar(“alias”)