<?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 join Resident tables by where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235144#M86431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find a sample in the attachment&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 13:18:07 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2010-10-13T13:18:07Z</dc:date>
    <item>
      <title>How to join Resident tables by where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235141#M86428</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'm not yet that familiar with Qlikview, I have searched the forum but didnot found the solution.&lt;/P&gt;&lt;P&gt;I want to load two Resident tables into one table dependent on a Where Clause. The Date of the first table is between the START DATE and END DATE of the second resident table. How to fix it. The Date column of the first table is not recognized. in the Where clause.&lt;/P&gt;&lt;P&gt;TabA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Key, &lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident A;&lt;/P&gt;&lt;P&gt;Inner Join(TabA)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Key, STARTDATE, ENDDATE&lt;/P&gt;&lt;P&gt;Resident B&lt;/P&gt;&lt;P&gt;WHERE &lt;STRONG&gt;Date&lt;/STRONG&gt; between STARTDATE AND ENDDATE;&lt;/P&gt;&lt;P&gt;Hope to hear soon from the experts.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 16:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235141#M86428</guid>
      <dc:creator>dijkstram</dc:creator>
      <dc:date>2010-10-12T16:10:47Z</dc:date>
    </item>
    <item>
      <title>How to join Resident tables by where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235142#M86429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look into the INTERVALMATCH()-function&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 16:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235142#M86429</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-10-12T16:15:12Z</dc:date>
    </item>
    <item>
      <title>How to join Resident tables by where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235143#M86430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to deal with the intervalmatch, from table A and the second table I have to load different columns, do you have an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 19:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235143#M86430</guid>
      <dc:creator>dijkstram</dc:creator>
      <dc:date>2010-10-12T19:01:24Z</dc:date>
    </item>
    <item>
      <title>How to join Resident tables by where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235144#M86431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find a sample in the attachment&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 13:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235144#M86431</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-10-13T13:18:07Z</dc:date>
    </item>
    <item>
      <title>How to join Resident tables by where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235145#M86432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you joined tables "A" and "B", will be create a new table.&lt;/P&gt;&lt;P&gt;You need put your filter in the new table.&lt;/P&gt;&lt;P&gt;Ex.:&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Inner Join (TableA)&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;(this is a new table whith data values from TableA and TableB)&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load...&lt;/P&gt;&lt;P&gt;From...&lt;/P&gt;&lt;P&gt;Where Date &lt;STRONG&gt;&lt;/STRONG&gt;&amp;gt;= STARTDATE&lt;/P&gt;&lt;P&gt;and Date &amp;lt;= ENDDATE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 13:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235145#M86432</guid>
      <dc:creator />
      <dc:date>2010-10-13T13:45:09Z</dc:date>
    </item>
    <item>
      <title>How to join Resident tables by where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235146#M86433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, it was helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 11:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-Resident-tables-by-where-clause/m-p/235146#M86433</guid>
      <dc:creator>dijkstram</dc:creator>
      <dc:date>2010-10-15T11:23:20Z</dc:date>
    </item>
  </channel>
</rss>

