Skip to main content Skip to complementary content

doReload method

app.doReload(qMode, qPartial, qDebug)

Method used to reload the data in a Qlik Sense app.

Since:
  • 1.1

Parameters

Name Type Description
qMode String

Optional.

Error handling mode:

  • 0 = default mode.
  • 1 = attempt recovery on all errors.
  • 2 = fail on all errors.
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 RPC reply.

Tip noteFor more information regarding a promise, see http://docs.angularjs.org/api/ng.$q.

Example

app.doReload();

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!