<?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: calendar week with dates from 2 different years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399318#M148599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at WeekStart() function.&amp;nbsp; I think this will break over years OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 10:24:09 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-09-12T10:24:09Z</dc:date>
    <item>
      <title>calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399317#M148598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have lil problem. I have a chart that always shows all days of a month + days from the previous and following months when the the month start or end was in the middle of a week. for example the 01.03.2012 was a wedensday so i have in my chart also tuesday 28.02.2012 and monday 27.02.2012. ok my set analysis perfect for every month except january and december. I understand the problem but I dont know how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok the problem is:&lt;/P&gt;&lt;P&gt;01.01.2012 was a sunday so in my chart should show 31.12.2011 and so on... but the problem is that qv doesnt understand to take the previous year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the formula:&lt;/P&gt;&lt;P&gt;only({&amp;lt;#Filiale_KBS = , #KW = {'&amp;gt;=$(=Week(MakeDate(#Jahr,#Monat,1)))&amp;lt;=$(=week(MonthEnd(MakeDate(#Jahr,#Monat,1))))'}, #Monat = , FILIALEN_OG.KURZNAME, #LagerNr = , Artikelgruppen.RESSORT= , [Artikelgruppen.U RESSORT] = &amp;gt;}#Datum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oh and my chart has calendar week and weekday as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone have an idea how to solve this problem for januaray and december???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399317#M148598</guid>
      <dc:creator />
      <dc:date>2012-09-12T10:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399318#M148599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at WeekStart() function.&amp;nbsp; I think this will break over years OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399318#M148599</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-09-12T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399319#M148600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basicly you are right that weekstart jumps over the years but my problem now is that my chart wont show the date no more here is my formular maybe i did smth wrong (pretty sure i did) but i cant find the mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({&amp;lt;#Datum = {'&amp;gt;=$(=WeekStart(MakeDate(#Jahr,#Monat,1)))&amp;lt;=$(=WeekEnd(MonthEnd(MakeDate(#Jahr,#Monat,1))))'}, #Monat = &amp;gt;}#Datum)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399319#M148600</guid>
      <dc:creator />
      <dc:date>2012-09-12T10:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399320#M148601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try keeping your expressions simple by pushing what you can back to the script. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekStart(MakeDate(#Jahr,#Monat,1))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekStart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise please post your app to make it easier to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399320#M148601</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-09-12T10:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399321#M148602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#Jahr is the selected year and #Monat the selected month i found my mistake but it is still not showing the days of the previous year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399321#M148602</guid>
      <dc:creator />
      <dc:date>2012-09-12T10:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399322#M148603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah - OK.&amp;nbsp; If you post your app I maybe able to help further. Otherwise it's kind of guesswork.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399322#M148603</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-09-12T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: calendar week with dates from 2 different years</title>
      <link>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399323#M148604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok I found my mistake. I also had to ignore the year selection. Thanks i appriciate you help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calendar-week-with-dates-from-2-different-years/m-p/399323#M148604</guid>
      <dc:creator />
      <dc:date>2012-09-12T10:52:04Z</dc:date>
    </item>
  </channel>
</rss>

