<?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: make a week number a proper weekending date e.g. 'DD-MM'YYY' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258339#M97533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 02:25:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-19T02:25:30Z</dc:date>
    <item>
      <title>make a week number a proper weekending date e.g. 'DD-MM'YYY'</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258335#M97529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi does anyone know how i can convert a week number (0-52) into a weekending date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. week number 1 = weekending 10-04-2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i write a formula so that week 1 can be '10-04-2011'&lt;/P&gt;&lt;P&gt;similarly week 2 to appear as 17-04-2011'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 16:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258335#M97529</guid>
      <dc:creator />
      <dc:date>2011-06-01T16:10:59Z</dc:date>
    </item>
    <item>
      <title>make a week number a proper weekending date e.g. 'DD-MM'YYY'</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258336#M97530</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;you could use makeweekdate() for that and then weekend().&lt;/P&gt;&lt;P&gt;So i.e.: &lt;EM&gt;weekend&lt;/EM&gt;(&lt;EM&gt;MakeWeekDate&lt;/EM&gt;(2011,1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this solve your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gerald &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;P&gt;&lt;A href="http://www.globeqlik.com"&gt;http://www.globeqlik.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Join the GlobeQlik- User Group &lt;A _jive_internal="true" href="https://community.qlik.com/groups/join-group!input.jspa?socialGroup=1087&amp;amp;view=overview"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 16:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258336#M97530</guid>
      <dc:creator />
      <dc:date>2011-06-01T16:38:08Z</dc:date>
    </item>
    <item>
      <title>make a week number a proper weekending date e.g. 'DD-MM'YYY'</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258337#M97531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm guessing you might have weekyear date in the following format YYYYWW (e.g. 201101), then you could use a expression similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(weekend(MakeWeekDate(left(WeekYearField,4),right(WeekYearField,2))),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 16:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258337#M97531</guid>
      <dc:creator />
      <dc:date>2011-06-01T16:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: make a week number a proper weekending date e.g. 'DD-MM'YYY'</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258338#M97532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helpful thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258338#M97532</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-04-26T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: make a week number a proper weekending date e.g. 'DD-MM'YYY'</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258339#M97533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 02:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-week-number-a-proper-weekending-date-e-g-DD-MM-YYY/m-p/258339#M97533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-19T02:25:30Z</dc:date>
    </item>
  </channel>
</rss>

