<?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: Rolling 13 Month Stacked Bar Chart View in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188149#M887249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama.&amp;nbsp; Please see my reply to Sunny T.&amp;nbsp; I hope that gives you a better idea of what I'm looking for / trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 15:17:48 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2016-09-20T15:17:48Z</dc:date>
    <item>
      <title>Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188145#M887245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize there's a few posts regarding rolling views and I've tried some of the sample code (using rangesum and couple of other examples), but none quite work for me, but that could be my fault as I'm still new to Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm looking to do is create a stacked bar chart that would be comprised of a Business, i.e. Business1, Business2, etc. on top of each other in the chart, showing 13 months of billing information.&amp;nbsp; I pull the data directly from a database into Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields I have are:&lt;BR /&gt;Business1 through to Business10 - Easy enough to get this part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHARGE_AMOUNT - A dollar based figure I would need to sum for each month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHARGE_MONTH in the form YYYYMM, i.e. 201609 - For the 13 month rolling view, if ran today, I'd like to see 201509 through 201609.&amp;nbsp; Next month I would want to see 201510 through 201610.&amp;nbsp; Etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm essentially stuck on creating the formula / expression to do this.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; Thanks in advance.&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/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188145#M887245</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188146#M887246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it would be easier if you can provide some sample data with the output you expect to see from it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 00:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188146#M887246</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T00:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188147#M887247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Newman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you wan the sum&amp;nbsp; value of all 13 months for business wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so x- axis is&amp;nbsp; business 0, &lt;SPAN style="font-size: 13.3333px;"&gt;business 1...etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y -axis sum value ($ 1900,$2000...etc ) of 13 months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u need to write if (month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CHARGE_MONTH )='Sep',sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CHARGE_AMOUNT )&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;you&amp;nbsp; will get month wise amount.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this solution is not suitable for you kindly post your sample data and expected output.So that our folks will help to you ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 08:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188147#M887247</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-09-20T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188149#M887249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama.&amp;nbsp; Please see my reply to Sunny T.&amp;nbsp; I hope that gives you a better idea of what I'm looking for / trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 15:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188149#M887249</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-09-20T15:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188150#M887250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Test sending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perry Newman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 18:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188150#M887250</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-09-23T18:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188151#M887251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need anymore information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 20:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188151#M887251</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-09-23T20:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188152#M887252</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;Please find the attached ap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis will help you to display the last 13 moths data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to build your expression similar to the one in the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2016 18:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188152#M887252</guid>
      <dc:creator>harishkumarg</dc:creator>
      <dc:date>2016-09-24T18:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188153#M887253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I need is few rows of data (dummy and made up data can work) and the output you expect to see from that data. I am sure the questions might not be too difficult to understand, but unfortunately I am unable to understand the requirement. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 00:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188153#M887253</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T00:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188154#M887254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the expression gives me, right now, 201509 through 201609, which is what I want and it calculates the charge amount correctly.  I’d like to see what happens once we go into October before marking this as the correct answer.  A big thank you in advance for your help.  I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188154#M887254</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-09-26T19:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188155#M887255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish may have given me the correct answer, wish I appreciate.&amp;nbsp; I'm waiting to see what happens when we roll over to October.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the same time, I appreciate you responding as well.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188155#M887255</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-09-26T19:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188156#M887256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once we are into October you will be able to see 201510 through 201610.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 08:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188156#M887256</guid>
      <dc:creator>harishkumarg</dc:creator>
      <dc:date>2016-09-28T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188157#M887257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will do.  Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188157#M887257</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-09-28T16:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188158#M887258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NP. In case if you feel its working as you expected try to mark it as correct or useful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 19:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188158#M887258</guid>
      <dc:creator>harishkumarg</dc:creator>
      <dc:date>2016-09-30T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 Month Stacked Bar Chart View</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188159#M887259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to give you an update.&amp;nbsp; I have reloaded the data and I still see 201509 through 201609.&amp;nbsp; However, that could be because I don't have any 201610 charges yet and won't until the end of the month.&amp;nbsp; I will go ahead and mark your answer as the correct one and if after loading 201610 data, I don't see 201510 through 201610, I'll let you know.&amp;nbsp; Thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 14:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-Month-Stacked-Bar-Chart-View/m-p/1188159#M887259</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-10-07T14:37:23Z</dc:date>
    </item>
  </channel>
</rss>

