<?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: Month Vs Rollign 12 months in combo chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675399#M51297</link>
    <description>&lt;P&gt;You were putting limits on your dimension... see attached&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 15:19:39 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-02-13T15:19:39Z</dc:date>
    <item>
      <title>Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675177#M51267</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have requirement to have a combo chart with month-wise date vs 12 months rolling. attached the screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the screenshot dimension has to be the last 12 months and the bar has to be month-wise data and line or dot has to be 12 months rolling.&lt;/P&gt;&lt;P&gt;I have achieved the dimension and month-wise data but the rolling 12 months not happening&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example&amp;nbsp;&lt;/P&gt;&lt;P&gt;dim have last 12 months Jan18-dec 18-&amp;gt; this is achived by selecting the limitation--&amp;gt; fixed number--&amp;gt; top as 12 .&lt;/P&gt;&lt;P&gt;exp 1 has been achieved based on the period I select.&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Period)='12 Months Rolling',&lt;BR /&gt;sum({&amp;lt;Month_Year1={"$(vPeriodType)"},Month=,Year=&amp;gt;}[ Quantity]),&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Period)='YTD',&lt;BR /&gt;sum({&amp;lt;Month_Year1={"$(vPeriodType)"},Month=,Year=&amp;gt;}[ Quantity]),,&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Period)='Monthly',&lt;BR /&gt;sum({&amp;lt;Month_Year1={"$(vPeriodType)"},Month=,Year=&amp;gt;}[ Quantity])&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;where my variable value is&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Period)='12 Months Rolling',&lt;BR /&gt;'&amp;lt;=$(=Date(MAX(Month_Year1),'MMM-YY')) &amp;gt;=$(=Date(AddMonths(MAX(Month_Year1),-11),'MMM-YY'))',&lt;BR /&gt;if(GetFieldSelections(Period)='YTD',&lt;BR /&gt;'&amp;lt;=$(=Date(MAX(Month_Year1),'MMM-YY')) &amp;gt;=$(=Date(YearStart(MAX(Month_Year1)),'MMM-YY'))',&lt;BR /&gt;if(GetFieldSelections(Period)='Monthly',&lt;BR /&gt;'&amp;lt;=$(=Date(MAX(Month_Year1),'MMM-YY')) &amp;gt;=$(=Date(MonthStart(MAX(Month_Year1)),'MMM-YY'))')))&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exp 2 as a line chart is not achievable&amp;nbsp;&lt;SPAN&gt;where Jan 18 dimension value shd have the data from feb17-jan18 as 12 months rolling and similarly to the Feb 18 as mar17-feb18.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exp 2 is not achievable. pls suggest and help me how to achieve the 12 months rolling in this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mano&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675177#M51267</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2024-11-16T03:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675249#M51276</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;waiting for your valuable response.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 11:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675249#M51276</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T11:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675298#M51286</link>
      <description>&lt;P&gt;Do you have &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank" rel="noopener"&gt;The As-Of Table&lt;/A&gt; created in your script? If you do you can use that or you can use &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Accumulation-with-Rangesum-and-multiple-dimensions/td-p/1079260" target="_blank" rel="noopener"&gt;RangeSum with Above&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 12:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675298#M51286</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-13T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675346#M51290</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Many thanks for the Response.&lt;/P&gt;&lt;P&gt;I didn't use "as of now"&amp;nbsp; since its single simple excel table and attached the sample.&lt;/P&gt;&lt;P&gt;I tried with range sum above function for the second expression(Dot or line chart), but it's not working since it considering the dimension and I tried avoiding the dimension again it's not showing the correct value.&lt;/P&gt;&lt;P&gt;exp2:&lt;/P&gt;&lt;P&gt;=RangeSum(Above( total Sum( [Quantity]),0,12))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;what happening is jan2019 should has the value from Feb 2018 to jan2019 but it's taking only Jan2019 as starting value&lt;/P&gt;&lt;P&gt;script is below&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load *,&lt;BR /&gt;date(date#(Month_Year,'MMM-YY'),'MMM-YY') as Month_Year1;&lt;BR /&gt;LOAD&lt;BR /&gt;Year(date#("Reporting Year",'YY')) as Year,&lt;BR /&gt;date(date#("Reporting Period",'MMM'),'MMM') as Month,&lt;BR /&gt;date(date#("Reporting Period",'MMM'),'MMM')&amp;amp;'-'&amp;amp;Year(date#("Reporting Year",'YY')) as Month_Year,&lt;/P&gt;&lt;P&gt;Quantity from xxx path.&lt;/P&gt;&lt;P&gt;Period_Type:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;Period&lt;BR /&gt;12 Months Rolling&lt;BR /&gt;YTD&lt;BR /&gt;Monthly&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;chart is combo&lt;/P&gt;&lt;P&gt;dim is&amp;nbsp;&lt;/P&gt;&lt;P&gt;date(Month_Year1,'MMM-YY')-&amp;gt;last 12 months&lt;/P&gt;&lt;P&gt;exp 2 as a dot or line above mentioned and&amp;nbsp;&lt;/P&gt;&lt;P&gt;exp1 as a bar and its month-wise data and variable already explained.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me with this exp 2 to achive it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 14:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675346#M51290</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T14:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675360#M51292</link>
      <description>&lt;P&gt;Seems to be working here&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28380i664C0A64D4C68CEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 14:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675360#M51292</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-13T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675378#M51294</link>
      <description>&lt;P&gt;sorry sunny, let me give with revised sample data file which has 2017,2018 &amp;amp; 19 data.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 14:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675378#M51294</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675396#M51295</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached my qvf file where the Jan 2019(exp2) starting point has 72.9&amp;nbsp; it has only Jan19 month value(this is the roadblock), but it should have sum of value-form feb18 to Jan 19, this will have a clear picture to you. kindly help me with this&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675396#M51295</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675398#M51296</link>
      <description>&lt;P&gt;What was the issue with the previous one?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675398#M51296</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-13T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675399#M51297</link>
      <description>&lt;P&gt;You were putting limits on your dimension... see attached&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675399#M51297</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-13T15:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675427#M51301</link>
      <description>&lt;P&gt;many Thanks, sunny for your solution it's a great help&lt;/P&gt;&lt;P&gt;I implemented the same, the values are getting accurate.&lt;/P&gt;&lt;P&gt;But facing one more issue, I m getting the dimension value from Jan 2017 to Dec 2019, I avoided the dim limit as per your qvf and given no limitation and data handling disabled the include zero values but it's coming with Jan 2017 to Dec 2019. kindly help me with this so that my requirement will be accurate.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675427#M51301</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T15:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675467#M51309</link>
      <description>&lt;P&gt;Uncheck 'Include zero values' under Add-ons -&amp;gt; Data handling&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675467#M51309</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-13T17:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675494#M51320</link>
      <description>&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the exp 2 I changed the condition to&amp;nbsp;=If(Column(1) &amp;gt; 0,previous it was&amp;nbsp;=If(Column(1) &amp;lt;&amp;gt; 0, many thanks for the help and great solution. now my requirement satisfied 100%.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mano&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 18:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675494#M51320</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T18:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675495#M51321</link>
      <description>&lt;P&gt;i got my solution based on your input, may be your solution can help this thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Show-Rolling-12-Months-of-data-in-Combo-Chart/m-p/9480" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Show-Rolling-12-Months-of-data-in-Combo-Chart/m-p/9480&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 18:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/1675495#M51321</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2020-02-13T18:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Month Vs Rollign 12 months in combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/2061110#M87045</link>
      <description>&lt;P&gt;Hi Sunny,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a same case to restrict the dimension to show only 12 months from Max date selected but the Rolling 12 months should be like for Mar 23 data should show from Apr22 to Mar 23, for feb 23 its from Mar 22 to Feb 23 like that it goes on.&lt;/P&gt;
&lt;P&gt;I used Rangesum below expression to achieve the rolling data but not able to restrict the chart to show only 12 months of data. could you please help here.&lt;/P&gt;
&lt;P&gt;RangeSum(Above(count({&amp;lt;[Enr Flag]={'1'},TableName={'Enrollment'}&amp;gt;}distinct Pat_CP_ID),0,12))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-Vs-Rollign-12-months-in-combo-chart/m-p/2061110#M87045</guid>
      <dc:creator>Vasunthra_R</dc:creator>
      <dc:date>2023-04-17T15:14:49Z</dc:date>
    </item>
  </channel>
</rss>

