INxVariableProperties Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxVariableProperties : IAbstractStructure
Properties
Name | Description |
---|---|
IncludeInBookmark |
Set this property to true to update the variable when applying a bookmark. The value of a variable can affect the state of the selections. The default value is false. JSON property name: qIncludeInBookmark |
Name |
Name of the variable. JSON property name: qName |
NumberPresentation |
Defines the format of the value of a variable. JSON property name: qNumberPresentation |
PreDefinedList |
List of enumerations. This property is used if JSON property name: qPreDefinedList |
UsePredefListedValues |
The value of a variable can be an enumeration. Set this property to true to reflect the predefined values in an enumeration. JSON property name: qUsePredefListedValues |