Click or drag to resize
GenericObjectCollapseLeft Method

Collapses the left dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void CollapseLeft(
	string path,
	int row,
	int col,
	bool all
)

Parameters

path
Type: SystemString
Path to the definition of the object to be collapsed For example, /qHyperCubeDef. This parameter is mandatory.
row
Type: SystemInt32
Row index in the data matrix. Indexing starts from 0.
col
Type: SystemInt32
Column index. The index is based on the left dimension indexes. Indexing starts from 0.
all
Type: SystemBoolean
If set to true, it collapses all cells. Parameters qRow and qCol are not used if qAll is set to true, but they need to be set (for example to 0).

Return Value

Type: 

Implements

IGenericObjectCollapseLeft(String, Int32, Int32, Boolean)
See Also