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: 
tresesco
MVP
MVP

Reload Control

Hello,

i want my script to skip the reload on a condition and to be at the previous load status. that means after it executes the 'Exit Script' command, the application should not go blank, it should come back to it's earlier data position. is there any way to control that?

Thanks.

6 Replies
vikasmahajan

By Writing Macros and  run this task externally you can achive the same

by windows schedular you can run macro and base on variable you can.

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
tresesco
MVP
MVP
Author

Thank you Vikas for your reply. i would usually like to avoid macro and opt for functionality available in qv itself, however, request you to come up with the macro example.

Thanks.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Understand one thing, when ever you reload the application, qlikview will flush all the earlier data.

     So there is no direct way to get your data. But you can do one thing. I am just giving you the logic.

     All you need to do is create a backup of the Application say ABC_TEST. and the Actual application as ABC.

      Now in ABC application you can write some script like shown below.

     if (Condition true) then

          Reload new data.

     else

          Reload from the Backup Application (ABC_Backup)

     End if

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
tresesco
MVP
MVP
Author

Thank you Kaushik. You have come up with the alternate solution which i might have to follow ultimately. i was wondering if there is any direct way that qv provides. anyway thanks once again.

Thanks.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     I am clear about the data and it is doable. Just give a try and let us know.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
tresesco
MVP
MVP
Author

Hi,

yes agree that it is doable, but that would require an extra load. as i mentioned earlier, i am wondering if there is anything (like parameter setting in the document or so) in the product itself.

Thanks.