<?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 specify key field in load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371806#M705506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Is it possibile to specify the key field in the load statement of the table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want that Qlikview automatically set the key fields for the table loaded in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oronzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 15:02:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-27T15:02:54Z</dc:date>
    <item>
      <title>How to specify key field in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371806#M705506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Is it possibile to specify the key field in the load statement of the table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want that Qlikview automatically set the key fields for the table loaded in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oronzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371806#M705506</guid>
      <dc:creator />
      <dc:date>2012-03-27T15:02:54Z</dc:date>
    </item>
    <item>
      <title>How to specify key field in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371807#M705507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The keys will be set by puting the same field name on 2 tables. Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD fieldA, field1 from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (Table1):&lt;/P&gt;&lt;P&gt;LOAD field2 as fieldA, field3 from table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371807#M705507</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-27T15:07:32Z</dc:date>
    </item>
    <item>
      <title>How to specify key field in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371808#M705508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;so if I have 2 table with same field I cannot specify the key field for one of this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oronzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371808#M705508</guid>
      <dc:creator />
      <dc:date>2012-03-27T15:15:31Z</dc:date>
    </item>
    <item>
      <title>How to specify key field in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371809#M705510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview use just the name of the field for linking. When ever you want the fields to be linked use the same field name , other wise use seperate field names.&amp;nbsp; As&amp;nbsp; qlikuser14 illustrated you can use 'AS' keyword to alter the field name. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371809#M705510</guid>
      <dc:creator />
      <dc:date>2012-03-27T15:24:32Z</dc:date>
    </item>
    <item>
      <title>How to specify key field in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371810#M705512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not as such no, QlikView considers a field named exactly the same in 2 or more tables to be a key. This is because of how QlikView's underlying engine stores data. You can used the Qualify statement to make all fields unique and then the Unqualify statement to specify the fields you want to make a key. You still need to make sure its named the same in both tables though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-specify-key-field-in-load-statement/m-p/371810#M705512</guid>
      <dc:creator />
      <dc:date>2012-03-27T15:36:28Z</dc:date>
    </item>
  </channel>
</rss>

