TextMacro Class |
Namespace: Qlik.Engine
The TextMacro type exposes the following members.
Name | Description | |
---|---|---|
DisplayString | Variable value. | |
IsReserved | Is set to true if the variable is a reserved variable. | |
IsSystem | Is set to true if the variable is a system variable. | |
RefSeqNo | Order in which the variable was referenced during the script execution.
The same number sequence is used for both qRefSeqNo and qSetSeqNo. | |
SetSeqNo | Order in which the variable was updated during the script execution.
The same number sequence is used for both qRefSeqNo and qSetSeqNo. | |
Tag | Name of the variable. |