Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
clairep1962
Contributor
Contributor

How to detect a Partial Reload

Hi,

I am very comfortable using partial reloads but we have many apps in our org that use library scripts that create and drop temp tables so we cannot amend the load statement with a Replace or Add keyword.

SO I need to be able to detect in script if its a full load or a partial load running so I can grammatically Exit Script on a Partial Load so I stop before call statements to library scripts which will cause the script to fall over as they rely on resident tables that will not be available in a partial load.

Sorry if its a bit of a confusing question.

Many Thanks

Claire

2 Replies
marcus_sommer

It could be checked with: IsPartialReload()

- Marcus

clairep1962
Contributor
Contributor
Author

Many thanks Marcus this is exactly what i was looking for. You may consider this as answered

Claire