GET macro

The GET macro is available in Unica Interact.

Syntax

GET(<dim field>, index)

Parameters

index

GET the element at the specified index. When used in Interact, it is allowed to have multiple indexes as a result of another expression. In this case, the elements in <dim field> specified in "index" are retrieved. Invalid index(es) will be skipped.

dim field

You get the element at the specified index from the dimensional field.

Description

This macro is listed under All built-in macros. You can make use of this macro while designing an interactive flowchart. If index is out of range, an error is returned with the expected index range.
Note: This macro supports 1-based indexing.

Example

GET(inttest183_interact_pftbl_null.rank,3)