Click or drag to resize
AppReduceData Method

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void ReduceData(
	bool confirm = false,
	IEnumerable<string> dropFieldNames = null
)

Parameters

confirm (Optional)
Type: SystemBoolean
dropFieldNames (Optional)
Type: System.Collections.GenericIEnumerableString

Implements

IAppReduceData(Boolean, IEnumerableString)
See Also