<?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: Dynamic Drop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735436#M1054085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But how would I know if the user wants to partial reload the csv or drop an existing one when partial reload is executed. I need to control this from a button with the caption: "Remove External File". And then from there execute a command to drop the table. Button Action doesn't even allow a partial reload , just reload. I was hoping there was a way with the button dynamic update action to accomplish this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 02:40:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-16T02:40:07Z</dc:date>
    <item>
      <title>Dynamic Drop</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735432#M1054081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that is loaded with partial reload as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client:&lt;/P&gt;&lt;P&gt;ADD ONLY LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[client.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the dynamic update action of a button to drop this table, permanently?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 01:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735432#M1054081</guid>
      <dc:creator />
      <dc:date>2014-10-16T01:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drop</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735433#M1054082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure to understand the logic.&lt;/P&gt;&lt;P&gt;You have a table and you want to drop it from the UI? Am I right?&lt;/P&gt;&lt;P&gt;If it's the case, there is a confusión between back end and front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain the business purpose/ case?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 01:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735433#M1054082</guid>
      <dc:creator />
      <dc:date>2014-10-16T01:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drop</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735434#M1054083</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;Currently, user can upload a csv file using a partial reload at any time. However, we want to be able to remove this loaded table from the data model at a later time. something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table myTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 01:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735434#M1054083</guid>
      <dc:creator />
      <dc:date>2014-10-16T01:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drop</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735435#M1054084</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;Try like this, you need to again partial reload to drop this table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Client&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;REPLACE ONLY Load &lt;/P&gt;&lt;P class="Code"&gt;*&lt;/P&gt;&lt;P class="Code"&gt;INLINE [Dummy];&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;The existing Client table is dropped and again creates the same Client table with some Dummy column with no values.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;I think this is the way to DROP the table in Partial reload.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Or the another way is Binary Load this qlikview in another Qlikview file and then use&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;DROP TABLE Client;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 02:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735435#M1054084</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-16T02:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drop</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735436#M1054085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But how would I know if the user wants to partial reload the csv or drop an existing one when partial reload is executed. I need to control this from a button with the caption: "Remove External File". And then from there execute a command to drop the table. Button Action doesn't even allow a partial reload , just reload. I was hoping there was a way with the button dynamic update action to accomplish this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 02:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Drop/m-p/735436#M1054085</guid>
      <dc:creator />
      <dc:date>2014-10-16T02:40:07Z</dc:date>
    </item>
  </channel>
</rss>

