<?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: Data = 0 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865475#M302777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the goal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Cuenta='31020303' and Cc='4407'&lt;/STRONG&gt; then do this: &lt;STRONG&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise do this: &lt;STRONG&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2015 20:30:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-05-14T20:30:38Z</dc:date>
    <item>
      <title>Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865466#M302768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with many departments and values by Accounts and Cc. I need to appears the other values. When I do clic on 31020301 QlikView Shows 0. Same thing with &lt;SPAN style="font-size: 13.3333330154419px;"&gt;31020302. For &lt;SPAN style="font-size: 13.3333330154419px;"&gt;31020303 the formula works fine. But I need the other values.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 19:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865466#M302768</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865467#M302769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The qvw is asking for User Identification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ID.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86625_ID.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give the User ID or re-add another version of qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 19:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865467#M302769</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-14T19:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865468#M302770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now goes without &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;User Identification&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 19:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865468#M302770</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865469#M302771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have specified it in your expression that only when &lt;STRONG&gt;Cuenta&lt;/STRONG&gt; is &lt;STRONG&gt;31020303, &lt;/STRONG&gt;display a result. Why did you add it there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(Aggr(If(&lt;STRONG style="color: #ff0000;"&gt;Cuenta='31020303'&lt;/STRONG&gt; and Cc='4407',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513, Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))-&lt;/P&gt;&lt;P&gt;(Sum(Aggr(If(&lt;STRONG style="color: #ff0000;"&gt;Cuenta='31020303'&lt;/STRONG&gt; and Cc='4400',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))-&lt;/P&gt;&lt;P&gt;(Sum(Aggr(If(Cuenta and Cc,Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865469#M302771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-14T20:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865470#M302772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the output that you are expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865470#M302772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-14T20:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865471#M302773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is an excel requirement. I have the same account but with 2 different Cc. So the formula in excel is&lt;/P&gt;&lt;P&gt;=(Range in excel) - 'Sheet'!File*0,7513)*-1&lt;/P&gt;&lt;P&gt;everything else must be the same values that in excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865471#M302773</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T20:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865472#M302774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This formula allow you see all data. Was the initial formula. I have to change it because people ask for a new requeriment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865472#M302774</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T20:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865473#M302775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the new requirement that made you change the formula? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be that will help resolve the issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865473#M302775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-14T20:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865474#M302776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Sum(Aggr(If(Cuenta='31020303' and Cc='4407',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513, Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))-&lt;/P&gt;&lt;P&gt;(Sum(Aggr(If(Cuenta='31020303' and Cc='4400',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))-&lt;/P&gt;&lt;P&gt;(Sum(Aggr(If(Cuenta and Cc,Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reuirement is that accoount &lt;SPAN style="font-size: 13.3333330154419px;"&gt;31020303 and Cc &lt;SPAN style="font-size: 13.3333330154419px;"&gt;4407 must be * by 0.7513, then Range - (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;that accoount &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;31020303 and Cc &lt;SPAN style="font-size: 13.3333330154419px;"&gt;4407 must be * by 0.7513)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Range means &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865474#M302776</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T20:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865475#M302777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the goal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Cuenta='31020303' and Cc='4407'&lt;/STRONG&gt; then do this: &lt;STRONG&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise do this: &lt;STRONG&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865475#M302777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-14T20:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865476#M302778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The final result is -3.156.576. Works fine but the other values the other accounts shows 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865476#M302778</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T20:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865477#M302779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st of all, I don't see Cuenta = 31020303 in your data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cuenta.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86626_Cuenta.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd, try to see if this expression does what you are trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Cuenta='31020303' and Cc='4407', Sum({&amp;lt;Año={'2015'}, Cuenta = {'31020303'}, Cc = {'4407'}&amp;gt;} MONTO)*-0.7513, Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO)* -1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Output.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/86631_Output.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd let me know if it still doesn't work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865477#M302779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-14T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865478#M302780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunindia,&lt;/P&gt;&lt;P&gt;Put this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)-&lt;/P&gt;&lt;P&gt;((Sum(Aggr(If(Cuenta='31020303' and Cc='4407',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513, Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc)))-&lt;/P&gt;&lt;P&gt;(Sum(Aggr(If(Cuenta='31020303' and Cc='4400',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cc))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives 3156576... That is correct... but I need the other values as If I were showing just &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Wooww So Sorry, I Attached a new document with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;31020303&amp;nbsp; included. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 21:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865478#M302780</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-14T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865479#M302781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now this new qvw file is again asking me for a User ID. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 09:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865479#M302781</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-15T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865480#M302782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have deleted again the hide script. the idea is to show the other accounts. This result that appear is the correct. but when I do clic in another account qlikview shows 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 15:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865480#M302782</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-15T15:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865481#M302783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look,&lt;/P&gt;&lt;P&gt;Sum(Aggr(If(Cuenta='31020303' and Subcuenta='' and Cc='4407',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513&lt;/P&gt;&lt;P&gt;,Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cuenta,Subcuenta,Cc))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This result give me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4400 = -1.275.160&lt;/P&gt;&lt;P&gt;4407 = -5.683.585&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to subtract -8.840.160 to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;-5.683.585 = 3.156.576 (Final Result)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1) is &lt;SPAN style="font-size: 13.3333330154419px;"&gt;-8.840.160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513 is &lt;SPAN style="font-size: 13.3333330154419px;"&gt;-5.683.585&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;4400 = must be deleted I think.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 16:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865481#M302783</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-15T16:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865482#M302784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you see the new test qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865482#M302784</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-15T18:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865483#M302785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it only has just one &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cuenta&lt;/STRONG&gt; can't see other to test the other scenarios &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865483#M302785</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-15T18:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865484#M302786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I included the other accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Look,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Aggr(If(Cuenta='31020303' and Subcuenta='' and Cc='4407',Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)),Cuenta,Subcuenta,Cc))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This result give me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4400 = -1.275.160&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4407 = -5.683.585&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What I want is to subtract -8.840.160 to &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;-5.683.585 = 3.156.576 (Final Result)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1) is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;-8.840.160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Sum({&amp;lt;Año={'2015'}&amp;gt;}MONTO*-1)*0.7513 is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;-5.683.585&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;4400 = must be deleted I think.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865484#M302786</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-15T18:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data = 0</title>
      <link>https://community.qlik.com/t5/QlikView/Data-0/m-p/865485#M302787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you see the app? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-0/m-p/865485#M302787</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-15T18:45:09Z</dc:date>
    </item>
  </channel>
</rss>

