<?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 section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1648016#M731105</link>
    <description>&lt;P&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;Copy your QVW without the access script.&lt;/P&gt;&lt;P&gt;Create new QVW which uses Binary Load to the first QVW and applies the Section Access (That' would be the QVW you want to point your users to).&lt;/P&gt;&lt;P&gt;Binary load usually goes much faster than what your script would normally take to execute since it only loads the data previously transformed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;S.T.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 14:55:19 GMT</pubDate>
    <dc:creator>Stoyan_Terziev</dc:creator>
    <dc:date>2019-11-18T14:55:19Z</dc:date>
    <item>
      <title>partial reload section access</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1647973#M731104</link>
      <description>&lt;P&gt;Good day community&lt;/P&gt;&lt;P&gt;I have the script below which applies section access on my dashboard. So everytime I make changes to the spreadsheet it's pointing to&amp;nbsp; I have to do a full reload to apply the changes which takes quite long.&lt;/P&gt;&lt;P&gt;Can you please assist with "partial reload" script&amp;nbsp; as I tried with the one below and it's not working: Or do I need two scripts, one for partial reload and one for full? How does it work?&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;section access;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;if IsPartialReload() then&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Access:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Replace LOAD Upper(ACCESS) as ACCESS, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Upper(USERID) as USERID, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Upper(PASSWORD) as PASSWORD,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Upper(NTNAME) as NTNAME,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Upper([Business Unit]) as [BUSINESSUNIT]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;[D:\QlikView\FTP\Matlotlo\Users Access List_MatlotloWIP.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;(ooxml, embedded labels, table is [Section Access]);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;section Application;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Grouping:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Replace LOAD NTNAME As [NT NAME], &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;[OS GROUPING],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;HR,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;[Title Manco],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;Exceptions&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;[D:\QlikView\FTP\Matlotlo\Users Access List_MatlotloWIP.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;(ooxml, embedded labels, table is [Section Access Detail]);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1647973#M731104</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: partial reload section access</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1648016#M731105</link>
      <description>&lt;P&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;Copy your QVW without the access script.&lt;/P&gt;&lt;P&gt;Create new QVW which uses Binary Load to the first QVW and applies the Section Access (That' would be the QVW you want to point your users to).&lt;/P&gt;&lt;P&gt;Binary load usually goes much faster than what your script would normally take to execute since it only loads the data previously transformed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;S.T.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 14:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1648016#M731105</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2019-11-18T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: partial reload section access</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1648364#M731106</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59804"&gt;@ST&lt;/a&gt;&amp;nbsp;. But now&amp;nbsp; the qvw that I create the binary script on, does it need to have the same data load as the original document? or is it just a blank document with no data set, just binary load and section access script?&lt;/P&gt;&lt;P&gt;Because I made a copy of the original document and added binary load and section access script and deleted the section access script on the original one. I'm now running the one with binary load and reload time seems to be the same as before?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matlotlo&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 09:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1648364#M731106</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2019-11-19T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: partial reload section access</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1649318#M731107</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Matlotlo, I think what Stoyan was suggesting was to keep the original app as the data model etc., and the new app would have the Section Access script as well as the layout from the original app too.&amp;nbsp; The binary of the original into the new app would put the data model plus the section access into the new app for you.&amp;nbsp; That all being said, the only reason of which I can think things would be slow would most likely be something in the data model not being optimized and tied into the reduction field you are using etc.&amp;nbsp; Hopefully this helps, I am sure Stoyan will pop back too, I just wanted to try to help here...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 18:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1649318#M731107</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-20T18:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: partial reload section access</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1649440#M731108</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;. Yes&amp;nbsp; you are right, the model itself is not optimized, it's huge with a couple of sync keys. Optimizing it will be a mission but has to be done in due course. I did run the binary load but it still took the same amount of time so since I'm just testing access I'm doing a partial reload. Thank you all for the assistance&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88989"&gt;@Stoyan_Terziev&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Matlotlo&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 07:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-section-access/m-p/1649440#M731108</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2019-11-21T07:35:16Z</dc:date>
    </item>
  </channel>
</rss>

