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: 
velvet
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)
3 Replies
TcnCunha_M
Creator III
Creator III

try to use this

if (IsPartialReload()=True()) then

and in the load:
replace only LOAD .... from  ....

As you think, so shall you become.
martinkostic
Partner - Contributor
Partner - Contributor

Hi, the option might also be to use a write-back which does not require reload to store data.

NS_Qlikupdates
Partner - Creator
Partner - Creator

Partial reload after writeback can be tricky in Qlik due to how the script and data model behave.

Instead of relying on partial reload, you could use a more direct writeback approach.

With SenseOps Writeback, updates are handled directly and reflected without needing

partial reloads, which helps avoid these errors and keeps the process more stable. Know More>>