<?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: How to list all duplicated record ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729089#M537071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one table for Duplicate records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 05:55:25 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2014-10-30T05:55:25Z</dc:date>
    <item>
      <title>How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729075#M537057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons is duplicated record , create issue on display price list as there are 2 record QV does not know which one to display. so i need to find out how many duplicated record in my &lt;/P&gt;&lt;P&gt;database , and i need to manually delete those duplicated record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know how to add one more expression at the enclosed table , which will indicate all duplicate record with "1" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the duplicated record :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FC9001-0010&lt;/P&gt;&lt;P&gt;FC9002&lt;/P&gt;&lt;P&gt;FC9004&lt;/P&gt;&lt;P&gt;FC9011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 04:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729075#M537057</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T04:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729076#M537058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Rowno() in your script so it will create a unique primary key for all the rows, then you can identify your duplicates easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Rowno() as Sino,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 04:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729076#M537058</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-30T04:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729077#M537059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you decide the duplicacy of records, PART_NO coming more that once? If so, try list box expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;PART_NO_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&amp;gt;1,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;PART_NO_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;PART_NO_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and it gives much more part_nos than you thought.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 04:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729077#M537059</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-30T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729078#M537060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,I hope it help to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 04:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729078#M537060</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-10-30T04:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729079#M537061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have two different product group for FC9004 Part_no. that is why it is getting two row in your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729079#M537061</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-10-30T05:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729080#M537062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;aggr(NODISTINCT RowNo(),PART_NO_)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729080#M537062</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-30T05:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729081#M537063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i add below into my expression :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(NODISTINCT RowNo(),PART_NO_)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able make the table list all duplicate record , like FC9004. any advise ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729081#M537063</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T05:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729082#M537064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kush, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right , that is my problem on my raw data . now i need to list them out , any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729082#M537064</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T05:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729083#M537065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tres&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. But how come it never list FC9004 ? As FC9004 have duplicated record .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729083#M537065</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T05:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729084#M537066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peruma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , your answer very similar to Tres. But why FC9004 is not listed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729084#M537066</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729085#M537067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use expression to do it first , till i have no choice , then i will try load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729085#M537067</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T05:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729086#M537068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt, why do you want to delete the duplicates since the product group associated with Part no is different?&lt;/P&gt;&lt;P&gt;Use Sum(Listprice) as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729086#M537068</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-30T05:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729087#M537069</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart : Straight Table&lt;/P&gt;&lt;P&gt;Dimension : PART_NO_&lt;/P&gt;&lt;P&gt;Expression: =If(Count(PART_NO_) &amp;gt; 1, Count(PART_NO_))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you have part_no with duplicate product groups&lt;/P&gt;&lt;P&gt;=If(Count(DISTINCT [Product Group]) &amp;gt; 1, Count(DISTINCT [Product Group]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729087#M537069</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-30T05:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729088#M537070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application listing FC4009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729088#M537070</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-10-30T05:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729089#M537071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one table for Duplicate records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 05:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729089#M537071</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-10-30T05:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729090#M537072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer , so far it the best .Because you can display duplicated rec on table. &lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729090#M537072</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T06:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729091#M537073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perumai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay after i change the presentation Tab number of line = 9999 , i can view FC9004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729091#M537073</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T06:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729092#M537074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kush &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , your also working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729092#M537074</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T06:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all duplicated record ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729093#M537075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you ask a very impt question , because it is very hard for me to remove manually all duplicated record. as i have too many duplicated record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i show you my actual QV doc , and you can advise me how to modify my expression , so that FC9004 can be display out ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-list-all-duplicated-record/m-p/729093#M537075</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-10-30T06:11:51Z</dc:date>
    </item>
  </channel>
</rss>

