<?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: MakeWeekDate with ISO8601 Standard - December Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238393#M393628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly as I'm trying to make the date, I don't have the date to be able to apply the YearWeek value to. My data is only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year = 2017&lt;/P&gt;&lt;P&gt;Week = 52&lt;/P&gt;&lt;P&gt;DayOfWeek = 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there, I have to use MakeWeekDate, which needs at least the correct year and week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 17:18:44 GMT</pubDate>
    <dc:creator>Dayna</dc:creator>
    <dc:date>2017-02-09T17:18:44Z</dc:date>
    <item>
      <title>MakeWeekDate with ISO8601 Standard - December Dates</title>
      <link>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238391#M393626</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 have some values in a report, but sadly, I don't have a date so I have to create it using the function MakeWeekDate. This has been fine, and what I do is pass through the week number, year, and day of week:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makeweekdate(Year, Week, DayOfWeek)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This normally gives me the value I desire... All good... However, turning the year and how the calendar falls, week 52 is technically 2017 rather than 2016, so the above calculate would give a date of 31/12/2017, rather than 31/12/2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The test values to replicate is:&lt;/P&gt;&lt;P&gt;Year: 2017&lt;/P&gt;&lt;P&gt;Week Number: 52&lt;/P&gt;&lt;P&gt;Day of Week: 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find an article about redefining week numbers, but as I don't have a date, I'm not sure if this is valid but does explain the ISO8601 date standards well (&lt;A href="https://community.qlik.com/qlik-blogpost/3545"&gt;Redefining the Week Numbers&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help, please? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238391#M393626</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-02-08T18:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: MakeWeekDate with ISO8601 Standard - December Dates</title>
      <link>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238392#M393627</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;In this case your week is broken between 2 diff years. I think you need to consider&amp;nbsp; "Weekyear "&amp;nbsp; instead of "Year" in order to make date by using function : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;makeweekdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample example.&amp;nbsp; Maybe you are looking for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238392#M393627</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-08T18:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: MakeWeekDate with ISO8601 Standard - December Dates</title>
      <link>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238393#M393628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly as I'm trying to make the date, I don't have the date to be able to apply the YearWeek value to. My data is only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year = 2017&lt;/P&gt;&lt;P&gt;Week = 52&lt;/P&gt;&lt;P&gt;DayOfWeek = 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there, I have to use MakeWeekDate, which needs at least the correct year and week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238393#M393628</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2017-02-09T17:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: MakeWeekDate with ISO8601 Standard - December Dates</title>
      <link>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238394#M393629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well I am not very sure maybe &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&amp;nbsp; can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MakeWeekDate-with-ISO8601-Standard-December-Dates/m-p/1238394#M393629</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-09T17:41:41Z</dc:date>
    </item>
  </channel>
</rss>

