<?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: Bar chart with negative numbers going up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614854#M226857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;The dual function can help you to easily obtain the desired result.&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 14:44:59 GMT</pubDate>
    <dc:creator>cfz</dc:creator>
    <dc:date>2014-04-08T14:44:59Z</dc:date>
    <item>
      <title>Bar chart with negative numbers going up</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614851#M226854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart where the numbers will always be negative, and the larger the negative number means a larger value. So, rather than having the x-axis displayed at the top of the chart with the bars going down I want the x-axis to be at the bottom with the negative values represented just like a positive number would be (with bars going up) yet the values listed vertically will still be negative numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a simple chart property I am missing?&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, 08 Apr 2014 14:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614851#M226854</guid>
      <dc:creator />
      <dc:date>2014-04-08T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with negative numbers going up</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614852#M226855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two same expression&lt;/P&gt;&lt;P&gt;Multiply first expression by -1 and select Bar in expression tab and deselect Values on data points&lt;/P&gt;&lt;P&gt;2nd expression without multiply by -1 and deselect Bar in expression tab and select values on data points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update : Check enclosed file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614852#M226855</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-08T14:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with negative numbers going up</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614853#M226856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also format the numbers for the chart so that they had a "-" before them - They would not be negative but would alter their format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614853#M226856</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-08T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with negative numbers going up</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614854#M226857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;The dual function can help you to easily obtain the desired result.&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614854#M226857</guid>
      <dc:creator>cfz</dc:creator>
      <dc:date>2014-04-08T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with negative numbers going up</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614855#M226858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If want to show values always negative write your expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(sale) *-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sum(sale)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But depends on the data on the fields according to that you have to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614855#M226858</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with negative numbers going up</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614856#M226859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with a dual expression&lt;/P&gt;&lt;P&gt;dual(num(sum(val), '#.##0'), sum(val)*-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56824_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-negative-numbers-going-up/m-p/614856#M226859</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-08T14:48:01Z</dc:date>
    </item>
  </channel>
</rss>

