<?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 Cross Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222523#M75196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; do you mean cross joining 2 tables inside a qlikview document?&lt;/P&gt;&lt;P&gt;if this is what you mean then if the 2 tables do not have matching fields then the join will do a cartesion product and gives you all combinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load f1, f2&lt;/P&gt;&lt;P&gt;from source table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join(table1)&lt;/P&gt;&lt;P&gt;load f3, f3&lt;/P&gt;&lt;P&gt;from sourcetable2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 07:47:52 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2011-07-08T07:47:52Z</dc:date>
    <item>
      <title>Join Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222519#M75192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Can we join cross table to other table ?. If so how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 07:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222519#M75192</guid>
      <dc:creator />
      <dc:date>2011-02-19T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Join Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222520#M75193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what databse are you pulling data from oracle, sql server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 09:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222520#M75193</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2011-02-19T09:51:48Z</dc:date>
    </item>
    <item>
      <title>AW:Join Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222521#M75194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umesh,&lt;/P&gt;&lt;P&gt;I am not sure if I understand you correctly, what does prevent you from joining the resulttable from a Crosstable with another table? I'd do the crossload first and then the other table load with a preleading JOIN. Maybe you can post your example for further insight?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 17:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222521#M75194</guid>
      <dc:creator />
      <dc:date>2011-02-19T17:34:07Z</dc:date>
    </item>
    <item>
      <title>AW:Join Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222522#M75195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to do the CROSSTABLE first, i.e. load it as temporary table and then join this tempory table - you cannot combine the JOIN with CROSSTABLE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;tempData: CROSSTABLE (Date, Data) LOAD * FROM ....;&lt;BR /&gt;JOIN (OtherTable) LOAD * RESIDENT tempData;&lt;BR /&gt;DROP TABLE tempData;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Feb 2011 21:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222522#M75195</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-02-20T21:00:35Z</dc:date>
    </item>
    <item>
      <title>Join Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222523#M75196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; do you mean cross joining 2 tables inside a qlikview document?&lt;/P&gt;&lt;P&gt;if this is what you mean then if the 2 tables do not have matching fields then the join will do a cartesion product and gives you all combinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load f1, f2&lt;/P&gt;&lt;P&gt;from source table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join(table1)&lt;/P&gt;&lt;P&gt;load f3, f3&lt;/P&gt;&lt;P&gt;from sourcetable2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 07:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222523#M75196</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-07-08T07:47:52Z</dc:date>
    </item>
    <item>
      <title>AW:Join Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222524#M75197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u plz tell how to join 2 crosstables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 06:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Cross-Table/m-p/222524#M75197</guid>
      <dc:creator />
      <dc:date>2012-02-22T06:33:18Z</dc:date>
    </item>
  </channel>
</rss>

