<?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 Show only several last weeks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388040#M144799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I have historical data. I created chart with cyclic group (Week and Month).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I want to create some conditions, which show all data by Month and only dynamically last 12 weeks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2012 17:14:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-28T17:14:13Z</dc:date>
    <item>
      <title>Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388040#M144799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I have historical data. I created chart with cyclic group (Week and Month).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I want to create some conditions, which show all data by Month and only dynamically last 12 weeks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 17:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388040#M144799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T17:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388041#M144800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can I do sort of weeks?&lt;/P&gt;&lt;P&gt;I calculate week variable&lt;/P&gt;&lt;P&gt;WeekStart(date(oDate))&amp;amp; '-'&amp;nbsp; &amp;amp;WeekEnd(date(oDate)) as WEEK&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388041#M144800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388042#M144801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I select only last 12 weeks for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found &lt;/P&gt;&lt;P&gt;[Sort] Numeric Value -&amp;gt;Descending&lt;/P&gt;&lt;P&gt;[Dimension Limits] -&amp;gt; Show only First -&amp;gt; my value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it looks not naturally data decrease from left to right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Do you have other ideas?&lt;/P&gt;&lt;P&gt;Maybe max(week)-max(week)-12 or aggr&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 19:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388042#M144801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T19:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388043#M144802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Into your expression, use a Set Analisys to filter only 12 weeks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;oDate={"&amp;gt;=$(today()-84)"}&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 20:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388043#M144802</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2012-12-12T20:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388044#M144803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesn't work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 20:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388044#M144803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T20:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388045#M144804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 21:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388045#M144804</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2012-12-12T21:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388046#M144805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this syntax for set:&lt;/P&gt;&lt;P&gt;SUM(&lt;STRONG&gt;{&amp;lt;oDate={"$(='&amp;gt;=' &amp;amp; date(today()-84))"}&amp;gt;}&lt;/STRONG&gt; Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 21:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388046#M144805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T21:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388047#M144806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Vladmir,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Create a variable say Vweeks, and create a slider object from 1 to 12 ,Instead of the field name , select variables and in that list select the variable Vweeks. Go to the chart or the straight table which you want to show dynamically and in that Dimension limits ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;select&amp;nbsp; Show only LARGEST , = VWEEKS&amp;nbsp; variable in values place&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Ramesh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 21:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388047#M144806</guid>
      <dc:creator />
      <dc:date>2012-12-12T21:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388048#M144807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help. it works.&lt;/P&gt;&lt;P&gt;I have some questions&lt;/P&gt;&lt;P&gt;1. if today is Friday, it starts from last 12th Friday. I need always start from Monday.&lt;/P&gt;&lt;P&gt;2. how can it expression in dimension?&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388048#M144807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388049#M144808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;1) SUM(&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;{&amp;lt;oDate={"$(='&amp;gt;=' &amp;amp; weekstart(date(today()-84)))"}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;2) It´s better to have all weeks on a calendar at a script&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388049#M144808</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2012-12-13T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388050#M144809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want Monday on or earlier than 12 weeks back, it is&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;weekstart&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;today&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-size: 8pt;"&gt;84&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want it on or later than 12 weeks back:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;weekstart&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;today&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-77&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388050#M144809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T18:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388051#M144810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank guys,&lt;/P&gt;&lt;P&gt;that's I understand. But I use cyclic group Time, where Months, Weeks and Days.&lt;/P&gt;&lt;P&gt;I want to cut time frame for each Variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388051#M144810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T18:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388052#M144811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/msolomov" id="jive-393111140446178358652" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Michael Solomovich&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I have a question. It works, when my oDate has 1 value for each day (like 9/1/2012: 9/2/2012 ...)&lt;/P&gt;&lt;P&gt;But when I have oDate many value for each day (10 for 9/1/2012, 5 for 9/2/2012 ...)&lt;/P&gt;&lt;P&gt;My original date variable looks &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 111px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" width="111"&gt;9/1/2012 4:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 8:39&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 10:13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 12:31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 13:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 17:45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 19:07&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/1/2012 21:47&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/2/2012 11:38&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/2/2012 13:13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/2/2012 13:16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/2/2012 15:47&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/2/2012 17:55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 2:29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 11:35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 13:13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 14:02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 15:11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 20:29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 20:55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 21:08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 22:32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;9/3/2012 23:22&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I load it, I use date(original date variable) as oDate. I have 10, 5 value for each day.&lt;/P&gt;&lt;P&gt;iN EXPRESSION I USE&lt;/P&gt;&lt;P&gt;count({&amp;lt;oDate={"$(='&amp;gt;=' &amp;amp; WeekStart(date(today()-28))"}&amp;gt;}[Value])&lt;/P&gt;&lt;P&gt;it doesn't work.&lt;/P&gt;&lt;P&gt;Could you suggest anything how solve it?&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388052#M144811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-09T20:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388053#M144812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a rule, we don't need hours and minutes.&amp;nbsp; In this case I remove them on data load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(oDate)) as oDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FORM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388053#M144812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-09T20:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388054#M144813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see my attached file. I thought the problem in oDate variable, but no.&lt;/P&gt;&lt;P&gt;Could you check quickly what can be?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388054#M144813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-09T20:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388055#M144814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How select only last 4 weeks?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Please see my attached file.&lt;/SPAN&gt; I hope you find issue.&lt;/P&gt;&lt;P&gt;I don't know how connect my expression and dimension. I think the problem in it.&lt;/P&gt;&lt;P&gt;Maybe I'm wrong.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 18:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388055#M144814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-15T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388056#M144815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a variable as mentioned before called vWeeks and set value to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next create a slider where you tell in settings that Data is use by variable(s) and then select vWeeks.&lt;/P&gt;&lt;P&gt;Set values from 0 to for example 12 with an increment of 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;oDate={"&amp;gt;=$(=Date(WeekStart(date(today()))-($(vWeeks)*7)))"},[qID_3_Task completion]={'Yes'}&amp;gt;}[qID_3_Task completion])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;oDate={"&amp;gt;=$(=Date(WeekStart(date(today()))-($(vWeeks)*7)))"}&amp;gt;}TOTAL&amp;lt;WEEK&amp;gt; [qID_3_Task completion])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached file for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 21:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388056#M144815</guid>
      <dc:creator />
      <dc:date>2013-01-15T21:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388057#M144816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You attached my file without changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 21:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388057#M144816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-15T21:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388058#M144817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry. Try the new attached file. On the right side of the screen you see a slider (and a table below).&lt;/P&gt;&lt;P&gt;I also changed you graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting number of weeks in slider will change you graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 21:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388058#M144817</guid>
      <dc:creator />
      <dc:date>2013-01-15T21:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show only several last weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388059#M144818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I see. Thanks. &lt;/P&gt;&lt;P&gt;&amp;lt;oDate={"&amp;gt;=$(=Date(WeekStart(date(today()))-($(vWeeks)*7)))"}&lt;/P&gt;&lt;P&gt;I change ($(vWeeks)*7) for days&amp;nbsp; without slider.&lt;/P&gt;&lt;P&gt;Thank youuuuuu!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 21:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-several-last-weeks/m-p/388059#M144818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-15T21:24:04Z</dc:date>
    </item>
  </channel>
</rss>

