Skip to main content Skip to complementary content

field method

app.field(field, state)

Method used to get a field reference with methods that can be used to manipulate the field.

See: qlik.app.field

Since:
  • 1.0

Parameters

Name Type Description
field String Name of the field.
state String

Optional.

Alternate state name.

Default is $.

Returns

Methods 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!