<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reload Control in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408770#M151985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2013 12:20:33 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-04-29T12:20:33Z</dc:date>
    <item>
      <title>Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408768#M151983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want my script to skip the reload on a condition and &lt;STRONG&gt;to be at the previous load status. &lt;/STRONG&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 07:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408768#M151983</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-04-29T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408769#M151984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By Writing Macros and&amp;nbsp; run this task externally you can achive the same &lt;/P&gt;&lt;P&gt;by windows schedular you can run macro and base on variable you can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 10:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408769#M151984</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-04-29T10:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408770#M151985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408770#M151985</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-04-29T12:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408771#M151986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Understand one thing, when ever you reload the application, qlikview will flush all the earlier data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So there is no direct way to get your data. But you can do one thing. I am just giving you the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All you need to do is create a backup of the Application say ABC_TEST. and the Actual application as ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now in ABC application you can write some script like shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Condition true) then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reload new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reload from the Backup Application (ABC_Backup)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408771#M151986</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-29T12:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408772#M151987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 13:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408772#M151987</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-04-29T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408773#M151988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am clear about the data and it is doable. Just give a try and let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 18:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408773#M151988</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-29T18:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Control</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408774#M151989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 05:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Control/m-p/408774#M151989</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-04-30T05:36:27Z</dc:date>
    </item>
  </channel>
</rss>

