field method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
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 | 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();