<?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: Need a Calender with week and Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-a-Calender-with-week-and-Month/m-p/980924#M334896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a date from your WeekField like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#(subfield(YourWeekField, '-', 1) &amp;amp; '/2015', 'DD/MMMM/YYYY') // year is manually added&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; which results in&lt;/P&gt;&lt;P&gt;date#('06/September/2015', 'DD/MMMM/YYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and which could be use within date-functions like&lt;/P&gt;&lt;P&gt;month(date#('06/September/2015', 'DD/MMMM/YYYY')) or&lt;/P&gt;&lt;P&gt;week(date#('06/September/2015', 'DD/MMMM/YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need only create the date and the other period-fields would be associated per master-calendar: &lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And would be happens after you transformed your crosstable into a normal table: &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 15:32:20 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-10-01T15:32:20Z</dc:date>
    <item>
      <title>Need a Calender with week and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-Calender-with-week-and-Month/m-p/980923#M334895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi Guys,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have a table of time sheet. In this table I am getting data in weeks.Example week is 06/September-12/September,13/September-19/September etc.If week is 27/September-03/October then this week will fall under Sep only not Oct.I have a requirement that I need Year ,Month, week and week Number in qlikview.So that I can create a calendar.Year,Month,Weeks should associate with full data set.Fiscal Year started from Apr to Mar (Next Year)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I would request you to help in this logic.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Rishi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-Calender-with-week-and-Month/m-p/980923#M334895</guid>
      <dc:creator>rishikeshtiwari</dc:creator>
      <dc:date>2015-10-01T14:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Calender with week and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-Calender-with-week-and-Month/m-p/980924#M334896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a date from your WeekField like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#(subfield(YourWeekField, '-', 1) &amp;amp; '/2015', 'DD/MMMM/YYYY') // year is manually added&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; which results in&lt;/P&gt;&lt;P&gt;date#('06/September/2015', 'DD/MMMM/YYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and which could be use within date-functions like&lt;/P&gt;&lt;P&gt;month(date#('06/September/2015', 'DD/MMMM/YYYY')) or&lt;/P&gt;&lt;P&gt;week(date#('06/September/2015', 'DD/MMMM/YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need only create the date and the other period-fields would be associated per master-calendar: &lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And would be happens after you transformed your crosstable into a normal table: &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-Calender-with-week-and-Month/m-p/980924#M334896</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-01T15:32:20Z</dc:date>
    </item>
  </channel>
</rss>

