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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
WeLoveQlik
Partner - Creator
Partner - Creator

Using a Write table in a Dev / Prod Environment

Hello everyone,

I typically structure my Qlik Cloud environments with a Development (shared) space and a Production (managed) space.

Recently, I’ve been receiving more requests to implement WriteTables for writeback functionality, and overall they have been working well.

However, I’ve run into a challenge during the publish process. When I publish an app from Development to Production, the Change Store value changes, which causes any writeback data created during development to disappear.

In many cases, I would like to prepopulate writeback values during development so that they already exist for users once the app is published. At the moment, there doesn’t seem to be an obvious way to carry those values over.

Has anyone found a good approach for:

  • Preserving WriteTable data when publishing apps

  • Prepopulating writeback values before moving an app to Production

  • Managing writeback data across Development and Production spaces

Any suggestions or best practices would be greatly appreciated.

Thank you!

IPC Global: ipc-global.com
Labels (1)
1 Reply
amonjaras_c40
Luminary
Luminary

Hello!

I solved this with an automation, using the List Change Stores block. It will give you the primary key, space ID, chart ID and app ID of every change store in your tenant.

Just run the automation after you publish an app containing your write table.

Hope this helps!