<?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 load from VBS script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120260#M369296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pretty sure you can call partial reload in the vbs script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just prefix your table with ADD LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done similar where users need to load a local file, but maintain the data produced centrally.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;They click on a button to load the action of which&lt;/P&gt;&lt;P&gt;1- sets v_partialreload =1&lt;/P&gt;&lt;P&gt;2- calls the macro to partialreload the document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the load script we have the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14702333214793251 jive_text_macro" jivemacro_uid="_14702333214793251"&gt;
&lt;P&gt;if v_partialreload = 1 then&lt;/P&gt;
&lt;P&gt;ADD LOAD * from xyz&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;exit script&lt;/P&gt;
&lt;P&gt;end if&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Load * from xyz;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 14:08:50 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2016-08-03T14:08:50Z</dc:date>
    <item>
      <title>Partial load from VBS script</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120259#M369295</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 to develop a relationship that will allow users to add comments in three fields, the information in these fields will be stored in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a macro to insert and another to update if users change their comments during the execution of this macro, Qlik recharge all data coming from different sources, while I wish the macro search one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there a possibility to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120259#M369295</guid>
      <dc:creator />
      <dc:date>2016-08-03T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Partial load from VBS script</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120260#M369296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pretty sure you can call partial reload in the vbs script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just prefix your table with ADD LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done similar where users need to load a local file, but maintain the data produced centrally.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;They click on a button to load the action of which&lt;/P&gt;&lt;P&gt;1- sets v_partialreload =1&lt;/P&gt;&lt;P&gt;2- calls the macro to partialreload the document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the load script we have the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14702333214793251 jive_text_macro" jivemacro_uid="_14702333214793251"&gt;
&lt;P&gt;if v_partialreload = 1 then&lt;/P&gt;
&lt;P&gt;ADD LOAD * from xyz&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;exit script&lt;/P&gt;
&lt;P&gt;end if&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Load * from xyz;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120260#M369296</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-03T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Partial load from VBS script</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120261#M369297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like Script BVS launches partial load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used ActiveDocument.Reload to reload the data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand I wish that the execution window is not visible in the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tkank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120261#M369297</guid>
      <dc:creator />
      <dc:date>2016-08-03T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Partial load from VBS script</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120262#M369298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So use the ActiveDocument.PartialReload instead?&lt;/P&gt;&lt;P&gt;And to hide the window you can use&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; the function &lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReloadEx ( ErrorMode , ProgressMode )&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; where ErrorMode=0 and ProgressMode=1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 11:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-load-from-VBS-script/m-p/1120262#M369298</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-09T11:30:32Z</dc:date>
    </item>
  </channel>
</rss>

