<?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 Waterfall Chart - Show bar even if 0 value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246246#M93856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be the way I can go, unfortunately, on a bar by bar basis, the number could be positive or negative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 17:58:59 GMT</pubDate>
    <dc:creator>joshabbott</dc:creator>
    <dc:date>2011-08-03T17:58:59Z</dc:date>
    <item>
      <title>Waterfall Chart - Show bar even if 0 value</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246244#M93854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a waterfall chart, and one issue I've come upon is 0 values.&amp;nbsp; I don't want the bar to be supressed if the value is 0, instead, I want it to show 0 and to show a line where the value would be (small bar).&amp;nbsp; I found a way to do this by using an if statement in set analysis, so it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(complex set analysis = 0, .1, complex set analysis)&amp;nbsp; - Since I'm displaying only whole numbers, this shows me a small bar and a value of 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, I am trying to make the application more effecient and the if statement is a high cost function that I would like to take out if possible.&amp;nbsp; I'm assuming with the if statement, my complex set analysis is having to run twice in most instances.&amp;nbsp; Does anyone have a suggestion for a way to make this more effecient?&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 12:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246244#M93854</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2011-08-03T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Waterfall Chart - Show bar even if 0 value</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246245#M93855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think you can use a rangemax function or rangemin depending on your particular case, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangemax(complex set analysis, .1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246245#M93855</guid>
      <dc:creator />
      <dc:date>2011-08-03T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Waterfall Chart - Show bar even if 0 value</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246246#M93856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be the way I can go, unfortunately, on a bar by bar basis, the number could be positive or negative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 17:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246246#M93856</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2011-08-03T17:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart - Show bar even if 0 value</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246247#M93857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, please find attach a waterfall example using a different approach. The main point out of this is using the column value calculated in an invisible column and then use the if statement on the amount and not in the actual expression.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246247#M93857</guid>
      <dc:creator />
      <dc:date>2011-08-03T18:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart - Show bar even if 0 value</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246248#M93858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is genius, thank you so much.&amp;nbsp; That works perfect for what I'm trying to do.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-Show-bar-even-if-0-value/m-p/246248#M93858</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2011-08-03T18:38:20Z</dc:date>
    </item>
  </channel>
</rss>

