<?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 How to Generate New Table from 2 Table no key match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667161#M728633</link>
    <description>&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Dear Qlikview user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp;Generate New Table DD&amp;nbsp;&amp;nbsp;from Table AA * Table BB * Table CC .&lt;/P&gt;&lt;P&gt;What should I do ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Attach file Example&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ask Qlikview.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27143iA994880D9F6536D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ask Qlikview.JPG" alt="Ask Qlikview.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ask Qlikview_1.JPG" style="width: 254px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27144i67FB6373F86D3371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ask Qlikview_1.JPG" alt="Ask Qlikview_1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:28:35 GMT</pubDate>
    <dc:creator>Chanon_witt1</dc:creator>
    <dc:date>2024-11-16T01:28:35Z</dc:date>
    <item>
      <title>How to Generate New Table from 2 Table no key match</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667161#M728633</link>
      <description>&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Dear Qlikview user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp;Generate New Table DD&amp;nbsp;&amp;nbsp;from Table AA * Table BB * Table CC .&lt;/P&gt;&lt;P&gt;What should I do ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Attach file Example&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ask Qlikview.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27143iA994880D9F6536D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ask Qlikview.JPG" alt="Ask Qlikview.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ask Qlikview_1.JPG" style="width: 254px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27144i67FB6373F86D3371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ask Qlikview_1.JPG" alt="Ask Qlikview_1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667161#M728633</guid>
      <dc:creator>Chanon_witt1</dc:creator>
      <dc:date>2024-11-16T01:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generate New Table from 2 Table no key match</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667162#M728634</link>
      <description>&lt;P&gt;If you join the tables (default outer join) when there is no key field between the two, then the join will create a Cartesian join. So you probably need something like this pattern:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * FROM AA.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JOIN (Data)&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * FROM BB.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JOIN (Data)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD * FROM CC.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Adjust the load sources to the correct source (name, extension if file, file quaifier...)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 07:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667162#M728634</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-01-20T07:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generate New Table from 2 Table no key match</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667202#M728635</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 09:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Generate-New-Table-from-2-Table-no-key-match/m-p/1667202#M728635</guid>
      <dc:creator>Chanon_witt1</dc:creator>
      <dc:date>2020-01-20T09:32:30Z</dc:date>
    </item>
  </channel>
</rss>

