<?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 date dimension in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195988#M336</link>
    <description>&lt;P&gt;need to generate a date dimension table. what is the function to generate the week based on the date and not the day?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg. If 31st dec is a Wednesday, it should be week 52, and Jan 1st should be week 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 08 Feb 2020 16:28:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-08T16:28:32Z</dc:date>
    <item>
      <title>date dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195988#M336</link>
      <description>&lt;P&gt;need to generate a date dimension table. what is the function to generate the week based on the date and not the day?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg. If 31st dec is a Wednesday, it should be week 52, and Jan 1st should be week 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 16:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195988#M336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-08T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: date dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195989#M337</link>
      <description>&lt;A href="http://diethardsteiner.blogspot.com/2012/02/talend-open-studio-populating-date.html?m=1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://diethardsteiner.blogspot.com/2012/02/talend-open-studio-populating-date.html?m=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Above an example of date dimension. Function used changed to latest version. E.g.&lt;BR /&gt;&lt;BR /&gt;int weekOfYear = TalendDate.getPartOfDate("WEEK_OF_YEAR",date);&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Feb 2020 16:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195989#M337</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-02-08T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: date dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195990#M338</link>
      <description>&lt;P&gt;it is giving us the date of the year. we want to extract week of the month.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;like from 23rd to 29th of feb should be week 4 of feb&lt;/P&gt;
&lt;P&gt;1st march to 7th march should be week 1 of march&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to resolve this?&lt;/P&gt;
&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 17:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195990#M338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-08T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: date dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195991#M339</link>
      <description>Try
&lt;BR /&gt;
&lt;BR /&gt;TalendDate.getPartOfDate("WEEK_OF_MONTH", row1.date)
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Feb 2020 17:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-dimension/m-p/2195991#M339</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-02-08T17:26:34Z</dc:date>
    </item>
  </channel>
</rss>

