Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
DaveChannon
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
Luminary Alumni
Luminary Alumni

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?

DaveChannon
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.