Skip to main content Skip to complementary content

getProgress method

global.getProgress(qRequestId, callback)

Method used to get information about progress of doReload and doSave calls.

Since:
  • 1.1
Information noteThis method was introduced as GetProgress in Qlik Sense 1.1 and changed to getProgress in Qlik Sense 2.1.

Parameters

Name Type Description
qRequestId Number

Request id from doReload call or 0.

Complete information is returned if the identifier of the request is specified.

If qRequestId = 0, less information is returned.

callback Function

Optional.

Callback method.

Returns

A promise.

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

Example

var global = qlik.getGlobal(config);
	global.getProgress();

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!