<?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: Remove double data by date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-double-data-by-date/m-p/1044371#M935434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand the question, you can load your excel data (replace the inline load with load from excel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Source:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;f1, f2, f3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, a, 11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, b, 22&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3, c, 33&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4, a, 44&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then remove the duplicated (f2 field) rows using peek&lt;/P&gt;&lt;P&gt;here I only keep the first 'a' in f2 field and the first 'b, first 'c', etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Final:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Source&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where Peek('f2') &amp;lt;&amp;gt; f2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by f2, f1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Source;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 21:46:52 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-02-16T21:46:52Z</dc:date>
    <item>
      <title>Remove double data by date</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-data-by-date/m-p/1044370#M935433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a beginner working with Qlikview, I have started combining 2 Excel sheets into my first project.&lt;/P&gt;&lt;P&gt;One of the columns in the sheets contains double data, because in the specific rows a different date of entry is entered.&lt;/P&gt;&lt;P&gt;I would like to filter out this excess data in Qlikview, not in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count (data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But skip the second appearance of the same data in the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-data-by-date/m-p/1044370#M935433</guid>
      <dc:creator />
      <dc:date>2016-02-16T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double data by date</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-data-by-date/m-p/1044371#M935434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand the question, you can load your excel data (replace the inline load with load from excel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Source:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;f1, f2, f3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, a, 11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, b, 22&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3, c, 33&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4, a, 44&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then remove the duplicated (f2 field) rows using peek&lt;/P&gt;&lt;P&gt;here I only keep the first 'a' in f2 field and the first 'b, first 'c', etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Final:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Source&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where Peek('f2') &amp;lt;&amp;gt; f2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by f2, f1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Source;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 21:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-data-by-date/m-p/1044371#M935434</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-16T21:46:52Z</dc:date>
    </item>
  </channel>
</rss>

