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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
guharlaga
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 the following statement for partial reload: Table: Replace only load * from path_to_file.qvd

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)
2 Replies
Rohan
Partner - Specialist
Partner - Specialist

Hi @guharlaga ,

We had tried something similar in Qlik SAAS. the issue is Replace or Add didn't work as expected for us too. So we removed those & checked. That time our writeback also worked successfully.

@ajaykakkar93 , I think you might be able to provide better guidance on this one..

 

Regards,

Rohan.

SanketDushing
Contributor
Contributor

Please check,  do you have access to particular data connection. Because once you click to sync writeback button it takes a reload where in the load script any data connection mentioned,  should have an access (Whoever clicks on the sync button in vizlib writeback).