GET macro

The GET macro is available in Unica Interact.

Syntax

GET(<dim field>, index)

Parameters

index

GET the element at the specified index.

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)