<?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 Show duplicate table values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150305#M28357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see I forgot to close the square bracket. So it should have been: if(count([email address]) &amp;gt; 1, 1)&lt;/P&gt;&lt;P&gt;It's always best to use square brackets around fields if your field has a space or any special characters. Or if your fieldname is conflicting with an internal QV keyword or function (like date or time) you sould use square brackets as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2009 23:10:17 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2009-07-27T23:10:17Z</dc:date>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150302#M28354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I'm trying to show duplicate value's only, from a table in my database. What is the best way to realize this in my QV application?&lt;/P&gt;&lt;P&gt;I only want to show all the duplicate email addresses from the table and exclude the rest.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 21:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150302#M28354</guid>
      <dc:creator />
      <dc:date>2009-07-24T21:12:32Z</dc:date>
    </item>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150303#M28355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just create a straight table with email address as dimension and if(count([email address) &amp;gt; 1, 1) as expression. Then you would only see list of emails which have more than one occurences in your data model. Now if you have some other tables linked to this table, this logic may not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 22:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150303#M28355</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-07-24T22:07:05Z</dc:date>
    </item>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150304#M28356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rakesh,&lt;/P&gt;&lt;P&gt;Thanks for the answer. I tried to apply it and it worked when I remove the &lt;STRONG&gt;'['&lt;/STRONG&gt; from the expression.&lt;/P&gt;&lt;P&gt;So the expression I used looks like this now: if(count(email address) &amp;gt; 1, 1)&lt;/P&gt;&lt;P&gt;This gives all the email addresses the are more than once in the database, in a straight table.&lt;/P&gt;&lt;P&gt;ps. Did you used the &lt;STRONG&gt;[&lt;/STRONG&gt; int the expression with a purpose? Cause QV said the expression has errors than.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 16:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150304#M28356</guid>
      <dc:creator />
      <dc:date>2009-07-27T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150305#M28357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see I forgot to close the square bracket. So it should have been: if(count([email address]) &amp;gt; 1, 1)&lt;/P&gt;&lt;P&gt;It's always best to use square brackets around fields if your field has a space or any special characters. Or if your fieldname is conflicting with an internal QV keyword or function (like date or time) you sould use square brackets as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 23:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150305#M28357</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-07-27T23:10:17Z</dc:date>
    </item>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150306#M28358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Rakesh!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 13:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150306#M28358</guid>
      <dc:creator />
      <dc:date>2009-07-28T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150307#M28359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative way is to create a ListBox &amp;amp; make the Show Frequency Checkbox Checked in the General Properties &amp;amp; in the Sort check the Frequency checkbox.&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Amar&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 20:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150307#M28359</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-07-28T20:20:20Z</dc:date>
    </item>
    <item>
      <title>Show duplicate table values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150308#M28360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct Amar. I experimented with that also.&lt;/P&gt;&lt;P&gt;Tnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 16:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-duplicate-table-values/m-p/150308#M28360</guid>
      <dc:creator />
      <dc:date>2009-08-05T16:21:01Z</dc:date>
    </item>
  </channel>
</rss>

