App ReduceData Method Qlik Sense .NET SDK - API Reference

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public void ReduceData(
	bool confirm = false,
	IEnumerable<string> dropFieldNames = null
)

Parameters

confirm (Optional)
Type: OnlineSystem Boolean
dropFieldNames (Optional)
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 

Implements

IApp ReduceData(Boolean, IEnumerable String )
See Also