<?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:Delete data after reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280217#M1203045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, one thing i forgot is that is not recommended to do any filtering while you are load from the database, because it affects performance, for instance you can save the table in a qvd.&lt;/P&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;Try something similar to the following:&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;Test:&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;//replace with your sql load&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Prod, Date, Amount&lt;BR /&gt; A, 10/02/2000, 25&lt;BR /&gt; A, 11/02/2000, 25&lt;BR /&gt; B, 10/02/2000, 30&lt;BR /&gt; B, 20/02/2000, 30&lt;BR /&gt; B, 23/02/2000, 20&lt;BR /&gt; C, 1/02/2000, 45&lt;BR /&gt; D, 21/02/2000, 50&lt;BR /&gt; D, 22/02/2000, 50&lt;BR /&gt;];&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;store Test into Test.qvd;&lt;BR /&gt;drop table Test;&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;Test:&lt;BR /&gt;Load Prod, date(max(date#(Date,'DD/MM/YYYY'))) as Date, only(Amount) as Amount&lt;BR /&gt;from Test.qvd (qvd)&lt;BR /&gt;group by Prod, Amount;&lt;/DIV&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 21:26:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-01T21:26:58Z</dc:date>
    <item>
      <title>Delete data after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280214#M1203042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;The question is:&lt;/P&gt;&lt;P&gt;After reload data to my qlickview, with one SQL SELECT, is possible delete rows of this data, with some command? for example&lt;/P&gt;&lt;P&gt;After SQL SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 240pt; border-collapse: collapse;" width="320"&gt;&lt;COLGROUP&gt;&lt;COL span="4" style="width: 60pt;" width="80" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="background-color: transparent; width: 60pt; height: 15pt; border: #d4d0c8;" width="80"&gt;DATE&lt;/TD&gt;&lt;TD style="background-color: transparent; width: 60pt; border: #d4d0c8;" width="80"&gt;Nunber&lt;/TD&gt;&lt;TD style="background-color: transparent; width: 60pt; border: #d4d0c8;" width="80"&gt;Cod&lt;/TD&gt;&lt;TD style="background-color: transparent; width: 60pt; border: #d4d0c8;" width="80"&gt;AMOUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;11/10/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;10&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;19/10/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;20&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;115&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;12/11/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;22&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl64" height="20" style="background-color: yellow; height: 15pt; border: #d4d0c8;"&gt;23/12/2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: yellow; border: #d4d0c8;"&gt;30&lt;/TD&gt;&lt;TD class="xl65" style="background-color: yellow; border: #d4d0c8;"&gt;cod3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: yellow; border: #d4d0c8;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;15/09/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;40&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;28/10/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;255&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;900&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl64" height="20" style="background-color: yellow; height: 15pt; border: #d4d0c8;"&gt;01/11/2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: yellow; border: #d4d0c8;"&gt;30&lt;/TD&gt;&lt;TD class="xl65" style="background-color: yellow; border: #d4d0c8;"&gt;cod3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="background-color: yellow; border: #d4d0c8;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;14/12/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;15&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The data with the same number drop&lt;/P&gt;&lt;P&gt;the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 240pt; border-collapse: collapse;" width="320"&gt;&lt;COLGROUP&gt;&lt;COL span="4" style="width: 60pt;" width="80" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="background-color: transparent; width: 60pt; height: 15pt; border: #d4d0c8;" width="80"&gt;DATE&lt;/TD&gt;&lt;TD style="background-color: transparent; width: 60pt; border: #d4d0c8;" width="80"&gt;Nunber&lt;/TD&gt;&lt;TD style="background-color: transparent; width: 60pt; border: #d4d0c8;" width="80"&gt;Cod&lt;/TD&gt;&lt;TD style="background-color: transparent; width: 60pt; border: #d4d0c8;" width="80"&gt;AMOUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;11/10/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;10&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;19/10/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;20&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;115&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;12/11/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;22&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;15/09/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;40&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;28/10/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;255&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;900&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="background-color: transparent; height: 15pt; border: #d4d0c8;"&gt;14/12/2010&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;15&lt;/TD&gt;&lt;TD style="background-color: transparent; border: #d4d0c8;"&gt;cod1&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #d4d0c8;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thanks!!, regards&lt;/P&gt;&lt;P&gt;Cèsar Estrada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 20:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280214#M1203042</guid>
      <dc:creator />
      <dc:date>2010-10-01T20:57:37Z</dc:date>
    </item>
    <item>
      <title>Delete data after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280215#M1203043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I dont quiet undertand the pattern you want to remove, do you want to remove rows with Amount equal to 25?? or rows with Cod equal to 30cod3??&lt;/P&gt;&lt;P&gt;For either case try something similar to the following:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;where Cod &amp;lt;&amp;gt; '30cod3';&lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;from database;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 21:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280215#M1203043</guid>
      <dc:creator />
      <dc:date>2010-10-01T21:02:59Z</dc:date>
    </item>
    <item>
      <title>Re:Delete data after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280216#M1203044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan&lt;/P&gt;&lt;P&gt;I need delete row with the combination with the same number, code and amount.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 21:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280216#M1203044</guid>
      <dc:creator />
      <dc:date>2010-10-01T21:07:49Z</dc:date>
    </item>
    <item>
      <title>Re:Delete data after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280217#M1203045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, one thing i forgot is that is not recommended to do any filtering while you are load from the database, because it affects performance, for instance you can save the table in a qvd.&lt;/P&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;Try something similar to the following:&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;Test:&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;//replace with your sql load&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Prod, Date, Amount&lt;BR /&gt; A, 10/02/2000, 25&lt;BR /&gt; A, 11/02/2000, 25&lt;BR /&gt; B, 10/02/2000, 30&lt;BR /&gt; B, 20/02/2000, 30&lt;BR /&gt; B, 23/02/2000, 20&lt;BR /&gt; C, 1/02/2000, 45&lt;BR /&gt; D, 21/02/2000, 50&lt;BR /&gt; D, 22/02/2000, 50&lt;BR /&gt;];&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;store Test into Test.qvd;&lt;BR /&gt;drop table Test;&lt;/DIV&gt;&lt;DIV style="margin-top:14pt;margin-bottom:14pt;"&gt;Test:&lt;BR /&gt;Load Prod, date(max(date#(Date,'DD/MM/YYYY'))) as Date, only(Amount) as Amount&lt;BR /&gt;from Test.qvd (qvd)&lt;BR /&gt;group by Prod, Amount;&lt;/DIV&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 21:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-after-reload/m-p/280217#M1203045</guid>
      <dc:creator />
      <dc:date>2010-10-01T21:26:58Z</dc:date>
    </item>
  </channel>
</rss>

