<?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 Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841245#M295635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a waterfall Pivot report.&lt;/P&gt;&lt;P&gt;In this report I have my Period Name column pivoted upwards.&lt;/P&gt;&lt;P&gt;Let us take an example&lt;/P&gt;&lt;P&gt;If I chose October-2013&lt;/P&gt;&lt;P&gt;It shows me all the future periods from October-2013 to lets say October-2018. That is about 60 months. There this having an impact on the performance of the report.&lt;/P&gt;&lt;P&gt;Therefore I want it to work like this&lt;/P&gt;&lt;P&gt;When I chose October 2013 it shows the periods only for that year so essentially it should show October-2013 November-2013 and Dec-2013 and rest of the periods it clubs them into years and shows years in this case therefore the desired output would be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Period Name&amp;nbsp; Oct-13 Nov-13 Dec-13 2014 2015 2016 Total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp; 1000 2000&amp;nbsp; 3000&amp;nbsp; 6450&lt;/P&gt;&lt;P&gt;I have attached my excel one tab is how it is currently and the other tab is how I want it to be.&lt;/P&gt;&lt;P&gt;The expression that I am using to calculate the amount is below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM(if([WF Period Start Date]&amp;gt;="$(=[Start Period])" and [WF RevPro Period End Date]&amp;lt;="$(=[End Period])" ,T_REVENUE+T_EREVENUE,0))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 22:59:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-01T22:59:00Z</dc:date>
    <item>
      <title>Waterfall Question</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841245#M295635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a waterfall Pivot report.&lt;/P&gt;&lt;P&gt;In this report I have my Period Name column pivoted upwards.&lt;/P&gt;&lt;P&gt;Let us take an example&lt;/P&gt;&lt;P&gt;If I chose October-2013&lt;/P&gt;&lt;P&gt;It shows me all the future periods from October-2013 to lets say October-2018. That is about 60 months. There this having an impact on the performance of the report.&lt;/P&gt;&lt;P&gt;Therefore I want it to work like this&lt;/P&gt;&lt;P&gt;When I chose October 2013 it shows the periods only for that year so essentially it should show October-2013 November-2013 and Dec-2013 and rest of the periods it clubs them into years and shows years in this case therefore the desired output would be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Period Name&amp;nbsp; Oct-13 Nov-13 Dec-13 2014 2015 2016 Total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp; 1000 2000&amp;nbsp; 3000&amp;nbsp; 6450&lt;/P&gt;&lt;P&gt;I have attached my excel one tab is how it is currently and the other tab is how I want it to be.&lt;/P&gt;&lt;P&gt;The expression that I am using to calculate the amount is below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM(if([WF Period Start Date]&amp;gt;="$(=[Start Period])" and [WF RevPro Period End Date]&amp;lt;="$(=[End Period])" ,T_REVENUE+T_EREVENUE,0))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 22:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841245#M295635</guid>
      <dc:creator />
      <dc:date>2015-04-01T22:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Question</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841246#M295636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rizwan, if Period Name is a dimension you can create as a calculated dimension, in example:&lt;/P&gt;&lt;P&gt;=Aggr(If(Year(Date)&amp;lt;=Max(Year(Date), Date(MonthStart(Date), 'MMM-YY'), Year(Date)), Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably you'll need to add set analysis to ignore selections and allow the expression to create all the desired values. If you upload sample data I can give more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841246#M295636</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-02T08:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Question</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841247#M295637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben&lt;/P&gt;&lt;P&gt;Currently I have written my calculated dimension for period name as&lt;/P&gt;&lt;P&gt;following&lt;/P&gt;&lt;P&gt;*if(&amp;gt;="$(=[Start Period])" *&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;and &amp;lt;="$(=[PP End Period])",[WF Period&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Name],YEAR(Date#(,'MMM-YY')))*&lt;/P&gt;&lt;P&gt;where my start period variable is my period start date and the variable PP&lt;/P&gt;&lt;P&gt;End Period is the Year End Date.&lt;/P&gt;&lt;P&gt;But this expression just gives me years but not the desired result which is&lt;/P&gt;&lt;P&gt;if I chose Oct-2014 It should show me Oct-2014 Nov-201,Dec-2014 Period wise&lt;/P&gt;&lt;P&gt;and then the rest of the columns as 2015 2016 2017 and so on.&lt;/P&gt;&lt;P&gt;I have another idea which I will try but in the meanwhile any suggestions&lt;/P&gt;&lt;P&gt;are welcome.&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Riz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Thu, Apr 2, 2015 at 1:02 AM, Ruben Marin &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 17:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Question/m-p/841247#M295637</guid>
      <dc:creator />
      <dc:date>2015-04-02T17:33:14Z</dc:date>
    </item>
  </channel>
</rss>

