Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
brydona2
Contributor
Contributor

Partial reload after writeback

Hi. I have implemented a vizlib writeback table in my qliksense application which updates a qvd with user comments. Since my application has several tables and a full on reload after every write back would take a long time, I have been trying to implement partial reload after writeback. The writeback itself seems to work fine but the partial reload through the writeback table keeps throwing the error "Data model is now out of sync and this application needs to be reloaded before any further writeback".
I have tried initiating the reload through a button and that doesn't seem to work either. Can someone please help me understand what I'm missing?

Labels (1)
1 Reply
Corona55
Creator
Creator

Are you just using the replace functions 'Add/Replace/Merge Load ';  in your load script? We have a few apps with writeback that are doing partial reloads. We use the if then control statements with the IsPartialReload() to only run the section of script we need during the partial reload.