doReload method
Note: STABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
qlik.app.doReload(qMode, qPartial, qDebug)
Reloads the data in a Qlik Sense app.
Version history
Introduced | 1.1 |
Parameters
Name | Type | Description |
---|---|---|
qMode | String |
Optional. Error handling mode:
|
qPartial | Boolean |
Optional. Set to true for partial reload. |
qDebug | Boolean |
Optional. Set to true if debug breakpoints are honored. Execution of the script will be in debug mode. |
Returns
A promise of a Qlik Associative Engine reply.
Tip: For more information regarding a promise, see https://code.angularjs.org/1.5.8/docs/api/ng/service/$q#the-promise-api.
Example
app.doReload();