<?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: How to get the addition in third column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323892#M827377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fayez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not getting proper output &lt;SPAN style="font-size: 10pt;"&gt;,attaching sample data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Output should be sum of both column &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 11:24:35 GMT</pubDate>
    <dc:creator>abc_18</dc:creator>
    <dc:date>2017-07-04T11:24:35Z</dc:date>
    <item>
      <title>How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323883#M827368</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;&lt;IMG alt="Image.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169006_Image.png" style="height: 90px; width: 620px;" /&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;in attached image I have column a and b&lt;/P&gt;&lt;P&gt;column a expression is =Max({&amp;lt;CSMmilestonename={'Build'}&amp;gt;}SprintNo)&lt;/P&gt;&lt;P&gt;and column b expression is =Min({&amp;lt;CSMmilestonename=-{'Build'}&amp;gt;}CSMsprints1)&lt;/P&gt;&lt;P&gt;in third column i need to get the addition of these two&lt;/P&gt;&lt;P&gt;that is 54+1+6+1,&amp;nbsp; '54' from column a&lt;/P&gt;&lt;P&gt;and '1+6+1' from b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323883#M827368</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323884#M827369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Alt(a,0)+Alt(b,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323884#M827369</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-04T10:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323885#M827370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using this formula I am getting column 'a+b' data, but my b column data should come from 1 and result should be&lt;/P&gt;&lt;P&gt;'54+1+6+1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;54 is for Build from column a &lt;/P&gt;&lt;P&gt;and 1+6+1 &lt;SPAN style="font-size: 13.3333px;"&gt;is for '=-Build' from column b&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323885#M827370</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T10:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323886#M827371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum(Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Max({&amp;lt;CSMmilestonename={'Build'}&amp;gt;}SprintNo)&lt;/SPAN&gt;&lt;/EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;CSMmilestonename))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;=Sum(Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Min({&amp;lt;CSMmilestonename=-{'Build'}&amp;gt;}CSMsprints1)&lt;/SPAN&gt;, &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;CSMmilestonename))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323886#M827371</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2017-07-04T10:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323887#M827372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For column a and b by using above expression as mentioned in my original post I am getting correct .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get addition in third column&amp;nbsp; that is one level down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output should be 54+1+6+1=62&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323887#M827372</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323888#M827373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RangeSum(Top(Sum(a+b),1,NoOfRows()))&lt;/P&gt;&lt;P&gt;or provide sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323888#M827373</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-04T11:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323889#M827374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rangesum(a,b)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323889#M827374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T11:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323890#M827375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shikha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is due to nulls. If you add&amp;nbsp; null to any value, the result will be a null.&lt;/P&gt;&lt;P&gt;So use something like this&lt;/P&gt;&lt;P&gt;(IF(isnull([Column a]),0,[Column a])+&lt;/P&gt;&lt;P&gt;IF(isnull([Column b]),0,[Column b])&lt;/P&gt;&lt;P&gt;) as Column C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323890#M827375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T11:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323891#M827376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not working using&amp;nbsp; Rangesum function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching sample file, Please check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323891#M827376</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323892#M827377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fayez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not getting proper output &lt;SPAN style="font-size: 10pt;"&gt;,attaching sample data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Output should be sum of both column &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323892#M827377</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323893#M827378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I see it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a and b are dimensions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you'll need a synthetic dimension (valuelist())&amp;nbsp; or precalculate it in script.&lt;/P&gt;&lt;P&gt;Please prepare a qvw sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323893#M827378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323894#M827379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column a and b are expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323894#M827379</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323895#M827380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please prepare a sample...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323895#M827380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T11:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323896#M827381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, I need Your App.&lt;/P&gt;&lt;P&gt;However try&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(Alt(a,0)+Alt(b,0)),[Capability Name]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323896#M827381</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-04T11:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323897#M827382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching the Qvw sample, here column 1 and column 2 are dimensions, but in original post these are expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323897#M827382</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323898#M827383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working for me.&lt;/P&gt;&lt;P&gt;Try putting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Set&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;NullInterpret&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = ''; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;in your script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169016_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323898#M827383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T11:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323899#M827384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fayez you should get sum as 62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(a)+sum(b) should be 62 for capabilty name &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323899#M827384</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323900#M827385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(Total Aggr(Sum(a)+Sum(b),CapabilityName))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323900#M827385</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-07-04T11:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323901#M827386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting '0' values in that column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323901#M827386</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-07-04T11:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the addition in third column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323902#M827387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create variable for a and b values &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and then try it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum(Total Aggr($(vA)+$(vB) ,C_Name))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 12:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-addition-in-third-column/m-p/1323902#M827387</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-07-04T12:22:37Z</dc:date>
    </item>
  </channel>
</rss>

