Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Sense App Serialize / Deserialize TFS

I would like to add the Qlik Sense apps we have been developing into TFS for source control.

1 - Does the SDK allow a way to serialize the .QVF files to JSON (or xml, etc). We could then use the serialized file to load into TFS ?

2-  On the same token, would it also support deserializing the app back to qlik's original binary format, in case we would need a "Rollback" to a prior version ?


Thank you in advance.

1 Solution

Accepted Solutions
Dave_Channon
Employee
Employee

Hey @Mansi1403 - you have a couple of native options in Qlik Cloud:

You can also use the APIs to build your own methods if these aren't sufficient.

View solution in original post

3 Replies
tseebach
Partner - Creator III
Partner - Creator III

Have a look at this: GitHub - mindspank/serializeapp

Mansi1403
Contributor
Contributor

Serializeapp works with Qlik Sense desktop version. Is there any way to serialize qlik sense app present in qlik sense cloud?

Dave_Channon
Employee
Employee

Hey @Mansi1403 - you have a couple of native options in Qlik Cloud:

You can also use the APIs to build your own methods if these aren't sufficient.