<?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 find duplicated rows? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317002#M1200986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muncho&lt;/P&gt;&lt;P&gt;This Could be better ?&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;BR /&gt;[Country, PostalCode&lt;BR /&gt;COUNTRY 1, 1000&lt;BR /&gt;COUNTRY 2, 1500&lt;BR /&gt;COUNTRY 2, 2000&lt;BR /&gt;COUNTRY 2, 2500&lt;BR /&gt;COUNTRY 2, 3000&lt;BR /&gt;COUNTRY 3, ];&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;Country,&lt;BR /&gt;if(Count( Country)&amp;gt;1,1,0) as Flag&lt;BR /&gt;resident Table1&lt;BR /&gt;Group By Country;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table3:&lt;BR /&gt;Noconcatenate Load * Resident Table1;&lt;BR /&gt;left join Load * Resident Table2;&lt;/P&gt;&lt;P&gt;drop table Table1;&lt;BR /&gt;drop table Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Beyrem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2011 09:30:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-31T09:30:37Z</dc:date>
    <item>
      <title>find duplicated rows?</title>
      <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/316998#M1200982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;I'm new in QV. Lets say i have table with 2 fields. 1 is country and 1 is postal code inside. Some country names duplicated because of postal codes. other countries name without postal code didn't duplicated. Now i need to make new field contains 1 to duplicated country names and 0 to non duplicated country names.&lt;/P&gt;&lt;P&gt;How to do this. Please help&lt;/P&gt;&lt;P&gt;Regards.&lt;BR /&gt;Muncho&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 12:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/316998#M1200982</guid>
      <dc:creator />
      <dc:date>2011-03-30T12:51:51Z</dc:date>
    </item>
    <item>
      <title>find duplicated rows?</title>
      <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/316999#M1200983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muncho,&lt;/P&gt;&lt;P&gt;This can help you ?&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;BR /&gt;[Country, PostalCode&lt;BR /&gt;COUNTRY 1, 1000&lt;BR /&gt;COUNTRY 2, 1500&lt;BR /&gt;COUNTRY 2, 2000&lt;BR /&gt;COUNTRY 3, ];&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;Country,&lt;BR /&gt;Count( Country) -1 as Flag&lt;BR /&gt;resident Table1&lt;BR /&gt;Group By Country;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table3:&lt;BR /&gt;Noconcatenate Load * Resident Table1;&lt;BR /&gt;left join Load * Resident Table2;&lt;/P&gt;&lt;P&gt;drop table Table1;&lt;BR /&gt;drop table Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Beyrem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 13:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/316999#M1200983</guid>
      <dc:creator />
      <dc:date>2011-03-30T13:13:14Z</dc:date>
    </item>
    <item>
      <title>find duplicated rows?</title>
      <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317000#M1200984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Beyrem&lt;/P&gt;&lt;P&gt;thanks for your post. but its not helping. because in your example there are only 3 countries inside and count them and -1 as flag so its giving 0 and 1. add more country names and reload your example you can see the problem.&lt;BR /&gt;there is about 400 duplicated and not duplicated county names inside my data and it's not giving me right result.&lt;/P&gt;&lt;P&gt;Muncho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 08:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317000#M1200984</guid>
      <dc:creator />
      <dc:date>2011-03-31T08:26:26Z</dc:date>
    </item>
    <item>
      <title>find duplicated rows?</title>
      <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317001#M1200985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i fount 1 way to do this. its using mapping load. mapping load en, an, nm 1; apply map country so on.but its doing manually. is there any other automagical function or something to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 09:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317001#M1200985</guid>
      <dc:creator />
      <dc:date>2011-03-31T09:01:10Z</dc:date>
    </item>
    <item>
      <title>find duplicated rows?</title>
      <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317002#M1200986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muncho&lt;/P&gt;&lt;P&gt;This Could be better ?&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;BR /&gt;[Country, PostalCode&lt;BR /&gt;COUNTRY 1, 1000&lt;BR /&gt;COUNTRY 2, 1500&lt;BR /&gt;COUNTRY 2, 2000&lt;BR /&gt;COUNTRY 2, 2500&lt;BR /&gt;COUNTRY 2, 3000&lt;BR /&gt;COUNTRY 3, ];&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;Country,&lt;BR /&gt;if(Count( Country)&amp;gt;1,1,0) as Flag&lt;BR /&gt;resident Table1&lt;BR /&gt;Group By Country;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table3:&lt;BR /&gt;Noconcatenate Load * Resident Table1;&lt;BR /&gt;left join Load * Resident Table2;&lt;/P&gt;&lt;P&gt;drop table Table1;&lt;BR /&gt;drop table Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Beyrem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 09:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317002#M1200986</guid>
      <dc:creator />
      <dc:date>2011-03-31T09:30:37Z</dc:date>
    </item>
    <item>
      <title>find duplicated rows?</title>
      <link>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317003#M1200987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tack så mycket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 10:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-duplicated-rows/m-p/317003#M1200987</guid>
      <dc:creator />
      <dc:date>2011-03-31T10:53:18Z</dc:date>
    </item>
  </channel>
</rss>

