<?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: 6 months rolling set analysis expression not working with aggr function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425386#M819763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;you could try expression search instead for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;{&amp;lt;Month_Year = {"=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;(Month_Year&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;(Month_Year&amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 10:23:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-18T10:23:13Z</dc:date>
    <item>
      <title>6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425384#M819761</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;avg(aggr(((Sum(a/b))*c),[emp ID],Month_Year))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was my expression initially in the chart, then i got a requirement of 6 months rolling for that chart, i used the below set analysis expression, which is working fine in all expressions except the above one, where i have used aggr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working with the aggr function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to find out how can i do 6 months rolling for this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension - Month_Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;avg(aggr(((Sum(a/b))*c),[emp ID],Month_Year))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;thanks..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425384#M819761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425385#M819762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;this cant't work because set analysis have &lt;STRONG&gt;text&lt;/STRONG&gt; values as input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;If you use &amp;gt;= or &amp;lt;= then you have to give the set analysis a format that the&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3186"&gt;Automatic Number Interpretation&lt;/A&gt; can convert into a numerical value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425385#M819762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T10:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425386#M819763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;you could try expression search instead for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;{&amp;lt;Month_Year = {"=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;(Month_Year&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;(Month_Year&amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425386#M819763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T10:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425387#M819764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont understand on what you are telling as &lt;STRONG&gt;TEXT .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;}&lt;/SPAN&gt; a/b))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The above expression will display the sum(a/b) as rolling six months in the chart.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Whereas, if i use the same set analysis exp with aggr function&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;avg(aggr(((Sum(&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;}&lt;/SPAN&gt; &lt;/STRONG&gt;a/b))*c),[emp ID],Month_Year))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Its not working.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425387#M819764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425388#M819765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;aggr(Sum({&amp;lt;Month_Year ={"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY'))&amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),'MMM-YYYY'))"} &amp;gt;}a/b),[emp ID],Month_Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425388#M819765</guid>
      <dc:creator />
      <dc:date>2017-08-18T10:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425389#M819766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, my mistake, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(aggr(((Sum({&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;} a/b))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;*&lt;/SPAN&gt;only({&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;}&lt;/SPAN&gt; c&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;),[emp ID],Month_Year))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could also be that you have to place the set modifier additionally within avg like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(((Sum({&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;} a/b))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;*&lt;/SPAN&gt;only({&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;}&lt;/SPAN&gt; c&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;),[emp ID],Month_Year))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425389#M819766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T10:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425390#M819767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried your expressions, but it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425390#M819767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425391#M819768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;avg(aggr(((Sum({&amp;lt;Month_Year = {"&amp;gt;=$(=Date(addmonths(Max(Month_Year), -5), 'MMM-YYYY')) &amp;lt;=$(=Date(addmonths(Max(Month_Year), 0),&amp;nbsp; 'MMM-YYYY'))"} &amp;gt;} &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;a/b&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;))*c),[emp ID],Month_Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425391#M819768</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-18T10:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425392#M819769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please prepare a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425392#M819769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T10:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425393#M819770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks anil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425393#M819770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425394#M819771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and the &lt;STRONG&gt;exactly same&lt;/STRONG&gt; expression is surely working without set modifiers in the same chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425394#M819771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T11:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425395#M819772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why? May be share application to test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425395#M819772</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-18T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425396#M819773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached the sample application and explained also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this and let me know if you have doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425396#M819773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T11:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425397#M819774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil . I have attached the application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425397#M819774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425398#M819775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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')), -5) 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>Fri, 18 Aug 2017 12:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425398#M819775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-18T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425399#M819776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's what I tried to explain at the beginning,your Month_Year field wasn't a dual, so it couldn't work... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 12:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425399#M819776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425400#M819777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... inline values create just text, ... they only create duals, that are recognized by the automatic number interpretation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; so you'll have to add the numerical representation with date#(...) either in Script or in Frontend as &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ did it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 12:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425400#M819777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T12:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425401#M819778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have again a different set of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample application. Can you pls help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have different &lt;STRONG&gt;a&lt;/STRONG&gt; values and&lt;STRONG&gt; b&lt;/STRONG&gt; values for one employee for the same month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425401#M819778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425402#M819779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have again a different set of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have attached the sample application in reply to sunny. Can you pls help me out with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now i have different &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;a&lt;/STRONG&gt; values and&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; b&lt;/STRONG&gt; values for one employee for the same month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425402#M819779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T13:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months rolling set analysis expression not working with aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425403#M819780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&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')), -5) 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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),'#.##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this expression works now ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-months-rolling-set-analysis-expression-not-working-with-aggr/m-p/1425403#M819780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T13:03:05Z</dc:date>
    </item>
  </channel>
</rss>

