<?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: Block Chart Positive and negative numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040922#M350339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I tried your logic but I am not getting the values.&lt;/SPAN&gt;&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;can you share the example.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Apr 2016 06:58:13 GMT</pubDate>
    <dc:creator>maniram23</dc:creator>
    <dc:date>2016-04-02T06:58:13Z</dc:date>
    <item>
      <title>Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040919#M350336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a block and there are positive and negative numbers. When this happens my block chart becomes like this..Image shown below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BC.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120273_BC.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Numbers image for your reference:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BC1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/120287_BC1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use fabs only positive values are coming but i need to display negative values also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression i have written is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(num(sum(if(isnull([Clrng doc]), [LC2 Amount])),' #,##0.00'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to get the negative numbers also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040919#M350336</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-04-02T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040920#M350337</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;Block chart is not allow the Negative&amp;nbsp; '-' values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=fabs&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(num(sum(if(isnull([Clrng doc]), [LC2 Amount])),' #,##0.00')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get the positive &amp;amp; negative values. but here it will not show the '-' negative symbal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040920#M350337</guid>
      <dc:creator>maniram23</dc:creator>
      <dc:date>2016-04-02T06:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040921#M350338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;create two expression in block chart, first with fabs &amp;amp; second without fabs&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) fabs(num(sum(if(isnull([Clrng doc]), [LC2 Amount])),' #,##0.00'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) num(sum(if(isnull([Clrng doc]), [LC2 Amount])),' #,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040921#M350338</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040922#M350339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I tried your logic but I am not getting the values.&lt;/SPAN&gt;&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;can you share the example.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040922#M350339</guid>
      <dc:creator>maniram23</dc:creator>
      <dc:date>2016-04-02T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040923#M350340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As this works for pie chart, I thought it should work for Block too, but it's not working. Need to look for another solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040923#M350340</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T07:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040924#M350341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply mani.. I have tried this expression but in Block chart&amp;nbsp; even the negative numbers are not displaying even without symbol...Can you please tell me how can i display those negative numbers also..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040924#M350341</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-04-02T07:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040925#M350342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's good that you got the solution but not exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how you will get the negative number on block chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120293_Untitled.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 08:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040925#M350342</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040926#M350343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kush.. Can you please send the test file... so that i can go through it and also please let me know what expressions i need to write..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 09:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040926#M350343</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-04-02T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040927#M350344</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;&lt;STRONG&gt;use the below expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual (num(sum(if(isnull([Clrng doc]), [LC2 Amount])),' #,##0.00'),fabs(sum(if(isnull([Clrng doc]), [LC2 Amount]))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 10:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040927#M350344</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Positive and negative numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040928#M350345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Kush...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 04:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Positive-and-negative-numbers/m-p/1040928#M350345</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-04-03T04:52:47Z</dc:date>
    </item>
  </channel>
</rss>

