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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exit Script with old Data

Is there any way we can exit the script while reloading,at the same time keeping the last load data

2 Replies
sunny_talwar

May be look into Partial Reload functionality here.

swuehl
MVP
MVP

Not sure what you mean with last load data.

You can use

Exit Script;

statement in the script to exit the script and returning the data model at that point in time.

If you are referring to the previous data model before starting the reload, I think that would only be possible if you force QV to save before reolad (using the option user settings) and the provoke a script error that forces the dialog "return to last data loaded"  (or similar wording).