<?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: Displaying only unique records in a Table Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368901#M137135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rajni for getting back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about implementing that in a Table Box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My column name is &lt;STRONG&gt;Sales_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 09:36:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-26T09:36:00Z</dc:date>
    <item>
      <title>Displaying only unique records in a Table Object</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368899#M137133</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;Is there any syntax which only displays unique records based on a particular column?&amp;nbsp; For example, I have ID numbers appearing in one of the column and I only want the unique IDs to appear in the table (i.e. no duplicates).&amp;nbsp; Is there any way of doing this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajiv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 09:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368899#M137133</guid>
      <dc:creator />
      <dc:date>2012-07-26T09:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only unique records in a Table Object</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368900#M137134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use distinct() function.&lt;/P&gt;&lt;P&gt;hope it help!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 09:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368900#M137134</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2012-07-26T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only unique records in a Table Object</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368901#M137135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rajni for getting back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about implementing that in a Table Box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My column name is &lt;STRONG&gt;Sales_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 09:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368901#M137135</guid>
      <dc:creator />
      <dc:date>2012-07-26T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying only unique records in a Table Object</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368902#M137136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood your request correctly, you can use a calculated dimension to filter your ID field, try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=aggr(if(count(ID)=1,ID),ID&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this as field expression in a list box or calculated dimension in a (straight or pivot) table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be not very performant on large data, so you could also use something similar in the script, creating a new field flagging the unique ID values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 09:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-only-unique-records-in-a-Table-Object/m-p/368902#M137136</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-26T09:39:14Z</dc:date>
    </item>
  </channel>
</rss>

