<?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: Calculate Sums from unlinked keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750138#M267610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 12:08:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-03-05T12:08:54Z</dc:date>
    <item>
      <title>Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750136#M267608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !!&lt;/P&gt;&lt;P&gt;my actual Problem is, that have the following 2 tables with product turnover data and product stock data. I know, that the productnumber is equal in both tables but I do not want QlikView script to join both fields, as my Intention is to get the sum of the turnover and additional stock data without influencing one selection with the other. I hope my example witll help to get answers from you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 124pt; border-collapse: collapse;" width="166"&gt;&lt;TBODY&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; width: 62pt; height: 14.4pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;ProductId1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Turnover&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;120&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;80&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;90&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 186pt; border-collapse: collapse;" width="249"&gt;&lt;TBODY&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; width: 62pt; height: 14.4pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;ProductId2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Stock&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;OnStock&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;AT&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;DE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;AT&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;AT&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;DE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;DE&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to have a diagram Chart with the following totals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do not select a Stock, I want to see:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 186pt; border-collapse: collapse;" width="249"&gt;&lt;TBODY&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; width: 62pt; height: 14.4pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;ProductId1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Turnover&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;OnStock&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;120&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;80&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;11&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;90&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select "AT", I want to see:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 186pt; border-collapse: collapse;" width="249"&gt;&lt;TBODY&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; width: 62pt; height: 14.4pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;ProductId1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Turnover&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 62pt; background-color: transparent;" width="83"&gt;&lt;SPAN style="font-family: Calibri;"&gt;OnStock&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;120&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;80&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="border: 0px black; height: 14.4pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Prod4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;90&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, how I can achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Sascha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750136#M267608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T11:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750137#M267609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can join the tables or keep them separate but as long as the Field name is identical in them both they will be linked. But this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When they are linked your expressions become:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turnover:&lt;BR /&gt;Sum({&amp;lt;Stock=&amp;gt;} Turnover)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OnStock:&lt;BR /&gt;Sum(OnStock)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750137#M267609</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-03-05T11:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750138#M267610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750138#M267610</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-05T12:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750139#M267611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, your example is great, but des this mean, I have to add the {&amp;lt;Stock=&amp;gt;} restriction to all my summaries in my existing QlikView App (because my example has been only a part of the whole) ? I hoped, I could have a solution I only have to add to the sum of teh OnStock value without the Need to Change all the other formulas. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750139#M267611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750140#M267612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you &lt;SPAN style="text-decoration: line-through;"&gt;don't&lt;/SPAN&gt; want a particular expression not to change on a selection for a particular field name, you have to specify that within your expression. Else the expression won't know when to change and when not to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750140#M267612</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-05T12:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750141#M267613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I will have to take that into account. I hoped there is an expression like "sum(&amp;lt;{ProductId2 = ProductId1}&amp;gt;OnStock)" or something similar to get it done this way.&lt;/P&gt;&lt;P&gt;Anyway, thanks for your quick Feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750141#M267613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Sums from unlinked keys</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750142#M267614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. Have a good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Sums-from-unlinked-keys/m-p/750142#M267614</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-05T13:02:53Z</dc:date>
    </item>
  </channel>
</rss>

