<?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 charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145138#M23904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Raghu, I'm just thinking ahead at the moment so I haven't got either the data or the qvw document yet.&lt;/P&gt;&lt;P&gt;Oleg, thanks for your suggestions. I think the above() function will be very useful here.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 07:09:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-28T07:09:55Z</dc:date>
    <item>
      <title>Waterfall charts</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145135#M23901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-254_sourceID:254" /&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to put together a Waterfall chart like this to display Cash flow.&lt;/P&gt;&lt;P&gt;I realise there is a Bar-Offset property behind the expressions, but I'm not too sure how I could be able to capture the offset.&lt;/P&gt;&lt;P&gt;The chart would have a starting cash balance and then receivables, receipts and a few more flows to arrive at a closing balance. These could be condenced into a transaction type dimension.&lt;/P&gt;&lt;P&gt;The problem I am having is understanding how to then reference the sum from the preceeding dimensions. I guess I could set the dimensions up to start with a number, and then sum up the dimensions with a number less that the one I'm painting, but this seems a bit clunky.&lt;/P&gt;&lt;P&gt;Has anyone put a similar type of chart together that they can send me an example of ?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Jonathan&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 16:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145135#M23901</guid>
      <dc:creator />
      <dc:date>2009-05-27T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Waterfall charts</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145136#M23902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you post the qlik document so that we will look in to the document. here i have attached the sample. Check P&amp;amp;L sheet. Let me know if this help you to solve your problem.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 16:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145136#M23902</guid>
      <dc:creator />
      <dc:date>2009-05-27T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Waterfall charts</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145137#M23903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's easier to implement if your bars represent different Expressions (like in th P&amp;amp;L example), If you'd like to do it with Dimenion Values, you could try one of the two:&lt;/P&gt;&lt;P&gt;1. Use function above() to get the previous values.&lt;/P&gt;&lt;P&gt;2. Attach some numeric keys to your transaction codes and use Set Analysis to summarize all transactions with the numeric code up to a certain number. For example:&lt;/P&gt;&lt;P&gt;Closing Balance - 0&lt;/P&gt;&lt;P&gt;Receivables - 10&lt;/P&gt;&lt;P&gt;Payables - 20&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;The offset value for each TransCode would be:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;TransCode={"&amp;lt;only(TransCode)"}&amp;gt;} TransactionAmount)&lt;/P&gt;&lt;P&gt;or something like this...&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 19:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145137#M23903</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-27T19:45:27Z</dc:date>
    </item>
    <item>
      <title>Waterfall charts</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145138#M23904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Raghu, I'm just thinking ahead at the moment so I haven't got either the data or the qvw document yet.&lt;/P&gt;&lt;P&gt;Oleg, thanks for your suggestions. I think the above() function will be very useful here.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 07:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145138#M23904</guid>
      <dc:creator />
      <dc:date>2009-05-28T07:09:55Z</dc:date>
    </item>
    <item>
      <title>Waterfall charts</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145139#M23905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It is also possible to reference columns by name, so for example if you have expressions as follows:&lt;/P&gt;&lt;P&gt;Opening Balance&lt;/P&gt;&lt;P&gt;Amount Paid&lt;/P&gt;&lt;P&gt;Amount Received&lt;/P&gt;&lt;P&gt;Closing Balance&lt;/P&gt;&lt;P&gt;You could create a bar offset expression that is something like:&lt;/P&gt;&lt;P&gt;For amount paid: =[Opening Balance]&lt;/P&gt;&lt;P&gt;For Amount Received: =[Opening Balance] - [Amount Paid]&lt;/P&gt;&lt;P&gt;etc, etc&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 23:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145139#M23905</guid>
      <dc:creator />
      <dc:date>2009-06-01T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Waterfall charts</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145140#M23906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Case example of a waterfall chart that will work universally and update automatically for new data and new dimension values being incorporated:&lt;/P&gt;&lt;P&gt;1. Setup a bar chart with Dimension = X and expression = expY.&lt;/P&gt;&lt;P&gt;2. In the offset, set up an expression such as rangesum(above(expY), 1, rowno()). This should work universally.&lt;/P&gt;&lt;P&gt;Limitation to this kind of waterfall chart, you cannot generate a unique Total bar chart at the end of the bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 00:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-charts/m-p/145140#M23906</guid>
      <dc:creator />
      <dc:date>2009-12-22T00:11:49Z</dc:date>
    </item>
  </channel>
</rss>

