<?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: How do you reference fields from different tables using a where clause? and the data you extract it from QVD's file. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102911#M604205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. The Where Exist works perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 13:06:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-05T13:06:07Z</dc:date>
    <item>
      <title>How do you reference fields from different tables using a where clause? and the data you extract it from QVD's file.</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102909#M604203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you reference fields from different tables using a where clause? and the data you extract it from QVD's file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt; LOAD Customer_ID&lt;/P&gt;&lt;P&gt;Customer_Name&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order:&lt;/P&gt;&lt;P&gt; LOAD ORDER_ID&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;Order_Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is how do you select only the orders pertaining certain customer_ID's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Order:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; LOAD ORDER_ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Customer_ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Description&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Amount&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Order_Date&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;(qvd); Where (Order.Customer_ID = Customer.Customer_ID)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I get an error if i try to do it this way. Can anyone help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 06:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102909#M604203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you reference fields from different tables using a where clause? and the data you extract it from QVD's file.</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102910#M604204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to use Exist function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/79917"&gt;Where Exists() and resident load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 16:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102910#M604204</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-07-03T16:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you reference fields from different tables using a where clause? and the data you extract it from QVD's file.</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102911#M604205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. The Where Exist works perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 13:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-reference-fields-from-different-tables-using-a-where/m-p/102911#M604205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T13:06:07Z</dc:date>
    </item>
  </channel>
</rss>

