Session Variables
You can use the following guidelines for referencing session variables in expressions.
- Include the session variable as an argument of the VALUEOF function.
- Enclose the variable name in double quotes.
- Precede the session variable by NQ_SESSION and a period.
- Enclose NQ_SESSION in double quotes.
- Enclose both the NQ_SESSION portion and the session variable name in parentheses.
For example:
"Market"."Region"=VALUEOF("NQ_SESSION"."SalesRegion")