<?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: Qlik Sense rolling months with YearMonth selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117955#M8231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use these expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9144"&gt;Set Analysis for Rolling Periods&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Aug 2018 15:18:08 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-08-25T15:18:08Z</dc:date>
    <item>
      <title>Qlik Sense rolling months with YearMonth selection</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117954#M8230</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;&lt;SPAN&gt;I have troubles to implement 12 months rolling sum graphs in Qlik Sense. I have created the as-of table as described in this link: &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="4531" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/11/02/the-as-of-table"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2015/11/02/the-as-of-table&lt;/A&gt;&lt;SPAN&gt; . Rolling period calculation is also as in that guide: dimension: AsOfMonth, measure: Sum({$&amp;lt;MonthDiff={"&amp;lt;12"}&amp;gt;} Sales).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get desired graph by selecting 12 months from AsOfMonth filter pane:&lt;IMG __jive_id="211691" alt="12roll.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211691_12roll.jpg" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, the whole app is designed to be used by selecting single month from the YearMonth-filter. When I make that selection, the graph looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="211692" alt="12rollmonthyear.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/211692_12rollmonthyear.jpg" style="height: 186px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without any filters, the visual looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="211693" alt="12rolldefault.jpg" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/211693_12rolldefault.jpg" style="height: 172px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be grateful for any help. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 06:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117954#M8230</guid>
      <dc:creator>kruel830</dc:creator>
      <dc:date>2018-08-24T06:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense rolling months with YearMonth selection</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117955#M8231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use these expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9144"&gt;Set Analysis for Rolling Periods&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 15:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117955#M8231</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-25T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense rolling months with YearMonth selection</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117956#M8232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try your expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(Avg({&amp;lt;Month_Year&amp;gt;}Aggr(((Sum({&amp;lt;Month_Year = {"=Date#(Only({1} Month_Year), 'MMM-YYYY') &amp;gt;= AddMonths(Max(TOTAL Date#(Month_Year, 'MMM-YYYY')), -12) and Date#(Only({1} Month_Year), 'MMM-YYYY') &amp;lt;= Max(TOTAL Date#(Month_Year, 'MMM-YYYY'))"}&amp;gt;}a/b))*Only({&amp;lt;Month_Year&amp;gt;} c)), empid, Month_Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;),'#.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 15:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117956#M8232</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-25T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense rolling months with YearMonth selection</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117957#M8233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't get it work though. What are 'a/b' and 'c' in your example? And also 'empid' seems to be unrecognized function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-rolling-months-with-YearMonth-selection/m-p/117957#M8233</guid>
      <dc:creator>kruel830</dc:creator>
      <dc:date>2018-08-27T06:33:11Z</dc:date>
    </item>
  </channel>
</rss>

