<?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: Straight table sum of Rows value of Expression in a text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382544#M421235</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 dont know why you are using GetCurrentField in a textbox?&lt;/P&gt;&lt;P&gt;try Without that,&lt;/P&gt;&lt;P&gt;or &lt;STRONG&gt;Sum(Fabs($(expr_Actual)-$(expr_Budget)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2017 14:25:54 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2017-12-11T14:25:54Z</dc:date>
    <item>
      <title>Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382536#M421227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a demo data and app where I have Actual and Budget data. I need the last expression total (sum of Rows) value in a textobject. Is it possible through expression label or any if other way out is there ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382536#M421227</guid>
      <dc:creator>koushik_btech20</dc:creator>
      <dc:date>2017-12-11T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382537#M421228</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;use this Expression in textbox&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Actual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Budget&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382537#M421228</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-11T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382538#M421229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this if you want same format:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Actual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Budget&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),'#,##0') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382538#M421229</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-11T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382539#M421230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might work also, if you have one value per day for Actual and Budget&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Fabs(Actual - Budget))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then go with &lt;A href="https://community.qlik.com/people/stabben23"&gt;stabben23&lt;/A&gt;‌'s solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382539#M421230</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-11T14:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382540#M421231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;, and its of course a better solution than mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382540#M421231</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-11T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382541#M421232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well this might just be some mocked up data and it might not work in real scenario. But ya def worth checking because it would be a good idea to avoid Aggr() if we can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382541#M421232</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-11T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382542#M421233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agree, aggr should be avoid if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382542#M421233</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-11T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382543#M421234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on Steffan solution I was trying to resolve but getting 0 where in dimension I am using TimeDim cyclic group &lt;SPAN style="font-size: 10pt;"&gt;and actual and budget this two expressions I am storing in a variable which I am referring.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below expression,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum(aggr(fabs($(expr_Actual)-$(expr_Budget)),GetCurrentField(TimeDim)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382543#M421234</guid>
      <dc:creator>koushik_btech20</dc:creator>
      <dc:date>2017-12-11T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382544#M421235</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 dont know why you are using GetCurrentField in a textbox?&lt;/P&gt;&lt;P&gt;try Without that,&lt;/P&gt;&lt;P&gt;or &lt;STRONG&gt;Sum(Fabs($(expr_Actual)-$(expr_Budget)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382544#M421235</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-11T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382545#M421236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's&amp;nbsp; throwing an error as nested aggregation not allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382545#M421236</guid>
      <dc:creator>koushik_btech20</dc:creator>
      <dc:date>2017-12-11T14:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table sum of Rows value of Expression in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382546#M421237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(fabs($(expr_Actual)-$(expr_Budget)), &lt;SPAN style="color: #ff0000;"&gt;$(='[' &amp;amp;&lt;/SPAN&gt; GetCurrentField(TimeDim)&lt;SPAN style="color: #ff0000;"&gt; &amp;amp; ']')&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-sum-of-Rows-value-of-Expression-in-a-text-object/m-p/1382546#M421237</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-11T14:32:34Z</dc:date>
    </item>
  </channel>
</rss>

