<?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: Left join empty table results in Error: field not found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350707#M832563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You actually don't need a resident load to do this.. Try below code and see, if you still get the same message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Outer Join(Facts)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="; color: #0000ff;"&gt;&lt;STRONG&gt;temp:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;test.template_uid AS %template_uid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;test.month AS month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;test.comment AS temp_comment&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM [..\..\Datastore\Extract\test.qvd]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 10:14:12 GMT</pubDate>
    <dc:creator>kamal_sanguri</dc:creator>
    <dc:date>2017-06-12T10:14:12Z</dc:date>
    <item>
      <title>Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350704#M832560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm rather new to Qlik so i'mreaching out to you maybe some of you can shed light on the following matter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a Facts table and trying to&amp;nbsp; join some comments to it, like the following, but as you see on the last line of output, the join fails. Is this normal behavior when left joining an empty table?&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;temp:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;test.template_uid AS %template_uid, &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;test.month AS month, &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;test.comment AS temp_comment&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(FROM [..\..\Datastore\Extract\test.qvd]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(qvd)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;3 fields found: %template_uid, month, temp_comment, &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0 lines fetched&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Outer Join(Facts)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;%template_uid,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;month,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;temp_comment AS comment&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;RESIDENT temp&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; Error: Field not found - &amp;lt;%template_uid&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350704#M832560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350705#M832561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be that you have a "QUALIFY *" statement somewhere before this piece of script? That would explain it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350705#M832561</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-06-12T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350706#M832562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, i don't, not in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be in the doc properties somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350706#M832562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T09:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350707#M832563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You actually don't need a resident load to do this.. Try below code and see, if you still get the same message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Outer Join(Facts)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="; color: #0000ff;"&gt;&lt;STRONG&gt;temp:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;test.template_uid AS %template_uid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;test.month AS month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;test.comment AS temp_comment&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM [..\..\Datastore\Extract\test.qvd]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff;"&gt;(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350707#M832563</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350708#M832564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand the difference, but when I applied your technique, the join works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350708#M832564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350709#M832565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you maybe also explain the difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350709#M832565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T11:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350710#M832566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, what are you doing is Loading a table renaming few fields and then doing a resident load again to join, however renaming of fields and joining can be done in one go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load aKey &lt;SPAN style="font-size: 13.3333px;"&gt; as key&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F2&lt;/P&gt;&lt;P&gt;From &lt;/P&gt;&lt;P&gt;xxxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outer Join&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TableB:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load bKey as key,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;xxxxxxxx&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;we are renaming the fields to make them join. Hope this will clear your doubts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350710#M832566</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Left join empty table results in Error: field not found</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350711#M832567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/162655"&gt;kamal_sanguri&lt;/A&gt;‌, i understand that, but why when doing the resident load, the join says: 'field not found',&lt;/P&gt;&lt;P&gt;and when doing the join directly from the source file, the join works? what is the difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-empty-table-results-in-Error-field-not-found/m-p/1350711#M832567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T12:14:56Z</dc:date>
    </item>
  </channel>
</rss>

