<?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 How to get week number in months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-get-week-number-in-months/m-p/1996375#M82499</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I need small help on how to get week numbers from the respective months. I used the WEEK qlik function to get the week from the month (week(Date_Field)) I got the week number for year like 43,44. I really do not want in this way.&lt;/P&gt;
&lt;P&gt;I want in this way if I selected for example OCT-2022 month, it should show 1,2, 3,4 weeks of the oct-2022 and week should start from Monday and end with Sunday,&lt;/P&gt;
&lt;P&gt;can any one help on this pls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 04:09:03 GMT</pubDate>
    <dc:creator>khadar</dc:creator>
    <dc:date>2022-10-25T04:09:03Z</dc:date>
    <item>
      <title>How to get week number in months</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-week-number-in-months/m-p/1996375#M82499</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I need small help on how to get week numbers from the respective months. I used the WEEK qlik function to get the week from the month (week(Date_Field)) I got the week number for year like 43,44. I really do not want in this way.&lt;/P&gt;
&lt;P&gt;I want in this way if I selected for example OCT-2022 month, it should show 1,2, 3,4 weeks of the oct-2022 and week should start from Monday and end with Sunday,&lt;/P&gt;
&lt;P&gt;can any one help on this pls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 04:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-week-number-in-months/m-p/1996375#M82499</guid>
      <dc:creator>khadar</dc:creator>
      <dc:date>2022-10-25T04:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get week number in months</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-week-number-in-months/m-p/1996377#M82500</link>
      <description>&lt;P&gt;I find it a bit troublesome to work with weeks in combination with months as there is no clean relationships between the two. A month can start on any weekday and stretch over a different amount of weeks.&lt;/P&gt;
&lt;P&gt;To solve this you could try to use the difference between the week of your date and the week of the start of the month. Like this:&lt;/P&gt;
&lt;P&gt;week(DateField)-week(monthstart(DateField))+1&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 05:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-week-number-in-months/m-p/1996377#M82500</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-10-25T05:04:00Z</dc:date>
    </item>
  </channel>
</rss>

