<?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: Qlikview Server Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133357#M915423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can split your logic into two qvw.&lt;/P&gt;&lt;P&gt;First reset your tables and second reloading your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 11:50:19 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-05-24T11:50:19Z</dc:date>
    <item>
      <title>Qlikview Server Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133356#M915422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I need to reload file twice because at the first time he reset my table and at the second time he reload the data from source,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didn't find a way to reload same file again i need that model.qvw will be loaded 2 times &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea guys ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125565_Capture.JPG" style="height: 135px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133356#M915422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Server Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133357#M915423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can split your logic into two qvw.&lt;/P&gt;&lt;P&gt;First reset your tables and second reloading your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 11:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133357#M915423</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-24T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Server Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133358#M915424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i use this script &lt;/P&gt;&lt;P&gt;IF vClear=1 THEN &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set vClear=0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script;&lt;/P&gt;&lt;P&gt;ELSE &lt;/P&gt;&lt;P&gt;&amp;nbsp; set vClear=1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ENDIF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i reload same file different name &lt;/P&gt;&lt;P&gt;E.g Model_Pre and then Model &lt;/P&gt;&lt;P&gt;the variable get reset and its not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 11:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133358#M915424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-24T11:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Server Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133359#M915425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you need to rethink your logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 11:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133359#M915425</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-24T11:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Server Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133360#M915426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to write down 2 Sub Routines. One for, Table/Variable Reset and Second for Reload the data from Data Source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 15:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Server-Reload/m-p/1133360#M915426</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-05-24T15:21:35Z</dc:date>
    </item>
  </channel>
</rss>

