<?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 entries in a table, based on value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082431#M638573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this easily by an expression in Straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exp need to be like below&lt;/P&gt;&lt;P&gt;=aggr((max(Val)),Id#).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 09:15:31 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2016-02-22T09:15:31Z</dc:date>
    <item>
      <title>Remove double entries in a table, based on value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082430#M638572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although I still regard myself to be a newbie to QlikView, I thought this solution to a problem I had (and oh boy, did I wrestle with it..) is worthwhile posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's suppose you have a table, in which you have many entries for one Id. Sometimes, it's handy to "clean-up" that table and lose all records, except those with the highest value in a certain field (other than Id). This could be a date, an amount of $, anything.&lt;/P&gt;&lt;P&gt;I have done some experimenting with peek() function. Maybe this might come in handy for some of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you gurus out there who have a far more simple solution: I'm eager to learn about it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the simple qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 08:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082430#M638572</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-02-22T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double entries in a table, based on value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082431#M638573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this easily by an expression in Straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exp need to be like below&lt;/P&gt;&lt;P&gt;=aggr((max(Val)),Id#).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082431#M638573</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-02-22T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double entries in a table, based on value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082432#M638574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it would do that in a Straight table, but what I wanted, was to create a QVD, based on the original table. Displaying the values in a Straight table, was in my case not the aim, but reducing data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082432#M638574</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-02-22T09:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double entries in a table, based on value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082433#M638575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;LOAD *&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;WHERE NOT WildMatch(ur data)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082433#M638575</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-22T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double entries in a table, based on value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082434#M638576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand... Care to elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-double-entries-in-a-table-based-on-value/m-p/1082434#M638576</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-02-22T09:37:01Z</dc:date>
    </item>
  </channel>
</rss>

