qlik.app.field
Interface
The field interface is the external interface to the fields in a Qlik Sense app and contain methods for field level commands.
List of methods
| Method | Description |
|---|---|
| clear | Method used to clear a field selection. |
| clearOther | Method used to clear all fields except the selected one. |
| lock | Method used to lock a field selection. |
| select | Method used to select field values. |
| selectAll | Method used to select all values in a field. |
| selectAlternative | Method used to select alternative values in a field. |
| selectExcluded | Method used to select excluded values in a field. |
| selectMatch | Method used to select matching field values. |
| selectPossible | Method used to select possible values in a field. |
| selectValues | Method used to select specific values in a field. |
| toggleSelect | Method used to toggle field selection. |
| unlock | Method used to unlock field selection. |