<?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 Join on Dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Join-on-Dates/m-p/2124607#M91677</link>
    <description>&lt;P&gt;Is there any alternate/optimized way (Maybe Interval match?) to achieve same result. I managed to get the result using below script but reload time is close to 35 minutes.&lt;/P&gt;
&lt;P&gt;MainTable : 10 million rows&lt;/P&gt;
&lt;P&gt;Table2 : 2.5 million rows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Temp:&lt;BR /&gt;Load&lt;BR /&gt;AutoNumberhash256([ID1],DATE1) as Key,&lt;BR /&gt;[Order number],&lt;BR /&gt;DATE1&lt;BR /&gt;RESIDENT MainTable&lt;BR /&gt;Where match([Status],'QW','PP');&lt;/P&gt;
&lt;P&gt;left join (Temp)&lt;/P&gt;
&lt;P&gt;Table2:&lt;BR /&gt;Load *,&lt;BR /&gt;AutoNumberhash256([ID2],DATE2) as Key;&lt;BR /&gt;Load&lt;BR /&gt;ID2,&lt;BR /&gt;DATE(FLOOR(DATE2),'M/D/YYYY') as DATE2,&lt;BR /&gt;Price&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;select * from table2;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 08:32:55 GMT</pubDate>
    <dc:creator>T_Qlik</dc:creator>
    <dc:date>2023-10-03T08:32:55Z</dc:date>
    <item>
      <title>Join on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Join-on-Dates/m-p/2124607#M91677</link>
      <description>&lt;P&gt;Is there any alternate/optimized way (Maybe Interval match?) to achieve same result. I managed to get the result using below script but reload time is close to 35 minutes.&lt;/P&gt;
&lt;P&gt;MainTable : 10 million rows&lt;/P&gt;
&lt;P&gt;Table2 : 2.5 million rows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Temp:&lt;BR /&gt;Load&lt;BR /&gt;AutoNumberhash256([ID1],DATE1) as Key,&lt;BR /&gt;[Order number],&lt;BR /&gt;DATE1&lt;BR /&gt;RESIDENT MainTable&lt;BR /&gt;Where match([Status],'QW','PP');&lt;/P&gt;
&lt;P&gt;left join (Temp)&lt;/P&gt;
&lt;P&gt;Table2:&lt;BR /&gt;Load *,&lt;BR /&gt;AutoNumberhash256([ID2],DATE2) as Key;&lt;BR /&gt;Load&lt;BR /&gt;ID2,&lt;BR /&gt;DATE(FLOOR(DATE2),'M/D/YYYY') as DATE2,&lt;BR /&gt;Price&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;select * from table2;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 08:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-on-Dates/m-p/2124607#M91677</guid>
      <dc:creator>T_Qlik</dc:creator>
      <dc:date>2023-10-03T08:32:55Z</dc:date>
    </item>
  </channel>
</rss>

