<?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 postive and negative values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829051#M291852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im showing the postive and negative values for a particular column, I would like to reverse, which displaying, how can I do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: -97 should show 97&lt;/P&gt;&lt;P&gt;for eg: 100 should show as -100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using qlikview 8.0 thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 08:22:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-08T08:22:39Z</dc:date>
    <item>
      <title>postive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829051#M291852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im showing the postive and negative values for a particular column, I would like to reverse, which displaying, how can I do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: -97 should show 97&lt;/P&gt;&lt;P&gt;for eg: 100 should show as -100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using qlikview 8.0 thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829051#M291852</guid>
      <dc:creator />
      <dc:date>2015-07-08T08:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: postive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829052#M291853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just use_ "-sum(val1)" or "-field1"&lt;/P&gt;&lt;P&gt;all values will be reverted!&lt;/P&gt;&lt;P&gt;you might Change it in script also "-val1 as newval1" and use the new field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829052#M291853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: postive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829053#M291854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your expression is something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; then change it in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(value) * -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829053#M291854</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-08T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: postive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829054#M291855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;-eg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829054#M291855</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-07-08T08:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: postive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829055#M291856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use the following expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(sign(fieldname)=-1,fabs(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;fieldname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;),-1*&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;fieldname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829055#M291856</guid>
      <dc:creator />
      <dc:date>2015-07-08T08:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: postive and negative values</title>
      <link>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829056#M291857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rahim,&lt;/P&gt;&lt;P&gt;just multiply the end result of your expression with -1. Be sure to enclose the full expression in ( ) and make the * -1 as final calculation outside the ( ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postive-and-negative-values/m-p/829056#M291857</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2015-07-08T08:41:27Z</dc:date>
    </item>
  </channel>
</rss>

