Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

field method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

qlik.app.field(fld, statename)

Gets a field reference with methods that can be used to manipulate the field, see Field API.

Version history

Version history
Version history Details
Introduced 1.0

Parameters

fld

Type: String

Name of the field.

statename

Type: String

Optional.

Alternate state name.

Default is $.

Returns

A QField object with methods and properties that can be used to manipulate the field.

Example

var lastNameField = app.field('LastName');
lastNameField.clear();

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!