<?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 Fabs function giving wrong total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849730#M1002040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am trying to show negative values to positive &lt;/P&gt;&lt;P&gt;so did like this&lt;/P&gt;&lt;P&gt;=fabs(sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my sub total is wrong any one tell me why?&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, 26 May 2015 09:34:48 GMT</pubDate>
    <dc:creator>arulsettu</dc:creator>
    <dc:date>2015-05-26T09:34:48Z</dc:date>
    <item>
      <title>Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849730#M1002040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am trying to show negative values to positive &lt;/P&gt;&lt;P&gt;so did like this&lt;/P&gt;&lt;P&gt;=fabs(sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my sub total is wrong any one tell me why?&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, 26 May 2015 09:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849730#M1002040</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T09:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849731#M1002041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do you want the fabs?&lt;/P&gt;&lt;P&gt;fabs(sum....)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum( ....fabs(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849731#M1002041</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-26T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849732#M1002042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be =sum(fabs({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabs and sum are the wrong way round! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849732#M1002042</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-26T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849733#M1002043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;} &lt;STRONG&gt;Fabs(&lt;/STRONG&gt;TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849733#M1002043</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-26T09:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849734#M1002044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hiii..&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;Try like this&lt;BR /&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;BR /&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum&lt;/SPAN&gt;(fabs({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&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;BR /&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;I hope it will work&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;BR /&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;BR /&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;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849734#M1002044</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-05-26T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849735#M1002045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try =sum(fabs({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849735#M1002045</guid>
      <dc:creator />
      <dc:date>2015-05-26T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849736#M1002046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it showing error&lt;/P&gt;&lt;P&gt;=sum(fabs({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849736#M1002046</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849737#M1002047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it showing correct total. but the value changed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849737#M1002047</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T09:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849738#M1002048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression is calculating the sum of the column and then using fabs() to show the absolute value after summing the records.&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;fabs&lt;/STRONG&gt;(sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to calculate the absolute value of each record before summing the result, then you need to include&lt;/P&gt;&lt;P&gt;the fabs() function inside the sum.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;} &lt;STRONG&gt;fabs&lt;/STRONG&gt;(TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849738#M1002048</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-05-26T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849739#M1002049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabs() is not an aggregation function, hence it shows error with set analysis expression in it. Try the way I showed above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849739#M1002049</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-26T09:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849740#M1002050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin Sum(fabs(...&lt;/P&gt;&lt;P&gt;gives error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849740#M1002050</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849741#M1002051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I updated the expression to &lt;BR /&gt;sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;} &lt;STRONG&gt;fabs&lt;/STRONG&gt;(TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849741#M1002051</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-05-26T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849742#M1002052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yours works fine. total is correct but shows incorrect value why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849742#M1002052</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849743#M1002053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would change the value, if you want the absolute value of the sum, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sum(Aggr(Fabs&lt;/STRONG&gt;(sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;} TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1)), &lt;STRONG&gt;Dimension1, dimension2&lt;/STRONG&gt;...))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849743#M1002053</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-26T09:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849744#M1002054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just notice the minus sign between the two fields, Adding spaces makes the expressions easier to read,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fabs&lt;/STRONG&gt;(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1)&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; sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_CR_LC_1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fabs&lt;/STRONG&gt;( sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_DR_LC_1))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fabs&lt;/STRONG&gt;( sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;}TBAL_MTD_CR_LC_1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849744#M1002054</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-05-26T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849745#M1002055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Incorrect subtotal colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849745#M1002055</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849746#M1002056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some example data and the subtotal you are expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849746#M1002056</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-05-26T10:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849747#M1002057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the 2nd expression i suggested above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849747#M1002057</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-26T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849748#M1002058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this one&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum(Aggr(Fabs&lt;/STRONG&gt;(sum({&amp;lt;ACNT_FLEX_02={'Balance Sheet'}&amp;gt;} TBAL_MTD_DR_LC_1-TBAL_MTD_CR_LC_1)), &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Dimension1, dimension2&lt;/STRONG&gt;...))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i replaced two dimesions in my chart above expression but incorrect value&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849748#M1002058</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T10:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fabs function giving wrong total</title>
      <link>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849749#M1002059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz some one check my sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fabs-function-giving-wrong-total/m-p/849749#M1002059</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-26T10:25:37Z</dc:date>
    </item>
  </channel>
</rss>

