<?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 Problem adds negative values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70056#M4655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hi, I'm new to Qlik. I have the following problem. I have a table with movements, some movements are positive and others negative. I need a totalizer for which I have a simple expression. sum (cantUM1). The problem is that I do not subtract the movements in negative. That is, is not taking the negative sign, how should I fix it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2018 11:41:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-06T11:41:35Z</dc:date>
    <item>
      <title>Problem adds negative values</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70056#M4655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hi, I'm new to Qlik. I have the following problem. I have a table with movements, some movements are positive and others negative. I need a totalizer for which I have a simple expression. sum (cantUM1). The problem is that I do not subtract the movements in negative. That is, is not taking the negative sign, how should I fix it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 11:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70056#M4655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-06T11:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adds negative values</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70057#M4656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you are doing should work.Can you show a sample of your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 16:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70057#M4656</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-04-06T16:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adds negative values</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70058#M4657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198798_Captura.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;his is a table in SQL, in this example they entered 411 units and came out 68.79. On my board solves me 411 + 68.79 + 231 + 2 +1, etc&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70058#M4657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-06T19:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adds negative values</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70059#M4658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure I understand your problem, but if you want to ignore the negative values, you can use this expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;sum (fabs(cantUM1)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Fabs just gives you the absolute value!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Burkhard&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2018 12:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70059#M4658</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2018-04-07T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adds negative values</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70060#M4659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;My problem is that you are not subtracting the negative values. I add all the values, I need to subtract the negative ones. What expression should I use? Thank you!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 11:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70060#M4659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-09T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adds negative values</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70061#M4660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederico,&lt;/P&gt;&lt;P&gt;this is exactly what the expression &lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; background-color: #f2f2f2;"&gt;sum (fabs(cantUM1)) does. It adds the positive ones and subtracts the negative ones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; background-color: #f2f2f2;"&gt;Why don't you try?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; background-color: #f2f2f2;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; background-color: #f2f2f2;"&gt;Burkhard&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 18:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-adds-negative-values/m-p/70061#M4660</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2018-04-09T18:24:48Z</dc:date>
    </item>
  </channel>
</rss>

