<?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 Fields wont sum in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714102#M257009</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;Any possible solutions as to why two fields wont add in a script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Budget1 + Budget2 as BudgetNew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I mulitiply or add to the fields Budget1 and Budget2 it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp3:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Budget1&amp;nbsp; * 2 as BudgetTmp1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Budget2 + 10 as BudgetTmp2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2014 08:09:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-29T08:09:42Z</dc:date>
    <item>
      <title>Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714102#M257009</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;Any possible solutions as to why two fields wont add in a script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Budget1 + Budget2 as BudgetNew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I mulitiply or add to the fields Budget1 and Budget2 it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp3:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Budget1&amp;nbsp; * 2 as BudgetTmp1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Budget2 + 10 as BudgetTmp2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 08:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714102#M257009</guid>
      <dc:creator />
      <dc:date>2014-09-29T08:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714103#M257010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Rangesum(Budget1,Budget2) as BudgetNew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714103#M257010</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-09-29T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714104#M257011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reponse. Unfortunately it doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see results below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="366"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="150"&gt;Budget1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="151"&gt;Budget2&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="65"&gt;BudgetNew&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;0&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;66.01&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;66.01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;652.25&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;652.25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;841.4&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;841.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;861.55&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;861.55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;897.49&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;897.49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;917.78&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;917.78&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;942.41&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;942.41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;1076.05&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1076.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;-&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;1080.09&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1080.09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;429.82&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;429.82&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;873&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;873&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;997.56&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;997.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;1046&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1046&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;1161.16&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1161.16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;1328&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1328&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;1650&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1650&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="150"&gt;1666&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="65"&gt;1666&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="20" style="border-top: none;" width="150"&gt;1688.96&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;" width="151"&gt;-&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="65"&gt;1688.96&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714104#M257011</guid>
      <dc:creator />
      <dc:date>2014-09-29T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714105#M257012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your Budget1 and Budget2 fields in the same table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714105#M257012</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-09-29T13:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714106#M257013</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;This means you don't have Granular Data.&lt;/P&gt;&lt;P&gt;I.e there is no logical connection between Budget1 and Budget 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to look at your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714106#M257013</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-29T13:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714107#M257014</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;ALT(Budget1,0) +ALT( Budget2,0) as BudgetNew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Tmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714107#M257014</guid>
      <dc:creator />
      <dc:date>2014-09-29T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714108#M257015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I can see you have load datas from source one within the field Budget1 and then datas from a second source within Budget2.&lt;/P&gt;&lt;P&gt;Now you want to calculate these two values but they are not in the same line.&lt;/P&gt;&lt;P&gt;is it possible to join Budget1 and Budget2 over a key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;profitcenter,&lt;/P&gt;&lt;P&gt;Budget1&lt;/P&gt;&lt;P&gt;from Data1.xls;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;profitcenter,&lt;/P&gt;&lt;P&gt;Budget2&lt;/P&gt;&lt;P&gt;from Data2.xls;&lt;/P&gt;&lt;P&gt;Facts:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;Budget1+Budget2 as NewBudget&lt;/P&gt;&lt;P&gt;resident Temp;&lt;/P&gt;&lt;P&gt;drop table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714108#M257015</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-09-29T14:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714109#M257016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the numbers in the same format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your original method did work for me, please see included dashboard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kasia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714109#M257016</guid>
      <dc:creator />
      <dc:date>2014-09-29T14:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714110#M257017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Michael &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both fields are in the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714110#M257017</guid>
      <dc:creator />
      <dc:date>2014-09-29T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714111#M257018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I think that on any one individual records the are no instances where Budget1 and Budget2 both have values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714111#M257018</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-09-29T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fields wont sum in script</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714112#M257019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you then do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Budget1&amp;gt;0 and Budget2&amp;gt;0, Budget1+Budget2, Budget1) as SumOfBudgets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-wont-sum-in-script/m-p/714112#M257019</guid>
      <dc:creator />
      <dc:date>2014-09-29T14:33:09Z</dc:date>
    </item>
  </channel>
</rss>

