<?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: Duplicate Employees?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083813#M934601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do one thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a chart with Employee Name and Date of Birth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And expression as Count(Distinct EmployeeID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans sort the data by 'Y' value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 10:41:34 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2016-02-22T10:41:34Z</dc:date>
    <item>
      <title>Duplicate Employees??</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083812#M934600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help with this: I need to know how many duplicates (employees) I have based in if they have the same Last Name and Date of Birth but different ID then count it. Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I had this: &lt;/P&gt;&lt;P&gt;= Sum(Aggr(If(Count(Last_Name)&amp;gt;1,1,0),Date_Birth))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is not working right... Should I also make another Aggr of Employee_ID???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083812#M934600</guid>
      <dc:creator>pablomind</dc:creator>
      <dc:date>2016-02-22T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Employees??</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083813#M934601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do one thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a chart with Employee Name and Date of Birth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And expression as Count(Distinct EmployeeID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans sort the data by 'Y' value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 10:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083813#M934601</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-22T10:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Employees??</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083814#M934602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a calculated Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Last Name] &amp;amp;&amp;nbsp; ' ' &amp;amp; Date([Date of Birth])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Expression: &lt;STRONG&gt;Concat(ID, ', ')&lt;/STRONG&gt; to know the ID's associated with each of the combination&lt;/P&gt;&lt;P&gt;or &lt;STRONG&gt;Count(ID)&lt;/STRONG&gt; to know how many IDs are associated with each combination&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 10:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083814#M934602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-22T10:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Employees??</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083815#M934603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&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;Sum(Aggr(If(Count(Last_Name)&amp;gt;1,1,0),&lt;STRONG&gt;ID,&lt;/STRONG&gt;Date_Birth))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 10:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083815#M934603</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-22T10:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Employees??</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083816#M934604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestions. At the end I could solved it doing this:&lt;/P&gt;&lt;P&gt;= Sum(Aggr(If(Count(ID)&amp;gt;1,1,0),Date_Birth,Last_Name))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 10:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Employees/m-p/1083816#M934604</guid>
      <dc:creator>pablomind</dc:creator>
      <dc:date>2016-02-22T10:45:43Z</dc:date>
    </item>
  </channel>
</rss>

