<?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: Creation of a weeknumber based on the existing columns in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030475#M7298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the weeknumber for the same data you have provided? I guess what would be the output for the given data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 12:08:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-27T12:08:52Z</dc:date>
    <item>
      <title>Creation of a weeknumber based on the existing columns</title>
      <link>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030474#M7297</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;Can anyone help with the code to achieve the WEEK_NUMBER like 201601,201602,201603,....201652. Based on either Date or Week&lt;/P&gt;&lt;P&gt;column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example data for the Date and Week columns are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &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>Wed, 27 Apr 2016 12:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030474#M7297</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-27T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a weeknumber based on the existing columns</title>
      <link>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030475#M7298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the weeknumber for the same data you have provided? I guess what would be the output for the given data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 12:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030475#M7298</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-27T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a weeknumber based on the existing columns</title>
      <link>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030476#M7299</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;this should it be. I used a preceding load before the inline-load.&lt;/P&gt;&lt;P&gt;If this helps you please mark it as helpful or answerd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date#(Mid(Date,7), 'YYYY-MM-DD')) &amp;amp; Num(Week(Date#(Mid(Date,7), 'YYYY-MM-DD')), '00') AS Date_Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date#(Mid(Week,4), 'MM-DD-YYYY')) &amp;amp; Num(Week(Date#(Mid(Week,4), 'MM-DD-YYYY')), '00') AS Week_Week;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Week&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAT - 2015-06-27, Wk 06-22-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRI - 2015-11-06, Wk 11-02-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUN - 2015-06-21, Wk 06-15-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUN - 2015-09-20, Wk 09-14-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRI - 2015-12-18, Wk 12-14-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRI - 2015-12-18, Wk 12-14-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WED - 2016-03-02, Wk 02-29-2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUN - 2015-06-21, Wk 06-15-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TUE - 2016-03-01, Wk 02-29-2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRI - 2015-11-06, Wk 11-02-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TUE - 2015-08-11, Wk 08-10-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUN - 2015-09-20, Wk 09-14-2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRI - 2015-11-06, Wk 11-02-2015&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 12:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030476#M7299</guid>
      <dc:creator>thkarner</dc:creator>
      <dc:date>2016-04-27T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of a weeknumber based on the existing columns</title>
      <link>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030477#M7300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty 4u,&lt;/P&gt;&lt;P&gt;you marked my answer as helpful. What is missing to mark it as correct answer?&lt;/P&gt;&lt;P&gt;Do you need any explanation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 12:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Creation-of-a-weeknumber-based-on-the-existing-columns/m-p/1030477#M7300</guid>
      <dc:creator>thkarner</dc:creator>
      <dc:date>2016-04-27T12:58:41Z</dc:date>
    </item>
  </channel>
</rss>

