<?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 AW:Re: AW:Re: Running 30 day average in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298925#M1200011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is hard to say without knowing your data and application...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 17:47:32 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2011-01-06T17:47:32Z</dc:date>
    <item>
      <title>Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298918#M1199999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;I'm having trouble getting QlikView to do what I believe is probably a relatively simple task...&lt;/P&gt;&lt;P&gt;I'd like it to calculate the running 30 day average of a certain expression. In this case the average Sales per User within the last 30 days before a given date. So for any date it should calculate the average based on the preceeding 30 days.&lt;/P&gt;&lt;P&gt;Here's how I calculate my current average Sales per User:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;sum({&amp;lt;LoginDays={'&amp;gt;4'}&amp;gt;} Sales)/count({&amp;lt;LoginDays={'&amp;gt;4'}&amp;gt;} distinct UserID)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm using set analysis because I only want to count the users who have a certain amount of LoginDays, in this case 5.&lt;/P&gt;&lt;P&gt;Can anyone help me do a 30 day running average based on this calculation?&lt;/P&gt;&lt;P&gt;Thank you very much in advance for any advice you can give me. I'm learning to use QlikView the hard way and any help is much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 15:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298918#M1199999</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-05T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298919#M1200001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei attach is an example&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298919#M1200001</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-01-05T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298920#M1200003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you very much for the reply, but I'm not quite sure I understand your suggestion. Using your example I tried to apply it to my own data in the graph in question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum({&amp;lt;LoginDays={'&amp;gt;4'},Date={"&amp;gt;=$(=max(Date)-30) &amp;lt;$(=max(Date))"}&amp;gt;} Sales)&lt;BR /&gt;/count({&amp;lt;LoginDays={'&amp;gt;4'},Date={"&amp;gt;=$(=max(Date)-30) &amp;lt;$(=max(Date))"}&amp;gt;} distinct UserID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But that just seems to give me the daily Sales per User for the last 30 days of my time selection. I have Date as my dimension variable. Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 13:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298920#M1200003</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-06T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298921#M1200005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could I somehow use rangesum and rangecount to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 15:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298921#M1200005</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-06T15:40:07Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298922#M1200007</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;A&gt;we're using something like this:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;rangeavg(above(sum(Sales),0,30))&lt;BR /&gt;rangeavg(above(sum({$&amp;lt;LoginDays={'&amp;gt;4'}&amp;gt;} Sales),0,30))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But, I'm not sure about the set analysis with your field LoginDays... Try it first without set analysis.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298922#M1200007</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-01-06T16:13:38Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298923#M1200009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;It's possible to do what you suggest both with and without set analysis - but it's not really what I was looking for.&lt;/P&gt;&lt;P&gt;Firstly, your solution gives me the average DAILY sales for the last 30 days. I was looking to also divide this average with the number of users, so it should also count the number of Users within that time period and divide the sales by that count.&lt;/P&gt;&lt;P&gt;Secondly, It's not dynamic. In the sense that it begins counting from the first Date I select as my timeinterval. When in fact it should count from that day -30 days. Do you see my point? So a sort of dynamic accumulation of Sales and dynamic count of Users and the two divided with each other. If that makes sense...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298923#M1200009</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-06T16:41:24Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298924#M1200010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An easier way to explain it would be that for any given date, I need to calculate the total Sales divided by number of distinct users within the last 30 days of that date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298924#M1200010</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-06T16:56:39Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298925#M1200011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is hard to say without knowing your data and application...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 17:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298925#M1200011</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-01-06T17:47:32Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298926#M1200012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Above works OK (with or without the set expression), but it only takes into account data that is in the table. If there are missing days, then above(..,30) will include more tham 30 days in the expression. It also cannot look back beyond the start of the table, if you have some other selections active (such as a Month field selection)&lt;/P&gt;&lt;P&gt;I expect that a better approach would be to use a date island. I have attached a demo of this which hopefully will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 17:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298926#M1200012</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-06T17:48:04Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298927#M1200013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea right now but you could fill the empty days with Sales=0....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 19:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298927#M1200013</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-01-06T19:30:16Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298928#M1200014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;I think you're definately on the right track. However, I'm not quite sure what a date island is, but after looking at you're example, I'm starting to get the picture. You're pretty much spot on in the way you have the data structured, that's pretty much a simplified version of the data I'm working with. However, I don't have missing dates, so that's not a problem.&lt;/P&gt;&lt;P&gt;Only problem is, you're solution involves doing it at the load script level. But since it's only on the dates, it shouldn't effect load time significantly, right?&lt;/P&gt;&lt;P&gt;I'm going to study your file and see if I can adopt it to my data.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 10:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298928#M1200014</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-07T10:08:40Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298929#M1200016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just to clarify - a date island is a date table that is not connected to any other tables in the model (hence island). It exists to be used as a chart dimension for cases such as your problem. The expressions are connected to the date dimension via the if() statements. For example, I used:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;LoginDays={'&amp;gt;4'}, Date=&amp;gt;} &lt;B&gt;If(Date &amp;gt; diDate - vDateRange AND Date &amp;lt;= diDate, Sales)&lt;/B&gt;)&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;For the sales over the last 30 days. The set expressions for LoginDays is per your original post, and the &lt;B&gt;Date=&lt;/B&gt; clause is to prevent a date selection from affecting the result. If you have other date fields (such as Month, Quarter, Year) which may be involved in selections, you should add them to the set expression.&lt;/P&gt;&lt;P&gt;The If() statement gets Sales where trhe Date is between the dimension date (diDate) and the date 30 days before the dimension date (or whatever number of days in &lt;B&gt;vDateRange&lt;/B&gt;).&lt;/P&gt;&lt;P&gt;The load time implications will be negligible, as the table is populated by a few hundred calculated dates (depending on the date range in your data). Determining the min and max dates could take a little time if your main fact table is millions of lines in size.&lt;/P&gt;&lt;P&gt;The other problem that this approach solves is this. Assume that you would like to see the data one month at a time. So you would have a diMonth selection active. This approach will still correctly calculate the previous &lt;B&gt;vDateRange&lt;/B&gt; days for the first day of the month, second day and so on). Verify that by making a selection on diDate to limit the chart/table range.&lt;/P&gt;&lt;P&gt;A final point is that the if expressions assume the dates to be pure date values, not date/time (timestamp). If not, the last part of the If statement should read:&lt;/P&gt;&lt;P&gt;&lt;B&gt;AND Floor(Date) &amp;lt;= diDate,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 10:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298929#M1200016</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-07T10:41:44Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298930#M1200018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;Thank you very much for clearifying the Date Island solution, I get the principle know!&lt;/P&gt;&lt;P&gt;However, I can't get it to function in practicality...&lt;/P&gt;&lt;P&gt;I used your script to add to my existing script, so that I got diDate in there.&lt;/P&gt;&lt;P&gt;I created a table using diDate as dimension and the following expression for the 30 day base:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;LoginDays={'&amp;gt;4'}, Date=&amp;gt;} If(Date &amp;gt; diDate - vDateRange AND Date &amp;lt;= diDate, Sales))&lt;BR /&gt;/Count({&amp;lt;LoginDays={'&amp;gt;4'},Date=&amp;gt;} Distinct If(Date &amp;gt; diDate - vDateRange AND Date &amp;lt;= diDate, emailid))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But the graph is stil just showing the accumulated sales starting from the first date in the selection and forwards... Also, It is taking QlikView a LONG time to calculate the graph. The loading bar for the graph is really slow. Here's the result shown once the graph is done loading:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/6562.QVScreen1.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/6562.QVScreen1.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is even though I used diDate as dimension but selected the period using the ordinary Date field in my data...&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 14:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298930#M1200018</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-07T14:12:33Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298931#M1200020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mads&lt;/P&gt;&lt;P&gt;First the easy question - since the date selection is overridden in the expressions, it should have no effect on the graph.&lt;/P&gt;&lt;P&gt;I expect that the performance will be slower than normal associations, as the association is happening with the interpreted expression, rather than using QV's internal associations.&lt;/P&gt;&lt;P&gt;I increased the test data set to &amp;gt; 100,000 rows, and I did notice a drop in performance, but only if I tried to display the entire data set. If I put a month filter (using diMonth, diYear), then I noticed no impact.&lt;/P&gt;&lt;P&gt;It comes to how big your data set is. If it is really large, and you don't need flexibility in the number of days, you could aggregate the sales and user counts in the load script. Your table then have a Sales30Days and User30Days fields. It will increase the model size somewhat, and reduce your flexibility, but will improve the graphs performance, as you would not be aggregating or using the data island.&lt;/P&gt;&lt;P&gt;If the charts performs OK if limited to a month at a time, you could design your chart so that it only displays the last 30 days, or put a calc condition for Count(distinct diMonth)=1 on the chart so that it only displays when a month is selected.... etc etc&lt;/P&gt;&lt;P&gt;As is often the case with these type of issues, there are several options, and best depends on the specific data set/problem.&lt;/P&gt;&lt;P&gt;Hope that all helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 15:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298931#M1200020</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-07T15:34:37Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298932#M1200022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the model with 100k+ records.&lt;/P&gt;&lt;P&gt;Warning file is quite large (7MB)&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 15:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298932#M1200022</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-07T15:42:05Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298933#M1200024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;I was figuring you would say that about the accumulative fields in the load script. Unfortunately that's not really an option.&lt;/P&gt;&lt;P&gt;1. I have a single record for every user interaction with my site, including sales, so there is really no where to include the 30 day sales count and user count.&lt;/P&gt;&lt;P&gt;2. I'd like to be able to do the 30 day thing with a lot of the variables in the data set, not just the sales. So for that I would have to add a lot of extra fields to my data set, making it even larger.&lt;/P&gt;&lt;P&gt;I really appreciate all the work you've put into helping me. I must admit I thought this would be a much easier task for QlikView. I'm a little disappointed that it's not easier to do since this 30 day measurement is something that we use quite often in my company - since we define users as someone who's interacted with the site within the last 30 days.&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 15:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298933#M1200024</guid>
      <dc:creator>madsgrathe</dc:creator>
      <dc:date>2011-01-07T15:47:56Z</dc:date>
    </item>
    <item>
      <title>Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298934#M1200026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer was perfect! it' worked excelent at my QV. Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 17:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298934#M1200026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-24T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running 30 day average</title>
      <link>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298935#M1200028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i resolved it in a nicer way, i wanted to add a dimension called period so i can select or deselect it, that way i can use it in bookmarks, you can see my implementation, i wanted:&lt;/P&gt;&lt;P&gt;7 last days - 1w.&lt;/P&gt;&lt;P&gt;last month - 1m - 30 days.&lt;/P&gt;&lt;P&gt;last year - 365 days back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see my solution in the attached file, you can add more periods or change the calender the same way that was suggested in:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/83904"&gt;Qlikview Financial periods (MTD, YTD, LMTD, LYYTD)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-30-day-average/m-p/298935#M1200028</guid>
      <dc:creator>yakir_manor</dc:creator>
      <dc:date>2015-05-21T14:25:44Z</dc:date>
    </item>
  </channel>
</rss>

