Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 21, 2026 12:22:21 AM
Dec 12, 2025 3:56:53 AM
This article is currently under review.
This article explains how to extract changes from a Change Store and store them in a QVD by using a load script in Qlik Analytics.
The article also includes
This example will create an analytics app for Vendor Reviews. The idea is that you, as a company, are working with multiple vendors. Once a quarter, you want to review these vendors.
The example is simplified, but it can be extended with additional data for real-world examples or for other “review” use cases like employee reviews, budget reviews, and so on.
The app’s data model is a single table “Vendors” that contains a Vendor ID, Vendor Name, and City:
Vendors:
Load * inline [
"Vendor ID","Vendor Name","City"
1,Dunder Mifflin,Ghent
2,Nuka Cola,Leuven
3,Octan, Brussels
4,Kitchen Table International,Antwerp
];
The Write Table contains two data model fields: Vendor ID and Vendor Name. They are both configured as primary keys to demonstrate how this can work for composite keys.
The Write Table is then extended with three editable columns:
Hello @Emile_Koslowski
Thank you, it's really useful.
How do you manage the step 15 & 16 when you publish your application ?
I try it and when I publish, the string "New Safety stock rightsizing(69e8c1aef6708e83cb02bbb6)" changes, so the published application doesn't store the new value.
Thanks,
Hello @Emile_Koslowski.
Agree with the comment above. When the change store is published, the keys for the editable fields change.
If the api/analytics/change-stores could return the editable columns in the change store with the keys, that would be great.
Hello @Siciliani
This article is currently under review, and updates will come soon. If you want to be informed once changes are made to it, please subscribe to it.
All the best,
Sonja