Print      Open PDF Version of Online Help


Previous Topic

Next Topic

Session Variables

Session variables contain values that may be referred to in other functions. When referring to the variable, use the VALUEOF( ) function to get its value.

In general, all of these variable values can be derived through calls to other functions, so in a sense they are redundant. However you may see them in pre-defined reports, so they are defined here for reference.

This is not a complete list.

NQ_SESSION.CURRENT_YEAR

The current year.

NQ_SESSION.CURRENT_QTR

The current quarter number.

NQ_SESSION.CURRENT_MONTH

The current month number.

NQ_SESSION.LAST_YEAR

Last year.

NQ_SESSION.NEXT_YEAR

Next year.

NQ_SESSION.USER

The User ID of the current user (same as calling the USER( ) function).


Published May 2008