Click or drag to resize
ITableHyperCubeDimensionqDef Interface

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface ITableHyperCubeDimensionqDef : IHyperCubeDimensionqDef, 
	INxInlineDimensionDef, IAbstractStructure

The ITableHyperCubeDimensionqDef type exposes the following members.

Properties
  NameDescription
Public propertyActiveField
Index of the active field in a cyclic dimension. This parameter is optional. The default value is 0. This parameter is used in case of cyclic dimensions (qGrouping is C).
(Inherited from INxInlineDimensionDef.)
Public propertyAutoSort
If the dimension has been automatically sorted.
(Inherited from IHyperCubeDimensionqDef.)
Public propertyCId
Id used by the client. Must be unique within the current chart.
(Inherited from IHyperCubeDimensionqDef.)
Public propertyFieldDefs
Array of field names. When creating a grouped dimension, more than one field name is defined. This parameter is optional.
(Inherited from INxInlineDimensionDef.)
Public propertyFieldLabels
Array of field labels. This parameter is optional.
(Inherited from INxInlineDimensionDef.)
Public propertyGrouping
Used to define a cyclic group or drill-down group. This parameter is optional. Default value is no grouping.
(Inherited from INxInlineDimensionDef.)
Public propertyNumberPresentations
Defines the format of the value. This parameter is optional.
(Inherited from INxInlineDimensionDef.)
Public propertyOthersLabel
(Inherited from IHyperCubeDimensionqDef.)
Public propertyReverseSort
If set to true, it inverts the sort criteria in the field.
(Inherited from INxInlineDimensionDef.)
Public propertySortCriterias
Defines the sorting criteria in the field. This parameter is optional. Default is to sort by alphabetical order, ascending.
(Inherited from INxInlineDimensionDef.)
Public propertyTextAlign
Top
See Also