<?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 last six months rolling window not working on month Selection in chart/filter. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645655#M48133</link>
    <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I am using this logic&amp;nbsp;to calculate last six month rolling window average from last month to its last six months.&lt;BR /&gt;&lt;STRONG&gt;RangeAvg(Below(total avg({&amp;lt;MonthStart=&amp;gt;}Overall_Score),-1,6))&lt;BR /&gt;&lt;/STRONG&gt;(where monthStart Is my field name having values in the form of Month-Year)&lt;BR /&gt;&lt;BR /&gt;e.g: value in November 2019 will be the : average of values in (oct 2019,sept2019, aug 2019, Jul 2019, Jun 2019, May 2019)&lt;BR /&gt;The logic is working fine, however, when I am selecting any month in chart or from filter,It is not diplaying that last 6 month rolled up value.&lt;BR /&gt;I am getting the original value for that month.&lt;BR /&gt;Can anyone help me on this?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:41:46 GMT</pubDate>
    <dc:creator>mehek9074</dc:creator>
    <dc:date>2024-11-16T19:41:46Z</dc:date>
    <item>
      <title>last six months rolling window not working on month Selection in chart/filter.</title>
      <link>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645655#M48133</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I am using this logic&amp;nbsp;to calculate last six month rolling window average from last month to its last six months.&lt;BR /&gt;&lt;STRONG&gt;RangeAvg(Below(total avg({&amp;lt;MonthStart=&amp;gt;}Overall_Score),-1,6))&lt;BR /&gt;&lt;/STRONG&gt;(where monthStart Is my field name having values in the form of Month-Year)&lt;BR /&gt;&lt;BR /&gt;e.g: value in November 2019 will be the : average of values in (oct 2019,sept2019, aug 2019, Jul 2019, Jun 2019, May 2019)&lt;BR /&gt;The logic is working fine, however, when I am selecting any month in chart or from filter,It is not diplaying that last 6 month rolled up value.&lt;BR /&gt;I am getting the original value for that month.&lt;BR /&gt;Can anyone help me on this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645655#M48133</guid>
      <dc:creator>mehek9074</dc:creator>
      <dc:date>2024-11-16T19:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: last six months rolling window not working on month Selection in chart/filter.</title>
      <link>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645661#M48135</link>
      <description>&lt;P&gt;What is the purpose you are using "&lt;SPAN&gt;MonthStart&lt;/SPAN&gt;" as ignore field?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645661#M48135</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-12T07:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: last six months rolling window not working on month Selection in chart/filter.</title>
      <link>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645680#M48136</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was using it to ignore the selections on monthstart field.Just for the try to freeze the values,so that it won't change if user makes anyselection.&lt;BR /&gt;If I remove it, then also I am not getting expected output on month selection.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645680#M48136</guid>
      <dc:creator>mehek9074</dc:creator>
      <dc:date>2019-11-12T07:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: last six months rolling window not working on month Selection in chart/filter.</title>
      <link>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645727#M48140</link>
      <description>&lt;P&gt;If you are using Month as filter, This won't work since this expression will give the static way but dynamic If we are not selecting any? Perhaps this&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;If(GetSelectedCount(Month)&amp;gt;0,&lt;SPAN&gt; Sum({1&amp;lt;Month = {"&amp;gt;=$(=AddMonths(Max(Month),-6))&amp;lt;=$(=Max(Month))"}&amp;gt;} Overall_Score),RangeAvg(Below(total avg({&amp;lt;MonthStart=&amp;gt;}Overall_Score),-1,6)))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 09:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-six-months-rolling-window-not-working-on-month-Selection-in/m-p/1645727#M48140</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-12T09:34:31Z</dc:date>
    </item>
  </channel>
</rss>

