Click or drag to resize
SheetCreatePivottable Method (String, PivottableDataContainer)
Create a pivottable with multiple dimensions and measures using libraryid, field names and expressions

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IPivottable CreatePivottable(
	string id,
	PivottableDataContainer data
)

Parameters

id
Type: SystemString
the object id
data
Type: Qlik.Sense.ClientPivottableDataContainer
Pivottable data, in a pivottable data container

Return Value

Type: IPivottable
the created pivottable

Implements

ISheetCreatePivottable(String, PivottableDataContainer)
See Also