<?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: How to Create chart with Rolling values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259770#M582336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that there are at least two ways to accomplish this task the first is by setting a range that you want to calculate across:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeAvg(Above(Sum( {$&amp;lt;Week=, Year=, Quarter=, Month= {'&amp;gt;$(=WeekStart(Max(Date),-24,0))&amp;lt;=$(=WeekStart(Max(Date),0,0))'}&amp;gt;} Sales),0,12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above example should provide a rolling calcualtion.&amp;nbsp; This example is calculating the SUM of Sales dollars in a continuously rolling 24 month range for the past 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way to accomplish this is to use the ACCUMULATE function on the expression tab.&amp;nbsp; For the expression that you would like to provide a rolling calculation use the below formula and make sure that the number of steps you are accumulating for is = to the number of months, weeks or years that you wan tto SUM together for the rolling total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above(Sum(Sales)) / 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully this helps,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 16:10:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-19T16:10:20Z</dc:date>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259765#M582331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;H6&gt;Hi, &lt;BR /&gt;I need to plot a bar chart but the data is cumulative (i.e. the data is from Jan 2007 to Current month) if i want current month values&amp;nbsp; then i must subtract the current month value with the previous month value (i.e. if i want value for month of Sep 2011 then i must subtract the Sep 2011 value with the Aug 2011 Value) Similarly i have to find all the previous 12 months value and add it to get the Sep 2011 values, for your reference i have&amp;nbsp; attached the Excel in that i have to create chart for Rolling value &lt;BR /&gt;Its Urgent can any one Help&lt;/H6&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 07:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259765#M582331</guid>
      <dc:creator />
      <dc:date>2011-10-19T07:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259766#M582332</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;I'm not sure my solution is the one that you looking for or not. So let check my attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 10:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259766#M582332</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-19T10:55:47Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259767#M582333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, &lt;BR /&gt;Thanks for your reply, but i am using PE version of QlikView, it would be great if you can write it in note pad or reply me &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 11:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259767#M582333</guid>
      <dc:creator />
      <dc:date>2011-10-19T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259768#M582334</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;Let try it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download my attached file and put it in the same directory with your QVW&lt;/P&gt;&lt;P&gt;2. Use this scrip&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;CrossTable([Jan-08], Data)&lt;/P&gt;&lt;P&gt;LOAD F1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Header], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nov-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dec-08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nov-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dec-09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nov-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dec-10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-11]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Book1.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, header is 1 lines, table is Sheet1);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;3. Create Bar Chart with [Jan-08] and [Header] as Dimension then use SUM(Data) as Expresion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 12:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259768#M582334</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-19T12:41:35Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259769#M582335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you not got wht exactly i want,&lt;/P&gt;&lt;P&gt;the each month Value is calculated by using formulas, i want to do it in the chart itself, See i have uploaded the cumulative data, i have to creat the chart with Rolling values wch is mut be calculated, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 12:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259769#M582335</guid>
      <dc:creator />
      <dc:date>2011-10-19T12:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259770#M582336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that there are at least two ways to accomplish this task the first is by setting a range that you want to calculate across:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeAvg(Above(Sum( {$&amp;lt;Week=, Year=, Quarter=, Month= {'&amp;gt;$(=WeekStart(Max(Date),-24,0))&amp;lt;=$(=WeekStart(Max(Date),0,0))'}&amp;gt;} Sales),0,12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above example should provide a rolling calcualtion.&amp;nbsp; This example is calculating the SUM of Sales dollars in a continuously rolling 24 month range for the past 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way to accomplish this is to use the ACCUMULATE function on the expression tab.&amp;nbsp; For the expression that you would like to provide a rolling calculation use the below formula and make sure that the number of steps you are accumulating for is = to the number of months, weeks or years that you wan tto SUM together for the rolling total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above(Sum(Sales)) / 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully this helps,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 16:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259770#M582336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-19T16:10:20Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259771#M582337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Ed,&lt;BR /&gt;Thanks alot for your reply, from your formula has given me some ideal, but&amp;nbsp; i can't able to get desire values, there are to condition in my value, firstly i have to Subtract current month value with the previous month similarly have to do it for all previous 11 months then i have to sum it all to get the Actual Current Month Value, &lt;/P&gt;&lt;P&gt;And can u give a Brief on the fIrst formula which you have mention, how does it work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 06:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259771#M582337</guid>
      <dc:creator />
      <dc:date>2011-10-20T06:28:03Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259772#M582338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am still not able to get the chart, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2011 09:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259772#M582338</guid>
      <dc:creator />
      <dc:date>2011-10-22T09:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259773#M582339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create some more additional date fields to achieve the results. Find below the script you need to work with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load the data as it is from the Excel file - I am loading only the months and the Cumulated value in to temp table&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;CrossTable(Month, Value)&lt;BR /&gt;LOAD * FROM&lt;BR /&gt;C:\Book1.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;BR /&gt;Remove(Row, Pos(Top, 3)),&lt;BR /&gt;Remove(Row, Pos(Top, 3))&lt;BR /&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;Load&amp;nbsp; F1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(Year(num#(Month)),month(num#(Month)),Day(num#(Month))) as Month,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(num#(Month)) as Year,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value as CValue,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Previous(Value)&amp;gt;0,Value-Previous(Value),Value) as Values resident Temp;&lt;BR /&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Create the rolling periods which needs to be used for the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RollingMonths:&lt;BR /&gt;load Month, Month as RollingMonth, year(Month) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,1,1) as RollingMonth, year(Addmonths(Month,1,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,2,1) as RollingMonth, year(Addmonths(Month,2,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,3,1) as RollingMonth, year(Addmonths(Month,3,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,4,1) as RollingMonth, year(Addmonths(Month,4,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,5,1) as RollingMonth, year(Addmonths(Month,5,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,6,1) as RollingMonth, year(Addmonths(Month,6,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,7,1) as RollingMonth, year(Addmonths(Month,7,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,8,1) as RollingMonth, year(Addmonths(Month,8,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,9,1) as RollingMonth, year(Addmonths(Month,9,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,10,1) as RollingMonth, year(Addmonths(Month,10,1)) as RollingYear resident Data;&lt;BR /&gt;load Month, Addmonths(Month,11,1) as RollingMonth, year(Addmonths(Month,11,1)) as RollingYear resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you were looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph will look like below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="untitled.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/8067_untitled.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2011 11:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259773#M582339</guid>
      <dc:creator />
      <dc:date>2011-10-23T11:07:13Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259774#M582340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi Sanjeev,&lt;/P&gt;&lt;P&gt;thanks for your reply, but am not able to get the exact chart, and me not able to understnd it, if possible can u give some more bried abt it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 11:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259774#M582340</guid>
      <dc:creator />
      <dc:date>2011-10-28T11:18:45Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259775#M582341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sanjeev,&lt;/P&gt;&lt;P&gt;can you explain, its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 09:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259775#M582341</guid>
      <dc:creator />
      <dc:date>2011-10-29T09:22:17Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259776#M582342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Friday and Saturday are my weekend, I could not reply to you on time. Can you attach your QV file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2011 07:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259776#M582342</guid>
      <dc:creator />
      <dc:date>2011-10-30T07:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259777#M582343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sajeevan,&lt;/P&gt;&lt;P&gt;sorry for the late resonse, PFA my file, as you see there are three charts in the 1st chart the cumulative value is correct but the data i have is till Sep 2011 only as u see in the charts its going till aug 2012, &lt;BR /&gt;In 2nd chart i have used the accumulative funcation in the expression tab, in this the chart range is till Sep 2011 only but the values are not correct,&lt;/P&gt;&lt;P&gt;In 3rd chart even this chart is similar to 1st chart, but in this if i select any year from the list box the values are getting changed i want the chart to display the same cumulative value if i selcet a year and if i clear all the years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be really appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 16:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259777#M582343</guid>
      <dc:creator />
      <dc:date>2011-11-02T16:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259778#M582344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached with some modifications to your expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 07:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259778#M582344</guid>
      <dc:creator />
      <dc:date>2011-11-03T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259779#M582345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for your reply, but i am using personal editor version of Qlikview, it would be great help if yu can write the expression in a note pad or reply &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 08:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259779#M582345</guid>
      <dc:creator />
      <dc:date>2011-11-03T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259780#M582346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below expression for chart 1&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;RollingMonth={"&amp;lt;=$(=Max(Month))"}&amp;gt;} Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use one of the below expressions for chart 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Sum ({&amp;lt;RollingMonth={"&amp;lt;=$(=Max(Month))"}&amp;gt;} CValue)&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum( {$&amp;lt;Year=, Month= {'&amp;gt;$(=MonthStart(Max(Date),-12,0))&amp;lt;=$(=MonthStart(Max(Date),0,0))'}&amp;gt;} Values),0,12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use one of the below expressions for chart 3&lt;/P&gt;&lt;P&gt;//Sum({&amp;lt;Year=&amp;gt;} Values)&lt;BR /&gt;Sum({&amp;lt;Year=&amp;gt;} CValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 08:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259780#M582346</guid>
      <dc:creator />
      <dc:date>2011-11-03T08:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259781#M582347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;﻿hi Sajeevan,&lt;/P&gt;&lt;P&gt;Sorry for the late response&amp;nbsp; was on a short vacation, thanks for your reply its actually worked, there is one more request as you know that we are subtraction a month value with previous month and similarly adding 12 months value, but now wht client want is for January value must be not be subtracted with previous month, i tired manuplating with the condition which you have used ﻿﻿﻿but its not working, it would be great if you have a look in it&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 11:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259781#M582347</guid>
      <dc:creator />
      <dc:date>2011-11-18T11:54:20Z</dc:date>
    </item>
    <item>
      <title>How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259782#M582348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to exclude Jan month from subtraction then you can use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Previous(Value)&amp;gt;0,if(Month(num#(Month))=1,Value,Value-Previous(Value)),Value) as Values resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Nov 2011 06:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259782#M582348</guid>
      <dc:creator />
      <dc:date>2011-11-20T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create chart with Rolling values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259783#M582349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sajeevan,&lt;BR /&gt;Thanks alot for your help really appreciate it, now its worked just like a germ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 07:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-chart-with-Rolling-values/m-p/259783#M582349</guid>
      <dc:creator />
      <dc:date>2011-11-21T07:23:43Z</dc:date>
    </item>
  </channel>
</rss>

