IApp GetField Method Qlik Sense .NET SDK - API Reference

Retrieves the handle of a field.

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

Field GetField(
	string fieldName,
	string stateName = null
)

Parameters

fieldName
Type: OnlineSystem String
Name of the field. This parameter is mandatory.
stateName (Optional)
Type: OnlineSystem String
Name of the alternate state. This parameter is optional. Default state is current selections.

Return Value

Type: Field
See Also