<?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: Calender in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815280#M535831</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;/P&gt;&lt;P&gt;all depends on your concept of week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is &lt;A href="https://community.qlik.com/qlik-blogpost/3545"&gt;Redefining the Week Numbers&lt;/A&gt; the best link on week definition on QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 10:52:43 GMT</pubDate>
    <dc:creator>agomes1971</dc:creator>
    <dc:date>2015-01-05T10:52:43Z</dc:date>
    <item>
      <title>Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815275#M535826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the calender, when I select the first quarter(q1), week displays 1,2,3,4,....14 and 52 also how to solve this?&lt;/P&gt;&lt;P&gt;And how to avoid 52nd week?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 07:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender/m-p/815275#M535826</guid>
      <dc:creator />
      <dc:date>2015-01-05T07:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815276#M535827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender/m-p/815276#M535827</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-01-05T08:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815277#M535828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is not anything wrong with your script.&lt;/P&gt;&lt;P&gt;I.e. 2012-01-01 was part of week 52. The same issue is found with 2011-01-01 and 2006-01-01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you think it should be solved? Do you want to move the date to the next week, or what do you see as solution that makes sense?&lt;/P&gt;&lt;P&gt;It can be solved....the question is, why and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender/m-p/815277#M535828</guid>
      <dc:creator>martin_dideriks</dc:creator>
      <dc:date>2015-01-05T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815278#M535829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Week() funtion will return '52' for '01/01/2012' and '52' for '30/12/2012'.&lt;/P&gt;&lt;P&gt;Also will return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '1' for '01/01/2013' and '1' for '30/12/2013' it depends if the first week of the year takes more days from the ending of the last year or the starting of the new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this you can use in script an expression like:&lt;/P&gt;&lt;P&gt;Ceil((Date-YearStart(Date)+WeekDay(YearStart(Date))+1)/7) --&amp;gt; This will return a week number starting by 1 and ending by 52-54&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender/m-p/815278#M535829</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-05T08:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815279#M535830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can view the blog &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN class="font-color-normal"&gt;Redefining the Week Numbers&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/01/27/week-numbers"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/27/week-numbers&lt;/A&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/01/27/week-numbers"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/27/week-numbers&lt;/A&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender/m-p/815279#M535830</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2015-01-05T08:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Calender/m-p/815280#M535831</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;/P&gt;&lt;P&gt;all depends on your concept of week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is &lt;A href="https://community.qlik.com/qlik-blogpost/3545"&gt;Redefining the Week Numbers&lt;/A&gt; the best link on week definition on QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 10:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender/m-p/815280#M535831</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2015-01-05T10:52:43Z</dc:date>
    </item>
  </channel>
</rss>

