List Functions

Caution: Make sure you are getting values from case-sensitive lists only. Getting values from case-insensitive lists will negatively affect performance.

 

List Functions

Description

GetActiveListValue

Returns the value associated with a specific field of the specified active list.

See Active List Column Types and Subtypes for a list of supported fields.

GetSessionData

Returns the value associated with a specific field of the specified session list.

Use this function for event and non-event schemas (any resource schema like actors, trends, cases, and so on), and specify the time at which the session is evaluated using either a time field, a constant time, or a dynamic time.

See Session List Column Types and Subtypes for a list of supported fields.

See Creating a Variable to Get Session List Data for an example of how this function is used.