<?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: Rolling Period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146887#M375199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean, replace the -6 by -91?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 13:05:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-19T13:05:44Z</dc:date>
    <item>
      <title>Rolling Period</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146882#M375194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking to create a bar chart of a count over the last 7 days by day, so for today, sunday to saturday, tomorrow will show Monday to Sunday.&amp;nbsp; I'm sure this is easy but I can't get to grips with it.&amp;nbsp; I have a date and week fields in my data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 20:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146882#M375194</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-14T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Period</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146883#M375195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a bar chart with dimension DateField and as expression something like this (assuming a date format like 'MM/DD/YYYY' for your DateField, adapt accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&lt;STRONG&gt;{&amp;lt;DateField = {"&amp;gt;=$(=Date(Today()-6,'MM/DD/YYYY'))&amp;lt;=$(=Date(Today(),'MM/DD/YYYY'))"}, WeekField=&amp;gt;}&lt;/STRONG&gt; Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 21:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146883#M375195</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-14T21:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Period</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146884#M375196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, thats great. Next question, I now want to add another aspect to the calculation. So as well as the following expressions - =Count(DISTINCT{&amp;lt;[Date] = {"&amp;gt;=$(=Date(Today()-6,'DD/MM/YYYY'))&amp;lt;=$(=Date(Today(),'DD/MM/YYYY'))"}, [Financial Week]=&amp;gt;} [Issue ID]) - I want to look at only where the field&amp;nbsp; Reporting Area = Dissatisfaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 21:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146884#M375196</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-14T21:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Period</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146885#M375197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should be pretty simple, too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=Count(DISTINCT{&amp;lt;&lt;STRONG&gt;[Reporting Area]={'Dissatisfaction'},&lt;/STRONG&gt; Date] = {"&amp;gt;=$(=Date(Today()-6,'DD/MM/YYYY'))&amp;lt;=$(=Date(Today(),'DD/MM/YYYY'))"}, [Financial Week]=&amp;gt;} [Issue ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 21:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146885#M375197</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-14T21:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Period</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146886#M375198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Superb, worked a treat. Next question. Say i want a rolling 13 week. I do have week in my data so would i just swap week for date or even look use the current criteria but use 13 weeks worth of days, so, -91&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 07:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146886#M375198</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-19T07:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Period</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146887#M375199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean, replace the -6 by -91?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 13:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Period/m-p/1146887#M375199</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-19T13:05:44Z</dc:date>
    </item>
  </channel>
</rss>

