<?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 Adding  Product Season column in a table in the script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2123366#M91431</link>
    <description>&lt;P&gt;I have a table that set Season collections like below:&lt;/P&gt;
&lt;P&gt;SeasonLaunch:&lt;BR /&gt;Season. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Date_ini &amp;nbsp; &amp;nbsp; &amp;nbsp; | Date_end&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Winter_20 &amp;nbsp; &amp;nbsp; | 01/03/2020 l 01/08/2020&lt;BR /&gt;&lt;/SPAN&gt;Summer_21 | 01/09/2020 | 28/02/2021&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SalesTable:&lt;BR /&gt;&lt;SPAN&gt;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; | Sales_Date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ProductTable:&lt;/P&gt;
&lt;P&gt;Product &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I need to classify the products based on their first sales date by adding the ‘SeasonLaunch’ column to the ‘ProductTable’ in the script.example:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product A, 1o. sale was in 20/05/2019, them SeasonLaunch is: &amp;nbsp;Winter_19&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 09:57:41 GMT</pubDate>
    <dc:creator>Rodlibar</dc:creator>
    <dc:date>2023-09-28T09:57:41Z</dc:date>
    <item>
      <title>Adding  Product Season column in a table in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2123366#M91431</link>
      <description>&lt;P&gt;I have a table that set Season collections like below:&lt;/P&gt;
&lt;P&gt;SeasonLaunch:&lt;BR /&gt;Season. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Date_ini &amp;nbsp; &amp;nbsp; &amp;nbsp; | Date_end&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Winter_20 &amp;nbsp; &amp;nbsp; | 01/03/2020 l 01/08/2020&lt;BR /&gt;&lt;/SPAN&gt;Summer_21 | 01/09/2020 | 28/02/2021&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SalesTable:&lt;BR /&gt;&lt;SPAN&gt;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; | Sales_Date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ProductTable:&lt;/P&gt;
&lt;P&gt;Product &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I need to classify the products based on their first sales date by adding the ‘SeasonLaunch’ column to the ‘ProductTable’ in the script.example:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product A, 1o. sale was in 20/05/2019, them SeasonLaunch is: &amp;nbsp;Winter_19&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 09:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2123366#M91431</guid>
      <dc:creator>Rodlibar</dc:creator>
      <dc:date>2023-09-28T09:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding  Product Season column in a table in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2123454#M91437</link>
      <description>&lt;P&gt;Sounds like textbook IntervalMatch. Have you tried using that?&lt;/P&gt;
&lt;P&gt;1) Load the data&lt;/P&gt;
&lt;P&gt;2) Find the first sales date for each product (min() with Group By)&lt;/P&gt;
&lt;P&gt;3) Intervalmatch&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 12:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2123454#M91437</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-09-28T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding  Product Season column in a table in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2128314#M91796</link>
      <description>&lt;P&gt;obrigado. mas pode descrever como fazer isso por aqui?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 10:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Product-Season-column-in-a-table-in-the-script/m-p/2128314#M91796</guid>
      <dc:creator>Rodlibar</dc:creator>
      <dc:date>2023-10-13T10:44:36Z</dc:date>
    </item>
  </channel>
</rss>

