INxCell Interface |
Namespace: Qlik.Engine
The INxCell type exposes the following members.
Name | Description | |
---|---|---|
AttrExps | Attribute expressions values. | |
ElemNumber | Rank number of the value.
If set to -1, it means that the value is not an element number.
The element number associated to a measure is 0. | |
Frequency | Frequency of the value.
This parameter is optional. | |
HighlightRanges | Search hits.
The search hits are highlighted.
This parameter is optional. | |
IsEmpty | Is set to true, if qText and qNum are empty.
This parameter is optional. The default value is false. | |
IsNull | Is set to true if the value is Null. | |
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. | |
IsTotalCell | Is set to true if the total of a cell is displayed.
This parameter is optional. The default value is false.
Not applicable to list objects. | |
Num | A value.
This parameter is optional. | |
State | State of the value.
The default state for a measure is L. | |
Text | Some text.
This parameter is optional. |