Logo
My activities

Save Values in Custom Reports

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”)

 

Follow
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk