<?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: reasons for duplicate rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711019#M677708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try join instead of concatenation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2014 08:58:35 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-06-19T08:58:35Z</dc:date>
    <item>
      <title>reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711018#M677707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, why are there duplicate rows? I concatenated tables from different sources and 'itemnum' is primary key. The itemnum appears in all the tables and has data for all columns but still duplicates, for example, it has data for all the columns from one table but is null for the other columns in other tables. So there is duplicate like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemnum&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;site&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;balance&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;class&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1009&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1009&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;FG&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;H&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I combine everything to one row (distinct itemnum)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemnum&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;site&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;balance&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;class&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1009&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;FG&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;H&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 08:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711018#M677707</guid>
      <dc:creator />
      <dc:date>2014-06-19T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711019#M677708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try join instead of concatenation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 08:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711019#M677708</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-06-19T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711020#M677709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you pls share the datamodel picture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 08:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711020#M677709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T08:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711021#M677710</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;You will need to join rather than concatenate to get them on the same row. Post more details of your data and script for more detailed help on how to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711021#M677710</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-06-19T09:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711022#M677711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yes, sorry I meant join. I used 'outer join'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711022#M677711</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711023#M677712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used 'outer join'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711023#M677712</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711024#M677713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other way for you to help me? Because I can't post the data...so sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711024#M677713</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711025#M677714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, what is datamodel picture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711025#M677714</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711026#M677715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate will always add separate row, but join on primary key can help you to remove duplicate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711026#M677715</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-06-19T09:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711027#M677716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is something wrong with your join. To get help, you will need to post your load script and some more details of your data. Best solution is to upload your model here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711027#M677716</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-06-19T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711028#M677717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the script to join on primary key? cos all I did was outer join(tablename)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711028#M677717</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711029#M677718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ItemClassification:&lt;/P&gt;&lt;P&gt;LOAD *, text(ITEMNUM) as itemnum;&lt;/P&gt;&lt;P&gt;LOAD ITEMNUM, .&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.(other fields)&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer Join(ItemClassification)&lt;/P&gt;&lt;P&gt;LOAD *, ltrim(text(ITEMNUM)) as itemnum;&lt;/P&gt;&lt;P&gt;LOAD ITEMNUM, .&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer Join(ItemClassification)&lt;/P&gt;&lt;P&gt;LOAD *, ltrim(text(ITEMNUM)) as itemnum;&lt;/P&gt;&lt;P&gt;LOAD ITEMNUM,.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is (filename));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711029#M677718</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711030#M677719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outer join (Table), shouldn't be giving u duplicate rows.&lt;/P&gt;&lt;P&gt;Can u paste sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711030#M677719</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-06-19T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711031#M677720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a guess&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try ltrim on first table as well and let me know if that causes the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711031#M677720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711032#M677721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there another way to match the itemnum?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711032#M677721</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711033#M677722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can't fix your original join, you can use a resident load with a group by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemnum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(site),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(name),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(balance),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(class),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(code),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(Group)&lt;/P&gt;&lt;P&gt;RESIDENT YourTable&lt;/P&gt;&lt;P&gt;GROUP BY itemnum;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I think your issue is that primary keys itemnum don't match properly, check the values returned on length, existing white spaces etc. Your data should return &lt;EM&gt;numbers&lt;/EM&gt; for the primary keys, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711033#M677722</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-19T09:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711034#M677723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but how do I use this for multiple tables? the fields come from different tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711034#M677723</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711035#M677724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No, site, name, class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A, XYZ, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, B, ABC, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, A, PQR, A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Outer join (T1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No, Code, Grp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1a, AA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 1b, ABC, DD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2a, PQR, AB&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711035#M677724</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-06-19T09:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711036#M677725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I convert to text because some itemnum have letters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711036#M677725</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: reasons for duplicate rows</title>
      <link>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711037#M677726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't, there are 10,000 over records...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 09:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reasons-for-duplicate-rows/m-p/711037#M677726</guid>
      <dc:creator />
      <dc:date>2014-06-19T09:35:36Z</dc:date>
    </item>
  </channel>
</rss>

