<?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: First week of the Financial Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566503#M211342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="font-family: mceinline;"&gt;WeekName([Appointment_Date],0, DayNumberOfYear(makedate(year([Appointment_Date]), &lt;STRONG&gt;3&lt;/STRONG&gt;, &lt;STRONG&gt;30&lt;/STRONG&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no magic. Read the QV help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Apr 2014 09:47:43 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2014-04-12T09:47:43Z</dc:date>
    <item>
      <title>First week of the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566498#M211337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to split Year, Quarter, Month, Week and Day from my Date column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am incorporating Indian Financial Calender 2014-15 i.e First Month is April 14 and last Month is March 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your assistance to get the first week of the Financial Year i.e. the first week of Apri l14 should be the first week of the year, I am using Weekname function but am unable to get the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the Data and QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566498#M211337</guid>
      <dc:creator />
      <dc:date>2014-04-11T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: First week of the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566499#M211338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;According to QV help:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;"&lt;/SPAN&gt;If you want to work with weeks not starting midnight between Sunday and Monday, &lt;/P&gt;&lt;P&gt;indicate an offset &lt;STRONG&gt;in days&lt;/STRONG&gt; in &lt;SPAN class="Italic"&gt;weekoffset&lt;/SPAN&gt;."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So, you have to calculate the offset in days:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;WeekName([Appointment_Date],0, &lt;STRONG&gt;DayNumberOfYear(makedate(year([Appointment_Date]), 4, 1))&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 14:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566499#M211338</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-04-11T14:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: First week of the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566500#M211339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw for a calendar creation script that also generates the week numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 14:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566500#M211339</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-11T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: First week of the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566501#M211340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on the query on your DB.&lt;/P&gt;&lt;P&gt;For example in MySql :&lt;/P&gt;&lt;P&gt;Week(Data,3)&amp;nbsp;&amp;nbsp; means the first week of the year is 1 and the first day of week is Monday.&lt;/P&gt;&lt;P&gt;The Default as Week(Data) is the first weeh of day 1 and the first day of week Sunday.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 14:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566501#M211340</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-04-11T14:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: First week of the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566502#M211341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi White Line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code worked, however for the first week of the Year i.e 1st week of April 2014 the days getting highlighted are from 1st Apr 2014 to 07th Apr 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the 1st week of the year 2014, should start from 30th March 2014(Sunday) and end at 05th April 2014 (Saturday)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Apr 2014 04:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566502#M211341</guid>
      <dc:creator />
      <dc:date>2014-04-12T04:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: First week of the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566503#M211342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="font-family: mceinline;"&gt;WeekName([Appointment_Date],0, DayNumberOfYear(makedate(year([Appointment_Date]), &lt;STRONG&gt;3&lt;/STRONG&gt;, &lt;STRONG&gt;30&lt;/STRONG&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no magic. Read the QV help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Apr 2014 09:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-week-of-the-Financial-Year/m-p/566503#M211342</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-04-12T09:47:43Z</dc:date>
    </item>
  </channel>
</rss>

