<?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: Partial Reload problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279782#M495321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;same problem here. I only get weird errors. &lt;/P&gt;&lt;P&gt;Anyone know a answer to this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2012 16:55:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-09T16:55:32Z</dc:date>
    <item>
      <title>Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279775#M495314</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can any one tell me how to do partial reload in script i have nearly 15 database tables in my datamodel if i change any table i have to reload the total script every time&amp;nbsp; its taking quit sime time but i want to referesh only one table&amp;nbsp; and where we can find the reload option from script..........how to do this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279775#M495314</guid>
      <dc:creator />
      <dc:date>2012-02-14T08:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279776#M495315</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;I think there is no option to load only one table in script.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can check the data by loading limited number of records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Script window click the Debug option&lt;/P&gt;&lt;P&gt;and Check Limit Load option and give number of records (10/100/1000 as you wish).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279776#M495315</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-14T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279777#M495316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Anil,&lt;/P&gt;&lt;P&gt;please search QV Help for ADD or REPLACE.&lt;/P&gt;&lt;P&gt;Put one of these functios in front of a LOAD or SQL Select statement and use "Partial Reload":&lt;/P&gt;&lt;P&gt;Main Manue =&amp;gt; File =&amp;gt; Partial Reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now only tables will be loaded with an ADD or REPLACE in front of a LOAD or SELECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279777#M495316</guid>
      <dc:creator />
      <dc:date>2012-02-14T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279778#M495317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can detect if a partial reload is in progress in the script using IsPartialreload().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I use section access to control access to the document and when I want to update it I really dont want to have to reload the data as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieve this using REPLACE and ADD (note that I also have a hard-coded back door in case of a problem with the access control spreadsheet!):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Access Control]:&lt;BR /&gt;// The access control spreadsheet is secured and is easier to maintain than an inline table.&lt;BR /&gt;// Note that * in other than system fields has no real meaning as 'all'.&lt;BR /&gt;REPLACE LOAD SERIAL,&lt;BR /&gt; NTNAME,&lt;BR /&gt; NTDOMAINSID,&lt;BR /&gt; USERID,&lt;BR /&gt; PASSWORD,&lt;BR /&gt; ACCESS&lt;BR /&gt;FROM $(vRelPath)Access.xls (biff, embedded labels, table is [$(vDocumentName)$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Ensure Administrator access is always possible in case of a problem with the access control spreadsheet&lt;BR /&gt;ADD LOAD * INLINE [&lt;BR /&gt;SERIAL, NTNAME, NTDOMAINSID, USERID, PASSWORD, ACCESS&lt;BR /&gt;*, *, *, XXXXX, XXXXXXXX, ADMIN&lt;BR /&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Application; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT SCRIPT WHEN IsPartialReload(); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Position any SET/LET of variables here that should not be reset by partial reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 10:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279778#M495317</guid>
      <dc:creator />
      <dc:date>2012-02-14T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279779#M495318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer and jagan thnx for your ideas now i got some idea on Partial reload...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 13:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279779#M495318</guid>
      <dc:creator />
      <dc:date>2012-02-15T13:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279780#M495319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Jagan/Anil,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I know this is old thread but we can still load &lt;STRONG style="text-decoration: underline;"&gt;only one table&lt;/STRONG&gt; by using the&lt;SPAN style="color: #333333;"&gt;&lt;STRONG&gt; "Add"&lt;/STRONG&gt;&lt;/SPAN&gt; prefix and followed by &lt;STRONG&gt;"Exit Script"&lt;/STRONG&gt; keyword. If you add this script at the beginning of your document script then you can load only one table while not touching the rest of the tables. Ofcourse, you need to run Partial Reload instead of normal/full reload. I would recommend using "Only" qualifier to make sure this piece of script is disregarded during normal reload.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I hope this makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 05:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279780#M495319</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-04-24T05:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279781#M495320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I try to update the Section Access whit partial reload. The command "replace" doesn't work. &lt;/P&gt;&lt;P&gt;It works perfectly if script runs normally. We use QV 11.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Section &lt;/STRONG&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"FIELD"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT *&lt;BR /&gt;FROM ODBC.dbo."RIGHTS";&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Section&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279781#M495320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-26T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279782#M495321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;same problem here. I only get weird errors. &lt;/P&gt;&lt;P&gt;Anyone know a answer to this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279782#M495321</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279783#M495322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Don't think you can use Partial Reload in the Section Access Script. I might be wrong but I'm guessing this... I don't see any documentation but you can't use Partial Reload between Section Access and Section Application. Instead why don't have you a QVD builder which generates the Section Access script and you can use partial reload in the QVD builder which does the job.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2012 10:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279783#M495322</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-11-10T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279784#M495323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get a replay from QlikView consulting. It is not possible to load Section Access partiell. We make it in two steps now: first step - load data mart to qvw and second step: import data mart with binary command and in addition load secction access part to second qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 08:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279784#M495323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-12T08:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279785#M495324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought of this option as an alternative. &lt;/P&gt;&lt;P&gt;But now i have prove so thx for the answere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers, &lt;/P&gt;&lt;P&gt;Markus &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 09:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-problem/m-p/279785#M495324</guid>
      <dc:creator />
      <dc:date>2012-11-12T09:55:23Z</dc:date>
    </item>
  </channel>
</rss>

