<?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: Problem with duplicate Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004014#M961986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly you are getting confused seeing the data in &lt;STRONG&gt;table box.&lt;/STRONG&gt; Yes, table box shows unique records. Use aggregation sum(Qty) in straight table and see the correct result as in attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 05:53:30 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-10-19T05:53:30Z</dc:date>
    <item>
      <title>Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004012#M961984</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;I have a question, i have a qvd file contains of some fields.&lt;/P&gt;&lt;P&gt;Let's say the fields are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Col1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.5&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First time i try to load only Col1, Col2, and Qty. I also create the pivot table (Col1 and Col2 as Dimension) and sum(Qty) as Expression.&lt;/P&gt;&lt;P&gt;The total expression show me the value 0.5 (the value must be 0.5+0.5 =1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second time i try to load all fields (Col1, Col2, Col3, Col4, Qty). Pivot table with Col1 and Col2 as Dimension and sum(Qty) as Expression. The total show me the value 1 (the correct one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, is it possible for me to not load Col3 and Col4&amp;nbsp; but the total value is still correct (0.5+0.5 = 1) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i cant attach my qlikview file here.&lt;/P&gt;&lt;P&gt;Really appreciate your help. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 05:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004012#M961984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T05:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Row</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004013#M961985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't replicate that. This load calculates the Sum(Qty) correctly regardless of the number of dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Col1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,Col2&lt;/P&gt;&lt;P&gt;// ,Col3&lt;/P&gt;&lt;P&gt;// ,Col4&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,Qty&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Col1, Col2, Col3, Col4, Qty&lt;/P&gt;&lt;P&gt;A, A1, A2, A4, 0.5&lt;/P&gt;&lt;P&gt;A, A1, A3, A5, 0.5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102372_t1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 05:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004013#M961985</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-19T05:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004014#M961986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly you are getting confused seeing the data in &lt;STRONG&gt;table box.&lt;/STRONG&gt; Yes, table box shows unique records. Use aggregation sum(Qty) in straight table and see the correct result as in attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 05:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004014#M961986</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-19T05:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Row</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004015#M961987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I don't know how this problem comes because i am try same process but it get right value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inline table.PNG" class="jive-image image-1" src="/legacyfs/online/102373_inline table.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;here the output come &lt;/P&gt;&lt;P&gt;&lt;IMG alt="inline table.PNG" class="jive-image image-2" src="/legacyfs/online/102380_inline table.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 05:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004015#M961987</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2015-10-19T05:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004016#M961988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Col1,Col2,Col3,Col4,Qty&lt;/P&gt;&lt;P&gt;A,A1,A2,&amp;nbsp; A4, 0.5&lt;/P&gt;&lt;P&gt;A,A1,A3,&amp;nbsp; A5, 0.5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102379_Capture.PNG" style="height: 261px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004016#M961988</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-19T06:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004017#M961989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i've found the problem. Sorry for the unclear statement.&lt;/P&gt;&lt;P&gt;In the other side I also join with another data using left join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tes:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Col2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qty&lt;/P&gt;&lt;P&gt;&amp;nbsp; Inline [&lt;/P&gt;&lt;P&gt;Col1 Col2 Col3 Col4 Qty&lt;/P&gt;&lt;P&gt;A A1 A2 A4 0.5&lt;/P&gt;&lt;P&gt;A A1 A2 A4 0.5]&lt;/P&gt;&lt;P&gt;(delimiter is '\t');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Tes)&lt;/P&gt;&lt;P&gt;LOAD Distinct * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col1, Name, Name2, Name3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, Name_A, Name2_A, A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, Name_A, Name2_A, A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another data like that structure. And the result give me 0.5&lt;/P&gt;&lt;P&gt;anybody knows why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again really sorry for the unclear statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004017#M961989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T06:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004018#M961990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Tes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp; Col1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp; Col2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp; Qty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Col1, Col2, Col3, Col4, Qty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;A, A1, A2, A4, 0.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;A ,A1, A2, A4, 0.5];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD Distinct * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Col1, Name, Name2, Name3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;A, Name_A, Name2_A, A,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;A, Name_A, Name2_A, A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102386_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004018#M961990</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-19T06:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004019#M961991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to "left join" that table and use Name, Name2, and Name3 as dimension on my pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004019#M961991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004020#M961992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the issue with this? You can use whatever columns you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004020#M961992</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-19T06:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004021#M961993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think its the concern of the columns here, what is the exact expression and dimension your using ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-duplicate-Records/m-p/1004021#M961993</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-19T06:50:08Z</dc:date>
    </item>
  </channel>
</rss>

