<?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 Whole Week On Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156032#M32068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;BR /&gt;&lt;BR /&gt;seems that I'm facing the same problem that Asim had a while ago. Unfortunately I'm still using the QVPE and can't open your attached file. Would you mind posting the set analysis formula? I want to show all order that were generated in the previous week - but only the previous week.&lt;BR /&gt;&lt;BR /&gt;I tried to use this one but I did not work out they way I wanted ;-))&lt;BR /&gt;&lt;BR /&gt;Sum({&amp;lt; Status = {'Offener Auftrag'}, [Erstellungsdatum] = {'&amp;gt;=$(=Week(Today() -1, 'DD.MM.YYYY'))'} &amp;gt;} [Auftragsmenge in Tonnen])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and best regards&lt;BR /&gt;Günter&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 08:54:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-23T08:54:25Z</dc:date>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156025#M32061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have two chart in my attached file. One of the chart shows some values for each week. And the other should show the latest whole week but there is something wrong in the file. For example today is 23rd of February I would like to present only last whole week (15-22 February interval) for the second chart. I want to see whole last week independently from the date selection. Would you please help me about it?&lt;/P&gt;&lt;P&gt;Hope to hear you soon.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 07:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156025#M32061</guid>
      <dc:creator />
      <dc:date>2010-02-23T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156026#M32062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;took a look at your file but struggled with the Turkish (?) language... see if the below helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 08:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156026#M32062</guid>
      <dc:creator />
      <dc:date>2010-02-23T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156027#M32063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;Thanks for your reply. But the result is not correct. You can cross check the result from the main chart. The values must be 180 , 142 ,142 for the last whole week. I made the correction by using below formula.Please check attached file. But I would like to learn using Set Analysis instead of above formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(Range='Last Week',Weekname(TARIHCQ))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 08:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156027#M32063</guid>
      <dc:creator />
      <dc:date>2010-02-23T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156028#M32064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;gotcha - you had for the dimension week&lt;STRONG&gt;-1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I've removed the -1 and it works. Basically it IS using set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=sum({1}&lt;BR /&gt;if(inweek(TARIHCQ,WeekStart(Today(2)),-1),YI_SAYI)&lt;BR /&gt;)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The {1} means it's applying the expression on the whole data set, regardless of the current selection. Give it a try - select any date and the chart will still show the latest week's data only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 09:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156028#M32064</guid>
      <dc:creator />
      <dc:date>2010-02-23T09:00:55Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156029#M32065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asim,&lt;/P&gt;&lt;P&gt;see the attached example for an SET ANALYSIS example.&lt;/P&gt;&lt;P&gt;Without selection: Graph shows the week before the actual week.&lt;/P&gt;&lt;P&gt;With selection: Week before selected week.&lt;/P&gt;&lt;P&gt;You can play around with it to become familiar with set Analysis.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 09:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156029#M32065</guid>
      <dc:creator />
      <dc:date>2010-02-23T09:14:53Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156030#M32066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;Thanks for your reply. But this is not the solution for me. I want to be static view after reloading. For example when I reload the document it is required to show the value for week before the actual week. It must not effected with the selection of date.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 10:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156030#M32066</guid>
      <dc:creator />
      <dc:date>2010-02-23T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156031#M32067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asim,&lt;/P&gt;&lt;P&gt;here a second try.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 13:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156031#M32067</guid>
      <dc:creator />
      <dc:date>2010-02-23T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Last Whole Week On Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156032#M32068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;BR /&gt;&lt;BR /&gt;seems that I'm facing the same problem that Asim had a while ago. Unfortunately I'm still using the QVPE and can't open your attached file. Would you mind posting the set analysis formula? I want to show all order that were generated in the previous week - but only the previous week.&lt;BR /&gt;&lt;BR /&gt;I tried to use this one but I did not work out they way I wanted ;-))&lt;BR /&gt;&lt;BR /&gt;Sum({&amp;lt; Status = {'Offener Auftrag'}, [Erstellungsdatum] = {'&amp;gt;=$(=Week(Today() -1, 'DD.MM.YYYY'))'} &amp;gt;} [Auftragsmenge in Tonnen])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and best regards&lt;BR /&gt;Günter&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 08:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Whole-Week-On-Chart/m-p/156032#M32068</guid>
      <dc:creator />
      <dc:date>2011-03-23T08:54:25Z</dc:date>
    </item>
  </channel>
</rss>

