<?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: Join issue causing summing issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056338#M354060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look in the pivot tables, the totals are wrong.&amp;nbsp; In reality, I put these into Pivot tables so I could total the problem with multiple orders.&amp;nbsp; I would rather put these in Sum Total tables which you cannot hide dimensions.&amp;nbsp; Simply hiding the salesperson is not the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My totals only break on orders where we have multiple salespeople.&amp;nbsp; Iff the order only has 1 sales person, you get a proper 1:Many relationship between the OrderHeader and the Products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When there is a split sale, we have a Many:Many relationship which I am not sure how to solve in this data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Originally the data comes in as&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;Order&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales3&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent3&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Joe&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&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;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I transform it to in my script&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;Order&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Salesperson&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Joe&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this helps, but the problem lies in the data model or a better formula to calculate the line item and have it total proper and not the Table Dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 06:09:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-01T06:09:29Z</dc:date>
    <item>
      <title>Join issue causing summing issues</title>
      <link>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056336#M354058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have an ancient Business App.&amp;nbsp;&amp;nbsp; We have salespeople who get credit for split sales based on a percentage.&amp;nbsp; To calculate Invoice Sales, I sum the line items and then multiply the invoice total by each salesperson percent and our data balances fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A line of data might look like this&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;Order#&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;Salesperson&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;Percent&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;InvoiceTotal&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;SalespersonTotal&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Salesperson1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Salesperson2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5,000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we want to goto the item level detail we get a bad join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $&amp;lt; SalesType={'SLS'},&amp;nbsp; SalesCommissionFlag={'Y'},Date_InvoiceDate={"&amp;gt;=$(=date(iDateBeg))&amp;lt;=$(=date(iDateEnd))"}&amp;gt;}&amp;nbsp; (Prod_SKU_SalesTotal *(Percent/100)))&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;Order#&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Salesperson&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product Total&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;SalespersonTotal&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Salesperson1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Salesperson2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;4,000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;Salesperson1&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;6,000&lt;/TD&gt;&lt;TD&gt;6,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;Salesperson2&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;6,000&lt;/TD&gt;&lt;TD&gt;6,000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like it is doing this because it is totaling the line item as 8,000 then applying the percent calculation.&amp;nbsp; If I add DISTINCT before the calculation it seems to work but causes problems elsewhere (like when I don't want detail and drop the salesperson dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $&amp;lt; SalesType={'SLS'},&amp;nbsp; SalesCommissionFlag={'Y'},Date_InvoiceDate={"&amp;gt;=$(=date(iDateBeg))&amp;lt;=$(=date(iDateEnd))"}&amp;gt;} &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;DISTINCT&lt;/STRONG&gt;&lt;/SPAN&gt; (Prod_SKU_SalesTotal *(Percent/100)))&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;Order#&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Salesperson&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ProductLineItemTotal&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;SalespersonTotal&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Salesperson1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Salesperson2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;2,000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;Salesperson1&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;6,000&lt;/TD&gt;&lt;TD&gt;3,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;Salesperson2&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;6,000&lt;/TD&gt;&lt;TD&gt;3,000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;If I put in a Sum Table.&amp;nbsp;&amp;nbsp; All totals fine.&lt;/P&gt;&lt;P&gt;If I put in Pivot Table, Sum totals are wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very complicated, please see attached.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 04:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056336#M354058</guid>
      <dc:creator />
      <dc:date>2016-03-01T04:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Join issue causing summing issues</title>
      <link>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056337#M354059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want salesperson, you can hide the column instead of dropping. If this is the only problem after your own solution, then I think hiding columns should work. It is available in presentation tab of straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 05:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056337#M354059</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-01T05:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Join issue causing summing issues</title>
      <link>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056338#M354060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look in the pivot tables, the totals are wrong.&amp;nbsp; In reality, I put these into Pivot tables so I could total the problem with multiple orders.&amp;nbsp; I would rather put these in Sum Total tables which you cannot hide dimensions.&amp;nbsp; Simply hiding the salesperson is not the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My totals only break on orders where we have multiple salespeople.&amp;nbsp; Iff the order only has 1 sales person, you get a proper 1:Many relationship between the OrderHeader and the Products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When there is a split sale, we have a Many:Many relationship which I am not sure how to solve in this data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Originally the data comes in as&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;Order&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales3&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent3&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Joe&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&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;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I transform it to in my script&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;Order&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Salesperson&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Percent&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Joe&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this helps, but the problem lies in the data model or a better formula to calculate the line item and have it total proper and not the Table Dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 06:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056338#M354060</guid>
      <dc:creator />
      <dc:date>2016-03-01T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Join issue causing summing issues</title>
      <link>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056339#M354061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I don't have licensed version so cannot see the qvw file attached. Hope other experts can help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although I would be able to see data model by using binary load but cannot see the pivot table. I am downloading file to do the same but file is very big so taking time, having bad internet today. For attachment you have option to save it with reduced option to keep minimum file size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try expression using Aggr(Sum..you can play with different dimensions as long as it comply with the dimensions selected in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 06:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056339#M354061</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-01T06:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Join issue causing summing issues</title>
      <link>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056340#M354062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a reduced version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 07:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-issue-causing-summing-issues/m-p/1056340#M354062</guid>
      <dc:creator />
      <dc:date>2016-03-01T07:01:15Z</dc:date>
    </item>
  </channel>
</rss>

