<?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 Week of month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205610#M62016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could also try Day(Today()-1)/7 + 1&lt;/P&gt;&lt;P&gt;Just replace Today() with the date from which you want the week&lt;/P&gt;&lt;P&gt;Regards.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Feb 2011 16:38:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-08T16:38:42Z</dc:date>
    <item>
      <title>Week of month</title>
      <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205608#M62014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI people&lt;/P&gt;&lt;P&gt;I need week of month expretion...Im still very new at Qlikview and realy need help...&lt;/P&gt;&lt;P&gt;Thanx for any help u can offer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 15:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205608#M62014</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2011-02-08T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Week of month</title>
      <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205609#M62015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Try In the script load:&lt;/P&gt;&lt;P&gt;week(Date) as nWeek&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 16:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205609#M62015</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2011-02-08T16:24:13Z</dc:date>
    </item>
    <item>
      <title>Week of month</title>
      <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205610#M62016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could also try Day(Today()-1)/7 + 1&lt;/P&gt;&lt;P&gt;Just replace Today() with the date from which you want the week&lt;/P&gt;&lt;P&gt;Regards.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 16:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205610#M62016</guid>
      <dc:creator />
      <dc:date>2011-02-08T16:38:42Z</dc:date>
    </item>
    <item>
      <title>Week of month</title>
      <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205611#M62017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just write in the script&lt;/P&gt;&lt;P&gt;If day(Date)&amp;lt;8, W1, IF(Day(Date)&amp;lt;15, W2, IF(Day(Date)&amp;lt;22, W3, W4 ))) as WeekofMonth&lt;/P&gt;&lt;P&gt;Just check the parentheses!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 16:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205611#M62017</guid>
      <dc:creator />
      <dc:date>2011-02-08T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Week of month</title>
      <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205612#M62018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a lot of very different things that "week of month" can mean. There are therefore a lot of possible answers. Here are a couple more possibilities from a working example application:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;,1+ceil((Date-floor(weekend(monthstart(Date),0,-1)))/7) as "US Week but Start and End in Month"&lt;BR /&gt;,1+ceil((Date-floor(weekend(monthstart(Date))))/7) as "ISO Week but Start and End in Month"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 00:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205612#M62018</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-09T00:58:39Z</dc:date>
    </item>
    <item>
      <title>Week of month</title>
      <link>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205613#M62019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Depende mucho de cómo lo necesites.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-of-month/m-p/205613#M62019</guid>
      <dc:creator />
      <dc:date>2012-04-25T15:57:01Z</dc:date>
    </item>
  </channel>
</rss>

