Skip to main content Skip to complementary content

doSave method

app.doSave(qFileName)

Method used to save a Qlik Sense app, including all objects and data in the data model.

Since:
  • 1.1

Parameters

Name Type Description
qFileName String

Optional.

File name of the file to save.

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().then(function(){
   app.doSave();
});

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!