<?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 do I display last 30 days, but accumulate from entire data set in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908767#M315578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(CreatedDate)) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(CreatedDate) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Master ID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatedDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Issue Status]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_173461.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count(DISTINCT {&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddMonths(MonthStart(Max(Date)), -1)) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max(Date))))"}, MonthYear = &amp;gt;}[Master ID]) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Count(DISTINCT {&amp;lt;MonthYear = &amp;gt;} [Master ID]), 0, RowNo())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 17:57:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-21T17:57:55Z</dc:date>
    <item>
      <title>How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908760#M315571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am tasked with creating some metrics based on currently selected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I use an "auto-sizing" dimension variable that changes the chart dimension based on how much data is available.&amp;nbsp; I am also (thanks to help from here) now able to accumulate proper numbers over time.&amp;nbsp; I allow the users to select several different fields from list boxes to narrow down what the chart shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do now is shrink the visible window in the chart to the past 30 days, but accumulate over the entire data set so that the last number display is the current total of all issues based on selections.&amp;nbsp; Below is a copy of my chart, and the dimension I currently use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on experimentation, if I use set analysis in my expression and use the 1, it would appear to invalidate selections made by the user.&amp;nbsp; I currently use the $ to do analysis based on current selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I limit my view to 30 days without impacting my accumulated values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Count(DISTINCT&amp;nbsp; {$&amp;lt;[Target Gate] = {'Alpha - platform'}&amp;gt;} [Master ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;=if(GetPossibleCount([CreatedDate]) &amp;lt;=36, Date([CreatedDate], 'YYYY-MM-DD'), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(GetPossibleCount([Created MonthYear]) &amp;lt;= 36, Date([Created MonthYear],'MMM-YY'), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Year]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93524_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908760#M315571</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908761#M315572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using full accumulation in your chart? If that's true you won't be able to display partially and yet show full accumulation. For this you will have to use RangeSum(Above()) functions. Do you have a sample data you can share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908761#M315572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T16:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908762#M315573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using full accumulation.&amp;nbsp; Here is a sample of the data I'm using (I've cut it down from the several thousand items it actually is).&amp;nbsp; The CreatedDate field is a calendar table linked to a master calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93526_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908762#M315573</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908763#M315574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to give this data in a excel file? I would have to type that information in manually otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908763#M315574</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T16:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908764#M315575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the sample data in Excel format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908764#M315575</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908765#M315576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93538_Capture.PNG" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908765#M315576</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T17:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908766#M315577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Qlikview program is telling me if I open that file, I won't be able to open any other files created with my current key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way to post the Dimension and Expression used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908766#M315577</guid>
      <dc:creator />
      <dc:date>2015-07-21T17:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908767#M315578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(CreatedDate)) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(CreatedDate) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Master ID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatedDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Issue Status]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_173461.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count(DISTINCT {&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddMonths(MonthStart(Max(Date)), -1)) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max(Date))))"}, MonthYear = &amp;gt;}[Master ID]) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Count(DISTINCT {&amp;lt;MonthYear = &amp;gt;} [Master ID]), 0, RowNo())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908767#M315578</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T17:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908768#M315579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, took me a little while to parse what you were doing (date math in Set Analysis still messes with my head sometimes). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it working, and it gives me two months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I'm trying to understand the set analysis you've got in there as I'm sure it will come in handy in other places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming by specifying no modifier the set analysis takes places on the currently selected data?&lt;/P&gt;&lt;P&gt;I understand the Date= at the start of the set analysis.&amp;nbsp; Everything after that I'm lost.&amp;nbsp; It looks like a Set Analysis inside a set analysis? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also don't understand the MonthYear = at the end.&amp;nbsp; Is that stating that as long as there's a value for MonthYear, make the comparison?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm asking because I'm going to convert this expression so I chart MonthDay, instead of MonthYear.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908768#M315579</guid>
      <dc:creator />
      <dc:date>2015-07-21T19:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908769#M315580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way to understand the date math is to put the middle part in a test box object to see what it evaluates to. This&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(MonthStart(Max(Date)), -1)) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max(Date)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am telling the expression to only select dates between this range and MonthYear =&amp;nbsp; means that disregard any selections made in MonthYear field because I am controlling MonthYear indirectly through Date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that clear some things?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908769#M315580</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908770#M315581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That definitely cleared quite a few things up.&amp;nbsp; I never thought to use a text object to vet expressions (was actually looking for a way to do that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite a handy tip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908770#M315581</guid>
      <dc:creator />
      <dc:date>2015-07-21T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908771#M315582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you were able to learn a new trick here today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/908771#M315582</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T19:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display last 30 days, but accumulate from entire data set in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/2135334#M1224796</link>
      <description>&lt;P&gt;&lt;STRONG&gt;If(Count(DISTINCT {&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddMonths(MonthStart(Max(Date)), -1)) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max(Date))))"}, MonthYear = &amp;gt;}[Master ID]) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Count(DISTINCT {&amp;lt;MonthYear = &amp;gt;} [Master ID]), 0, RowNo())))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;this expression actually helped me for one of the instances. thanks a lot&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 10:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-last-30-days-but-accumulate-from-entire-data/m-p/2135334#M1224796</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2023-11-07T10:43:09Z</dc:date>
    </item>
  </channel>
</rss>

