<?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 table using wildcards on filename in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168278#M39485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently updated my QV to SR4 and today I noticed that one script stop working. The problem occurs when I do a JOIN to a Table using data from more than one QVD (using wildcards). Something like this (where Master is a table with a field called id):&lt;/P&gt;&lt;P&gt;LEFT JOIN (Master)&lt;BR /&gt;LOAD id&lt;BR /&gt; , Count(DISTINCT subid) AS q&lt;BR /&gt;FROM [Master_*.qvd] (qvd)&lt;BR /&gt;GROUP BY id;&lt;/P&gt;&lt;P&gt;An example application [View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.15.11.Posted/JoinLoadWildcard.qvw].&lt;/P&gt;&lt;P&gt;In this case, I guess that QV does one JOIN for each QVD instead of loading all QVDs and then do the JOIN. As result, I only get a subset of the data joined.&lt;/P&gt;&lt;P&gt;Am I doing anything wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 19:52:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-27T19:52:24Z</dc:date>
    <item>
      <title>Join table using wildcards on filename</title>
      <link>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168278#M39485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently updated my QV to SR4 and today I noticed that one script stop working. The problem occurs when I do a JOIN to a Table using data from more than one QVD (using wildcards). Something like this (where Master is a table with a field called id):&lt;/P&gt;&lt;P&gt;LEFT JOIN (Master)&lt;BR /&gt;LOAD id&lt;BR /&gt; , Count(DISTINCT subid) AS q&lt;BR /&gt;FROM [Master_*.qvd] (qvd)&lt;BR /&gt;GROUP BY id;&lt;/P&gt;&lt;P&gt;An example application [View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.15.11.Posted/JoinLoadWildcard.qvw].&lt;/P&gt;&lt;P&gt;In this case, I guess that QV does one JOIN for each QVD instead of loading all QVDs and then do the JOIN. As result, I only get a subset of the data joined.&lt;/P&gt;&lt;P&gt;Am I doing anything wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168278#M39485</guid>
      <dc:creator />
      <dc:date>2010-05-27T19:52:24Z</dc:date>
    </item>
    <item>
      <title>Join table using wildcards on filename</title>
      <link>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168279#M39486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't think that SR4 is the problem. In previous versions it also wasn't possible to do what you want to do.&lt;BR /&gt;The way we work:&lt;/P&gt;&lt;P&gt;tt_table:&lt;BR /&gt;LOAD id&lt;BR /&gt; , Count(DISTINCT subid) AS q&lt;BR /&gt;FROM [Master_*.qvd] (qvd)&lt;BR /&gt;GROUP BY id;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Master)&lt;BR /&gt;LOAD&lt;BR /&gt; *&lt;BR /&gt;RESIDENT tt_table;&lt;/P&gt;&lt;P&gt;DROP TABLE tt_table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168279#M39486</guid>
      <dc:creator />
      <dc:date>2010-06-01T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Join table using wildcards on filename</title>
      <link>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168280#M39487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right. I tried the previous version and behaves the same way. I'm using a resident temp table as workaround. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 13:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-table-using-wildcards-on-filename/m-p/168280#M39487</guid>
      <dc:creator />
      <dc:date>2010-06-01T13:58:24Z</dc:date>
    </item>
  </channel>
</rss>

