<?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 Parcial Reload in QlikView Server (replace only) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Parcial-Reload-in-QlikView-Server-replace-only/m-p/257880#M1320459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to search a solution to a problem about parcial reload using AccessPoint, can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets describe the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based in some selections in the QlikView application (that the user is analyser CRM indicator related), they want to export the result to another web application tool (not qlikview application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It I made! &lt;/P&gt;&lt;P&gt;I &lt;SPAN style="background-color: #ffffff; color: #000000; font-family: arial, sans-serif; text-align: -webkit-auto; white-space: nowrap;"&gt;merely put the &lt;SPAN style="color: #000000; font-family: arial, sans-serif; text-align: -webkit-auto; white-space: nowrap; background-color: #ffffff;"&gt;corresponding cod &lt;/SPAN&gt;field in a TablelBox that execute a macro:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("TB09")&lt;/P&gt;&lt;P&gt;obj.Export "C:\temp\teste.txt", ";"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, on the tempo folder the teste.txt semicolon separated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the web application read the TXT file and import this data to make another analises based on another computation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WELLL .. NOW I HAVE A PROBLEM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user want to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by work with the data in the web application, mabe the user remove some record doing a especific analysis.. and then decide to return to the QlikView to study the data with the&amp;nbsp; most powerfull analysis tools...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to resolve it made a partial reload like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.DoReload 2, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("COD").SelectAll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(import the data with REPLACE LOAD and then select all related)&lt;/P&gt;&lt;P&gt;select all the cod of the table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it work very fine, but...&lt;/P&gt;&lt;P&gt;ONLY LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHEN I PUT ON THE SERVER ENVIROMENT THE REPLACE ONLY DIDN'T WORK!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I studied the case in:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/19800" target="_blank"&gt;http://community.qlik.com/thread/19800&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/176685#176685" target="_blank"&gt;http://community.qlik.com/message/176685#176685&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me with a solution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you see another possibility?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very mutch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Parcial Reload in QlikView Server (replace only)</title>
      <link>https://community.qlik.com/t5/QlikView/Parcial-Reload-in-QlikView-Server-replace-only/m-p/257880#M1320459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to search a solution to a problem about parcial reload using AccessPoint, can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets describe the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based in some selections in the QlikView application (that the user is analyser CRM indicator related), they want to export the result to another web application tool (not qlikview application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It I made! &lt;/P&gt;&lt;P&gt;I &lt;SPAN style="background-color: #ffffff; color: #000000; font-family: arial, sans-serif; text-align: -webkit-auto; white-space: nowrap;"&gt;merely put the &lt;SPAN style="color: #000000; font-family: arial, sans-serif; text-align: -webkit-auto; white-space: nowrap; background-color: #ffffff;"&gt;corresponding cod &lt;/SPAN&gt;field in a TablelBox that execute a macro:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("TB09")&lt;/P&gt;&lt;P&gt;obj.Export "C:\temp\teste.txt", ";"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, on the tempo folder the teste.txt semicolon separated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the web application read the TXT file and import this data to make another analises based on another computation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WELLL .. NOW I HAVE A PROBLEM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user want to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by work with the data in the web application, mabe the user remove some record doing a especific analysis.. and then decide to return to the QlikView to study the data with the&amp;nbsp; most powerfull analysis tools...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to resolve it made a partial reload like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.DoReload 2, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("COD").SelectAll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(import the data with REPLACE LOAD and then select all related)&lt;/P&gt;&lt;P&gt;select all the cod of the table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it work very fine, but...&lt;/P&gt;&lt;P&gt;ONLY LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHEN I PUT ON THE SERVER ENVIROMENT THE REPLACE ONLY DIDN'T WORK!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I studied the case in:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/19800" target="_blank"&gt;http://community.qlik.com/thread/19800&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/176685#176685" target="_blank"&gt;http://community.qlik.com/message/176685#176685&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me with a solution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you see another possibility?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very mutch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parcial-Reload-in-QlikView-Server-replace-only/m-p/257880#M1320459</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

