<?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 Tmap problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tmap-problem/m-p/2350818#M117603</link>
    <description>&lt;P&gt;Hi, I’m Alessio Ramundo and I’m a student of the University of Calabria (Italy). I found a problem with the component tmap. When I choose the function getpartofdate, in the section ‘expression’ I can choose  ‘month’,’year’ or other as documentation. But if I would the semester or the quarter, is there a solution for this? I tried to write ‘SEMESTER’ or ‘QUARTER’ but it doesn’t work. I have only 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for the attention.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:38:42 GMT</pubDate>
    <dc:creator>ARamundo1687543498</dc:creator>
    <dc:date>2024-11-15T21:38:42Z</dc:date>
    <item>
      <title>Tmap problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-problem/m-p/2350818#M117603</link>
      <description>&lt;P&gt;Hi, I’m Alessio Ramundo and I’m a student of the University of Calabria (Italy). I found a problem with the component tmap. When I choose the function getpartofdate, in the section ‘expression’ I can choose  ‘month’,’year’ or other as documentation. But if I would the semester or the quarter, is there a solution for this? I tried to write ‘SEMESTER’ or ‘QUARTER’ but it doesn’t work. I have only 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for the attention.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-problem/m-p/2350818#M117603</guid>
      <dc:creator>ARamundo1687543498</dc:creator>
      <dc:date>2024-11-15T21:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-problem/m-p/2350819#M117604</link>
      <description>&lt;P&gt;Hi Alessio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately there aren't SEMESTER and QUARTER expressions for the getPartOfDate method, but you can achieve the same result by doing a division over the MONTH expression result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QUARTER: (TalendDate.getPartOfDate("MONTH", input_date))/3+1 //add one at the end to start at quarter 1 instead of 0&lt;/P&gt;&lt;P&gt;SEMESTER: (TalendDate.getPartOfDate("MONTH", input_date))/6+1 //add one at the end to start at semester 1 instead of 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Anselmo&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 19:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-problem/m-p/2350819#M117604</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-23T19:07:59Z</dc:date>
    </item>
  </channel>
</rss>

