Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

doSave method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

qlik.app.doSave(qFileName)

Saves a Qlik Sense app, including all objects and data in the data model.

Version history

Version history
Version state Details
Introduced 1.1

Parameters

qFileName

Type: String

Optional.

File name of the file to save.

Returns

A promise of a Qlik associative engine reply.

Tip noteFor more information regarding a promise, see The Promise API.

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!