
Contributor
2018-07-04
07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- qlickview partial
1,265 Views
2 Replies


MVP
2018-07-05
06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It could be checked with: IsPartialReload()
- Marcus

Contributor
2018-07-05
08:09 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many thanks Marcus this is exactly what i was looking for. You may consider this as answered
Claire
1,193 Views
