Skip to main content Skip to complementary content

NxCell Class

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

Inheritance

Syntax

[ValueClass]
public class NxCell : AbstractStructure, IDisposable, INxCell, IAbstractStructure

Constructors

Name Description
NxCell()

Creates an instance of the NxCell class

Properties

Name Description
AttrDims

Attribute dimensions values.

JSON property name: qAttrDims

AttrExps

Attribute expression values.

JSON property name: qAttrExps

ElemNumber

Rank number of the value, starting from 0.

If the element number is a negative number, it means that the returned value is not an element number.

You can get the following negative values:

* -1: the cell is a Total cell. It shows a total.

* -2: the cell is a Null cell.

* -3: the cell belongs to the group Others .

* -4: the cell is empty. Applies to pivot tables.

JSON property name: qElemNumber

Frequency

Frequency of the value.

This parameter is optional.

JSON property name: qFrequency

HighlightRanges

Search hits.

The search hits are highlighted.

This parameter is optional.

JSON property name: qHighlightRanges

InExtRow

True when cell value comes from a dynamic script.

JSON property name: qInExtRow

IsEmpty

Is set to true , if qText and qNum are empty.

This parameter is optional. The default value is false .

JSON property name: qIsEmpty

IsNull

Is set to true if the value is Null.

JSON property name: qIsNull

IsOtherCell

Is set to true if the cell belongs to the group Others .

Dimension values can be set as Others depending on what has been defined in OtherTotalSpecProp .

This parameter is optional. The default value is false .

Not applicable to list objects.

JSON property name: qIsOtherCell

IsTotalCell

Is set to true if a total is displayed in the cell.

This parameter is optional. The default value is false .

Not applicable to list objects.

JSON property name: qIsTotalCell

MiniChart

JSON property name: qMiniChart

Num

A value.

This parameter is optional.

JSON property name: qNum

State

State of the value.

The default state for a measure is L.

JSON property name: qState

Text

Some text.

This parameter is optional.

JSON property name: qText

Extension Methods

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!