Skip to main content Skip to complementary content

INxVariableListItem Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

Syntax

[ValueClass]
public interface INxVariableListItem : IAbstractStructure

Properties

Name Description
Data

Data.

JSON property name: qData

Definition

Definition of the variable. It can be a value or an expression.

JSON property name: qDefinition

Description

Description of the variable.

JSON property name: qDescription

Info

Identifier and type of the object.

This parameter is mandatory.

JSON property name: qInfo

IsConfig

If set to true, it means that the variable is a system variable.

A system variable provides information about the system and is set by the engine. The content cannot be changed by the user.

This parameter is optional.

The default value is false.

JSON property name: qIsConfig

IsReserved

If set to true, it means that the variable is reserved.

The default value is false.

This parameter is optional.

Examples:

* ScriptError is a reserved variable, set by the engine.

* DayNames is a reserved variable, set by the user.

JSON property name: qIsReserved

IsScriptCreated

If set to true, it means that the variable was defined via script.

JSON property name: qIsScriptCreated

Meta

Information about publishing and permissions.

This parameter is optional.

JSON property name: qMeta

Name

Name of the variable.

JSON property name: qName

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!