<?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: Joining QVD tables to reduce data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869978#M1015280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure that it loads all rows of the first table at the beginning.&amp;nbsp; Maybe (I'm not sure) if you load the &lt;STRONG&gt;smaller table first&lt;/STRONG&gt;, the second larger table is not loading all rows.&amp;nbsp; Worth trying.&lt;/P&gt;&lt;P&gt;Actually 6m rows is not much by itself.&amp;nbsp; It could be the nature of rows that creates the problem (too many columns, text data, etc.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 00:14:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-08T00:14:37Z</dc:date>
    <item>
      <title>Joining QVD tables to reduce data</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869975#M1015277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QLIK, but have worked my way through the basics.&amp;nbsp; I have a problem joining QVD tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have produced QVD tables that I want to use across other Apps, but the my current App I don't need all the data from Fact QVD table, I want to use other QVD by a join to only bring back data which is in both tables but also join it by field that I don't want to return in the report.&amp;nbsp; Is this possible?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 23:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869975#M1015277</guid>
      <dc:creator />
      <dc:date>2015-04-07T23:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Joining QVD tables to reduce data</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869976#M1015278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;Use inner join to get only the data you need.&amp;nbsp; After that, you can drop the field(s) you don't want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: adding an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;BR /&gt;LOAD&lt;BR /&gt; Key,&lt;BR /&gt; ...&lt;BR /&gt;FROM QVD1.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (table) LOAD&lt;BR /&gt; Key,&lt;BR /&gt; ...&lt;BR /&gt;FROM QVD2.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP FIELD Key;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 23:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869976#M1015278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T23:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Joining QVD tables to reduce data</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869977#M1015279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact file has 6m rows, when I do inner join it still fetches 6m rows first rather 1m rows I would expect with the join, I am guess it doesn't work like SQL.&amp;nbsp; This causes a memory issue because I am using a basic laptop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 00:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869977#M1015279</guid>
      <dc:creator />
      <dc:date>2015-04-08T00:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Joining QVD tables to reduce data</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869978#M1015280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure that it loads all rows of the first table at the beginning.&amp;nbsp; Maybe (I'm not sure) if you load the &lt;STRONG&gt;smaller table first&lt;/STRONG&gt;, the second larger table is not loading all rows.&amp;nbsp; Worth trying.&lt;/P&gt;&lt;P&gt;Actually 6m rows is not much by itself.&amp;nbsp; It could be the nature of rows that creates the problem (too many columns, text data, etc.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 00:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869978#M1015280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T00:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Joining QVD tables to reduce data</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869979#M1015281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It still brings back the same data but the memory issue is no longer an issue.&amp;nbsp; Unfortunately, it works with 2 tables but when I need to add further to tables it uses the smaller table as the fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I will use SQL to do the joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 00:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869979#M1015281</guid>
      <dc:creator />
      <dc:date>2015-04-08T00:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joining QVD tables to reduce data</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869980#M1015282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are limited on memory, then doing the join in SQL could be your best alternative, another option is to before you do the join add a where exists condition to reduce the data and then apply a join to the resident table, you will have both tables in memory but the data that is loaded is already reduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not apply during the joins because I have noticed that QV first does the join and then applies the where clauses &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 04:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-QVD-tables-to-reduce-data/m-p/869980#M1015282</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-08T04:08:55Z</dc:date>
    </item>
  </channel>
</rss>

