<?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 &amp; QUALIFY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210190#M64878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is my offer ...&lt;/P&gt;&lt;P&gt;TableNew:&lt;/P&gt;&lt;P&gt;LOAD *, TABLE1.DocNum as DocNum FROM TABLE1.QVD (QVD);&lt;/P&gt;&lt;P&gt;LOAD *, TABLE2.DocNum as DocNum FROM TABLE2.QVD (QVD);&lt;/P&gt;&lt;P&gt;Very important position of the comma &amp;amp; point/comma&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Dec 2010 09:49:02 GMT</pubDate>
    <dc:creator>llauses243</dc:creator>
    <dc:date>2010-12-02T09:49:02Z</dc:date>
    <item>
      <title>LOAD &amp; QUALIFY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210189#M64877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using SQL SELECT to get 2 tables from a SQL database. I use QUALIFY to outomatically add TABLE1 and TABLE2 on the field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to load the 2 tables (70odd fields each) using LOAD * but still be able to specify the one field i want to use to link between the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my "idea" is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD *&lt;BR /&gt;TABLE1.DocNum as DocNum;&lt;BR /&gt;FROM TABLE1.QVD (QVD);&lt;BR /&gt;LOAD *&lt;BR /&gt;TABLE2.DocNum as DocNum;&lt;BR /&gt;FROM TABLE2.QVD (QVD);&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;this possible or how do i go about this LOAD a table with +-70fields and not having to type and rename each field using LOAD AS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 09:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210189#M64877</guid>
      <dc:creator />
      <dc:date>2010-12-02T09:29:12Z</dc:date>
    </item>
    <item>
      <title>LOAD &amp; QUALIFY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210190#M64878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is my offer ...&lt;/P&gt;&lt;P&gt;TableNew:&lt;/P&gt;&lt;P&gt;LOAD *, TABLE1.DocNum as DocNum FROM TABLE1.QVD (QVD);&lt;/P&gt;&lt;P&gt;LOAD *, TABLE2.DocNum as DocNum FROM TABLE2.QVD (QVD);&lt;/P&gt;&lt;P&gt;Very important position of the comma &amp;amp; point/comma&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 09:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210190#M64878</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2010-12-02T09:49:02Z</dc:date>
    </item>
    <item>
      <title>LOAD &amp; QUALIFY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210191#M64879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first use &lt;B&gt;qualify&lt;/B&gt; + field then unqualify the other fields so that you don't have to use alias on the other fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps... &lt;IMG alt="Geeked" src="http://community.qlik.com/emoticons/emotion-15.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 09:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210191#M64879</guid>
      <dc:creator />
      <dc:date>2010-12-02T09:55:26Z</dc:date>
    </item>
    <item>
      <title>LOAD &amp; QUALIFY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210192#M64880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excellent...dont know how i missed that, i thought i tried it all including that missing comma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 11:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210192#M64880</guid>
      <dc:creator />
      <dc:date>2010-12-02T11:24:36Z</dc:date>
    </item>
    <item>
      <title>LOAD &amp; QUALIFY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210193#M64881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thanx, thats how im doing it currently, my only issue is i have around 10tables with the same fields so i have to qualify them first, then load the lot and rename the key's only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 11:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-QUALIFY/m-p/210193#M64881</guid>
      <dc:creator />
      <dc:date>2010-12-02T11:25:39Z</dc:date>
    </item>
  </channel>
</rss>

