<?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: Outer Join as Cartesian Product in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052977#M923437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative to do what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 15:36:44 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-04-18T15:36:44Z</dc:date>
    <item>
      <title>Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052975#M923435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am applying Outer join to get Cartesian product on 2 tables (without any common key ). table 1 has 500000 rows and tale 2 has 5000 rows . it is showing "execution of script failed " error.&lt;/P&gt;&lt;P&gt;Is it any QV limitation / &lt;/P&gt;&lt;P&gt;Also what can be a better alternative ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052975#M923435</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052976#M923436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be memory (RAM) constraints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Check memory performance while reloading the application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052976#M923436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-18T15:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052977#M923437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative to do what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052977#M923437</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-04-18T15:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052978#M923438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you really need a Cartesian join between these tables&amp;nbsp; 500,000 x 5,000 = 2,500,000,000 rows!&lt;/P&gt;&lt;P&gt;Hope you've got plenty of RAM!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps it would be better to explain what you are trying to achieve. A Cartesian join is rarely the correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052978#M923438</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-18T15:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052979#M923439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try running your script with a limited amount of records (e.g. using FIRST) just to check if there is any other problem with your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then also consider not JOINing the full tables, but creating a link table made by a cartesian JOIN of the two primary keys of your two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this will resolve your issue, since I have no clue what you want to achieve &lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;at the end.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052979#M923439</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-18T16:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052980#M923440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also what can be a better alternative ?&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not trying it in the first place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you think you need to create a 2.5 billion row table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052980#M923440</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-18T16:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052981#M923441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all !!...Yes it was a business requirement to process that much data. Later on we limited the data by applying conditions on that&amp;nbsp; and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 05:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052981#M923441</guid>
      <dc:creator />
      <dc:date>2016-04-20T05:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join as Cartesian Product</title>
      <link>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052982#M923442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely there must be a better way to get your results without using a Cartesian join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you should review your data model.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/40146"&gt;Perfect Your QlikView Data Model&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4556"&gt;Best Practices for Data Modelling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outer-Join-as-Cartesian-Product/m-p/1052982#M923442</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-20T12:33:07Z</dc:date>
    </item>
  </channel>
</rss>

