<?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: Report to Identify Duplicates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985167#M958626</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;Make a key using the same combination of fields using autonumber or such functions and put them in a list box with frequency checked on. Select keys with freq.&amp;gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 05:52:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-29T05:52:40Z</dc:date>
    <item>
      <title>Report to Identify Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985164#M958623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some duplicates records that I need to identify and report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The criteria is to check several fields if they have the same values (there are able 8 fields to check, Date, Customer, Procedure Time, Manager Assigned, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to do this? Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 23:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985164#M958623</guid>
      <dc:creator />
      <dc:date>2015-10-28T23:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Report to Identify Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985165#M958624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to check for records that show identical values in all 8 fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like this (example for 4 fields)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD recno() as RecID, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Procedure Time], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Manager Assigned],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hash256(Date, Customer,[Procedure Time], [Manager Assigned]) as Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then create a list box for field Key and enable frequency option. Also sort by frequency descending.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Create a table box with fields RecID, Date, [Procedure Time] and [Manager Assigned] (add other fields from the table as you like).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Select Keys with a frequency &amp;gt;1.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 23:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985165#M958624</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-28T23:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Report to Identify Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985166#M958625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. What does Hash256 do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 23:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985166#M958625</guid>
      <dc:creator />
      <dc:date>2015-10-28T23:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Report to Identify Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985167#M958626</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;Make a key using the same combination of fields using autonumber or such functions and put them in a list box with frequency checked on. Select keys with freq.&amp;gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 05:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985167#M958626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T05:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Report to Identify Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985168#M958627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&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;Dimensions: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date, Customer, Procedure Time, Manager Assigned, etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Expression: If(Count(Customer) &amp;gt; 1, 'Duplicate', Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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, 29 Oct 2015 06:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985168#M958627</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-29T06:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Report to Identify Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985169#M958628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It justs calculates a unique value per combination of arguments to the function (well, with theoretical limitations of uniqueness).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead the Hash256() function, you can also use Autonumber() or just a concatenation, like&lt;/P&gt;&lt;P&gt; Customer &amp;amp; '-' &amp;amp; [Procedure Time] &amp;amp;'-'&amp;amp;[Manager Assigned] as Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Jagan suggested is also a good solution, without the need to create a Key in the data model, here the key is created by using all the fields as dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 15:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-to-Identify-Duplicates/m-p/985169#M958628</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-29T15:52:41Z</dc:date>
    </item>
  </channel>
</rss>

