<?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: Field not found error in link table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792662#M1210836</link>
    <description>&lt;P&gt;Enable generate log file in your app setting and see what table it gives you field not found.&lt;BR /&gt;And then check the original table if you have that field?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 19:19:53 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2021-03-18T19:19:53Z</dc:date>
    <item>
      <title>Field not found error in link table</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792635#M1210829</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using the below script to construct a link table between Sales and Returns and I am getting a field not found error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Returns:&lt;BR /&gt;LOAD ProductKey &amp;amp; '|' &amp;amp; TerritoryKey as key,&lt;BR /&gt;//ProductKey,&lt;BR /&gt;ReturnDate,&lt;BR /&gt;//TerritoryKey,&lt;BR /&gt;ProductKey,&lt;BR /&gt;ReturnQuantity&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\lenovo\Desktop\QVDs\AdventureWorks_Returns.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TotalSales:&lt;BR /&gt;Load ProductKey &amp;amp; '|' &amp;amp; TerritoryKey as key,&lt;BR /&gt;OrderDate,&lt;BR /&gt;//StockDate,&lt;BR /&gt;OrderNumber,&lt;BR /&gt;//ProductKey,&lt;BR /&gt;CustomerKey,&lt;BR /&gt;//TerritoryKey,&lt;BR /&gt;OrderLineItem,&lt;BR /&gt;OrderQuantity&lt;BR /&gt;Resident Sales2015;&lt;BR /&gt;Drop Table Sales2015;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;ProductKey &amp;amp; '|' &amp;amp; TerritoryKey as key,&lt;BR /&gt;ProductKey,&lt;BR /&gt;TerritoryKey&lt;BR /&gt;resident&lt;BR /&gt;TotalSales;&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;ProductKey &amp;amp; '|' &amp;amp; TerritoryKey as key,&lt;BR /&gt;ProductKey,&lt;BR /&gt;TerritoryKey&lt;BR /&gt;resident&lt;BR /&gt;Returns;&lt;/P&gt;&lt;P&gt;Exit script;&lt;/P&gt;&lt;P&gt;The error I am getting is Field 'ProductKey' not found and Field 'TerritoryKey' not found.&lt;/P&gt;&lt;P&gt;What am I doing wrong here?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792635#M1210829</guid>
      <dc:creator>ritvik4BI</dc:creator>
      <dc:date>2021-03-18T18:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error in link table</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792649#M1210832</link>
      <description>&lt;P&gt;You're trying to load fields into the link table (in both loads) that have been commented out of the underlying resident table, so they don't exist in that table... that won't work.&lt;/P&gt;&lt;P&gt;If you need them, you'll have to load them in the original table. You can rename them and then drop field on the original if that's the data structure you're after.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792649#M1210832</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-18T18:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error in link table</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792662#M1210836</link>
      <description>&lt;P&gt;Enable generate log file in your app setting and see what table it gives you field not found.&lt;BR /&gt;And then check the original table if you have that field?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 19:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-in-link-table/m-p/1792662#M1210836</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2021-03-18T19:19:53Z</dc:date>
    </item>
  </channel>
</rss>

