<?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 data in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643364#M1085171</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;Looking at your script again, I saw that you had tried the solution, but the UniqueKey field (which is the concatenated field) is commented out from the script. Try to comment EmpID and uncomment UniqueKey, in the Details load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jun 2014 04:07:57 GMT</pubDate>
    <dc:creator>eduardo_sommer</dc:creator>
    <dc:date>2014-06-07T04:07:57Z</dc:date>
    <item>
      <title>Duplicate data in table</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643362#M1085168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having an issue were data is duplicating.&amp;nbsp; In the table below, my employee "John" has customers "Ace Plumbers" and "Jones Bros".&amp;nbsp; Ace Plumbers should only show a Copper Tee, and Jones Bros should only show a PVC Elbow.&amp;nbsp; But each customer's order is combining and showing up for the other customer. Ace Plumbers should only be OrderID 1, and Jones should only be OrderID 10.&amp;nbsp; I have tried different things in my load statement to try and figure it out, but I'm not having any luck.&amp;nbsp; I know it's probably something simple, but I'm out of ideas.&amp;nbsp; I have attached my sample qvw and xls files for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to anyone who can help me out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="details.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/60268_details.bmp" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 23:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643362#M1085168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T23:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate data in table</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643363#M1085170</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;Unfortunately, you have a problem in your model. In the MainData Table, you have an association between Employee and Customer, with two records for employee John (one linking John with customer Ace Plumbers and one linking John with customer Jones Bros). The Details table is linked with the MainData table only via the EmpID field. This will force Qlikview to perform a cartesian product between the tables.In other words, each EmpID 0001 in Details table will associate with each 0001 EmpID on the MainData Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution to this problem is to create a field in both tables, concatenating EmpID and CustName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 04:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643363#M1085170</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-07T04:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate data in table</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643364#M1085171</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;Looking at your script again, I saw that you had tried the solution, but the UniqueKey field (which is the concatenated field) is commented out from the script. Try to comment EmpID and uncomment UniqueKey, in the Details load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 04:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643364#M1085171</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-07T04:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate data in table</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643365#M1085173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No luck commenting EmpID, and uncommenting UniqueKey.&amp;nbsp; It leaves the EmpName and CustName fields blank in the Details table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 09:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-data-in-table/m-p/643365#M1085173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-07T09:08:59Z</dc:date>
    </item>
  </channel>
</rss>

