<?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: BarChart separate negative and positive values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253571#M396418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you I managed to do it with your solution !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2017 08:17:30 GMT</pubDate>
    <dc:creator>l_denivelle</dc:creator>
    <dc:date>2017-01-04T08:17:30Z</dc:date>
    <item>
      <title>BarChart separate negative and positive values</title>
      <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253566#M396413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm summing an amount of money which can be positive or negative and Qlikview naturally sum the positive and negative values together :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BarChart ko.PNG" class="jive-image image-3" src="/legacyfs/online/148010_BarChart ko.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I would like to separate the negative values from the positive values and then present them in a BarChart like this : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="BarChart ok.png" class="jive-image image-2" src="/legacyfs/online/148009_BarChart ok.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Do you have any solution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253566#M396413</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2016-12-30T15:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: BarChart separate negative and positive values</title>
      <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253567#M396414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using two expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Positive&lt;/P&gt;&lt;P&gt;2) Negative&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148013_Capture.PNG" style="height: 141px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253567#M396414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-30T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: BarChart separate negative and positive values</title>
      <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253568#M396415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will show default, What the issue you are facing. Can you send the expression or Application to work on same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147999_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR Use background color like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Sales) &amp;gt;= 0, Green(), Red())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253568#M396415</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-30T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: BarChart separate negative and positive values</title>
      <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253569#M396416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny's suggestion will work. If you need those negative values for a different chart, you can always use the Fabs() function in the script and duplicate that field with absolute value for that chart and type of analysis, where you want to see the values separately, and the original, negative value where you can add or subtract in a different chart or expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253569#M396416</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-12-30T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: BarChart separate negative and positive values</title>
      <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253570#M396417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another solution might be a calculated dimension and a single expression:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_244796_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148036_QlikCommunity_Thread_244796_Pic2.JPG" style="height: 217px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_244796_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/148037_QlikCommunity_Thread_244796_Pic3.JPG" style="height: 406px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_244796_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/148038_QlikCommunity_Thread_244796_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_244796_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/148039_QlikCommunity_Thread_244796_Pic5.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_244796_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148035_QlikCommunity_Thread_244796_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2016 00:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253570#M396417</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-12-31T00:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: BarChart separate negative and positive values</title>
      <link>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253571#M396418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you I managed to do it with your solution !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 08:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BarChart-separate-negative-and-positive-values/m-p/1253571#M396418</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2017-01-04T08:17:30Z</dc:date>
    </item>
  </channel>
</rss>

