<?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 load fields from two .qvd file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215449#M68913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jaana ,when you load the fields in edit script first you should name the tableas you like(in your's appl directory)then you can save the script(cntrl+s)&amp;gt;&amp;gt;run the edit script(cntrl+e)&amp;gt;&amp;gt;here you will get the fields you are loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 12:05:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-09-23T12:05:22Z</dc:date>
    <item>
      <title>load fields from two .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215448#M68912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Hi,&lt;BR /&gt;How can I select fields from two .qvd file? I have used Qualify statement to join fields in different tables, but sometimes it is not enough. Here is simply SQL statement example what I mean.&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;Directory;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; ID,&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;FIRSTNAME,&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;LASTNAME&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;FROM&lt;/B&gt; Customer.qvd (qvd);&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;Directory;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; ID,&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;STREETNAME,&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;CITY,&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;COUNTRY&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;FROM&lt;/B&gt; Address.qvd (qvd);&lt;/P&gt;&lt;P style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;With SQL&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;SELECT c.firstname, c.lastname, a.city&lt;BR /&gt;FROM Customer c&lt;BR /&gt;JOIN Address a ON c.id=a.id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 11:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215448#M68912</guid>
      <dc:creator />
      <dc:date>2010-09-23T11:58:44Z</dc:date>
    </item>
    <item>
      <title>load fields from two .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215449#M68913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jaana ,when you load the fields in edit script first you should name the tableas you like(in your's appl directory)then you can save the script(cntrl+s)&amp;gt;&amp;gt;run the edit script(cntrl+e)&amp;gt;&amp;gt;here you will get the fields you are loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 12:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215449#M68913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-23T12:05:22Z</dc:date>
    </item>
    <item>
      <title>load fields from two .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215450#M68914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to ask, can I load data like this (syntax is not correct)? If I can -&amp;gt; please, tell me correct syntax!&lt;/P&gt;&lt;P style="font-weight: bold; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;LOAD&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;FIRSTNAME,&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;LASTNAME,&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;CITY&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SELECT&lt;/B&gt; c.firstname as FIRSTNAME,&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;c.lastname AS LASTNAME,&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;a.city AS CITY&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; Customer.qvd (qvd);&lt;/P&gt;&lt;P style="line-height:normal;margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;JOIN&lt;/B&gt; Address.qvd (qvd) &lt;B&gt;ON&lt;/B&gt; c.id=a.id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215450#M68914</guid>
      <dc:creator />
      <dc:date>2010-09-23T13:09:45Z</dc:date>
    </item>
    <item>
      <title>load fields from two .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215451#M68915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you should be able to do something like this:&lt;/P&gt;&lt;P&gt;TEMP:&lt;BR /&gt;LOAD ID,&lt;BR /&gt;FIRSTNAME,&lt;BR /&gt;LASTNAME&lt;BR /&gt;FROM Customer.qvd (qvd);&lt;/P&gt;&lt;P&gt;JOIN (TEMP)&lt;BR /&gt;LOAD ID,&lt;BR /&gt;STREETNAME,&lt;BR /&gt;CITY,&lt;BR /&gt;COUNTRY&lt;BR /&gt;FROM Address.qvd (qvd);&lt;/P&gt;&lt;P&gt;TABLE_NAME:&lt;BR /&gt;Load&lt;BR /&gt;FIRSTNAME,&lt;BR /&gt;LASTNAME,&lt;BR /&gt;CITY&lt;BR /&gt;Resident TEMP;&lt;/P&gt;&lt;P&gt;Drop table TEMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-fields-from-two-qvd-file/m-p/215451#M68915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-23T13:19:10Z</dc:date>
    </item>
  </channel>
</rss>

