Click or drag to resize
ITableHyperCubeDef 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 ITableHyperCubeDef : IVisualizationHyperCubeDef, 
	IHyperCubeDef, IAbstractStructure

The ITableHyperCubeDef type exposes the following members.

Properties
  NameDescription
Public propertyAlwaysFullyExpanded
If this property is set to true, the cells are always expanded. It implies that it is not possible to collapse any cells. The default value is false.
(Inherited from IHyperCubeDef.)
Public propertyCalcCond
Specifies a calculation condition, which must be fulfilled for the hypercube to be (re)calculated. As long as the condition is not met, the engine does not perform a new calculation. This property is optional. By default, there is no calculation condition.
(Inherited from IHyperCubeDef.)
Public propertyColumnOrder
Index array determining the column order (works like qInterColumnSortOrder). If omitted, a default value will be used.
Public propertyCustomErrorMessage
Defines custom error messages.
(Inherited from IVisualizationHyperCubeDef.)
Public propertyDimensions
Public propertyIndentMode
This property applies for pivot tables and allows to change the layout of the table. An indentation is added to the beginning of each row. The default value is false.
(Inherited from IHyperCubeDef.)
Public propertyInitialDataFetch
Initial data set.
(Inherited from IHyperCubeDef.)
Public propertyInterColumnSortOrder
Order the columns of the hypercube should be sorted. Column numbers are separated by a comma. Example: [1,0,2] means that the first column to be sorted should be the column 1, followed by the column 0 and the column 2. If the list does not contain all columns, the order for the columns that are not in the list is the order of appearance from left to right. The index of the pseudo-dimension (if any) is -1.
(Inherited from IHyperCubeDef.)
Public propertyLayoutExclude
(Inherited from IVisualizationHyperCubeDef.)
Public propertyMaxStackedCells
Maximum number of cells for an initial data fetch (set in qInitialDataFetch) when in stacked mode (qMode is K). The default value is 5000.
(Inherited from IHyperCubeDef.)
Public propertyMeasures
Public propertyMode
Defines the way the data are handled internally by the engine. Default value is DATA_MODE_STRAIGHT
(Inherited from IHyperCubeDef.)
Public propertyNoOfLeftDims
Number of left dimensions Default value is -1. The index related to each left dimension depends on the position of the pseudo dimension (if any). For example, a pivot table with: 4 dimensions in the following order: Country, City, Product and Category one pseudo dimension in position 1 3 left dimensions. implies that: The index 0 corresponds to the left dimension Country The index 1 corresponds to the pseudo dimension The index 2 corresponds to the left dimension City Product and Category are top dimensions. Another example: 4 dimensions in the following order: Country, City, Product and Category one pseudo dimension in position -1 3 left dimensions. implies that: The index -1 corresponds to the pseudo dimension; the pseudo dimension is the most to the right The index 0 corresponds to the left dimension Country The index 1 corresponds to the left dimension City The index 2 corresponds to the left dimension Product Category is a top dimension.
(Inherited from IHyperCubeDef.)
Public propertyPopulateMissing
If this property is set to true, the missing symbols (if any) are replaced by 0 if the value is a numeric and by an empty string if the value is a string. The default value is false.
(Inherited from IHyperCubeDef.)
Public propertyPseudoDimPos
(Inherited from IHyperCubeDef.)
Public propertyReductionMode
(Inherited from IHyperCubeDef.)
Public propertyShowTotalsAbove
If set to true, the total (if any) is shown on the first row. The default value is false.
(Inherited from IHyperCubeDef.)
Public propertyStateName
Name of the alternate state. Default is current selections $.
(Inherited from IHyperCubeDef.)
Public propertySuppressMissing
Removes missing values.
(Inherited from IHyperCubeDef.)
Public propertySuppressZero
Removes zero values.
(Inherited from IHyperCubeDef.)
Top
See Also