<?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: Negative value issue in bar chart. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335633#M840393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think I can do Rent + Non rent in frist expression as it show 200 for Rent when you hover over which is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rent is 500&lt;/P&gt;&lt;P&gt;Non-Rent is -300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So total expense is 200 which should be on the top of the bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Apr 2017 12:49:49 GMT</pubDate>
    <dc:creator>apthansh</dc:creator>
    <dc:date>2017-04-28T12:49:49Z</dc:date>
    <item>
      <title>Negative value issue in bar chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335630#M840390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached the QVW. When I do the sum it only display the sum of positive numbers and ignores the negative in the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex ABC - Instead of 500 , how can I show 200 at the top of bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335630#M840390</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value issue in bar chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335631#M840391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some thing like this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 04:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335631#M840391</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-28T04:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value issue in bar chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335632#M840392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ansh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trust that you are doing great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a work around we can fix this by following given steps:&lt;/P&gt;&lt;P&gt;1. Go to the dimension tab and keep on Address in Used Dimension list.&lt;/P&gt;&lt;P&gt;2. Remove existing expression and add below expressions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14933536350448362" jivemacro_uid="_14933536350448362"&gt;
&lt;P style="font-size: 13.3333px;"&gt;//Rent&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Type={'Rent'}&amp;gt;}Amount) + Sum({&amp;lt;Type={'NonRent'}&amp;gt;}Amount)&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;//NonRent&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Type={'NonRent'}&amp;gt;}Amount)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer the sample application attached herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 04:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335632#M840392</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-04-28T04:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value issue in bar chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335633#M840393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think I can do Rent + Non rent in frist expression as it show 200 for Rent when you hover over which is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rent is 500&lt;/P&gt;&lt;P&gt;Non-Rent is -300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So total expense is 200 which should be on the top of the bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 12:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335633#M840393</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2017-04-28T12:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value issue in bar chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335634#M840394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a stacked bar with Type as another dimension and when I add Type it doesn't add the negative number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 12:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335634#M840394</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2017-04-28T12:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value issue in bar chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335635#M840395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure if that possible, You have to choose another way of representing your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-issue-in-bar-chart/m-p/1335635#M840395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T13:14:45Z</dc:date>
    </item>
  </channel>
</rss>

