<?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: Select a field from another table in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862720#M996169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help guys;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a 2nd Customers table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers2:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Customer Number] as 'Customer Number',&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Customer Name] as 'spend_customer_name'&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; Data\dw_slcustm.qvd (qvd)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried this in my load script of the other table (Invoices)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('Customers2',[Customer Number],'Customer Number') as 'test'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still doesn't work though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 13:44:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-19T13:44:07Z</dc:date>
    <item>
      <title>Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862716#M996165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to insert this if statement into my load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (if(invoice_customer = [Customer Number],val)) as 'spend'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that the field [Customer Number] is held within a different table.&amp;nbsp; So when I try to load the script this fails because the field is not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way this can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862716#M996165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T13:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862717#M996166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not directly - you have to either put this field into a variable (if it has just one value) or join it into your primary table.&lt;/P&gt;&lt;P&gt;You can also try mapping that field. That way you won't have to actually join the tables.&lt;/P&gt;&lt;P&gt;See the blogpost on the issue of mapping instead of joining.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862717#M996166</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-06-19T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862718#M996167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to use Lookup or Apply map to achieve what you are trying to do. PFA a pdf which you might find useful (Page 7 for lookup and ApplyMap follows right after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862718#M996167</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-19T13:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862719#M996168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with applymap().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applymap('ur mapping table name',field_name in current table,'Missing') as new field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but u should use Mapping as a keyword on ur first table,tht's not the current table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862719#M996168</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-19T13:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862720#M996169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help guys;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a 2nd Customers table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers2:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Customer Number] as 'Customer Number',&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Customer Name] as 'spend_customer_name'&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; Data\dw_slcustm.qvd (qvd)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried this in my load script of the other table (Invoices)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('Customers2',[Customer Number],'Customer Number') as 'test'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still doesn't work though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862720#M996169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T13:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862721#M996170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to move both fields out of their parents table then do the calculation in a temporary table then left join the result back to whichever table you want to have the result from the calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862721#M996170</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-19T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862722#M996171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some thing like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Customers2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Customer Number] as 'Customer Number',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Customer Name] as 'spend_customer_name'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Data\dw_slcustm.qvd (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ur_second_table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load f1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('Customers2',[Customer Number],'Customer Number') as 'test'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f4;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f2,&lt;/P&gt;&lt;P style="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;[Customer Number],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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;f4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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;from ur sourcetable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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="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;first u have to execute &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customers2 table and then u have to execute/load ur_second_table!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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="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="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;it should be work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862722#M996171</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-19T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862723#M996172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys but still can't get this working so I will forget this idea now and see what else I can come up with..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862723#M996172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862724#M996173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are u tried the above one what i suggested?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862724#M996173</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-19T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862725#M996174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try what you suggested but the field still wasn't recognised.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862725#M996174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T14:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862726#M996175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;first u have to execute &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Customers2 table and then u have to execute/load ur_second_table on the same applciation/qvw! --are u able to do this way???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;u can share screenshot of ur error msg?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862726#M996175</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-19T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862727#M996176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok here goes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the mapping load script&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="90102" alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90102_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This is where i am using the applymap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/90109_Capture3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is shows you the tab orders&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="90107" alt="Capture3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/90107_Capture3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error I am getting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture4.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/90119_Capture4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862727#M996176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862728#M996177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u having [Customer Name]&amp;nbsp; field information on ur dw_opsahistm.qvd file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in custs2 table customer field having what kind of data,it's having customer names or customer ids?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862728#M996177</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-19T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862729#M996180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I have just changed my screenshots above because i want to use customer number and not customer name.&amp;nbsp; I essentially would like to use the customer number field within the invoices table.&amp;nbsp; Customer number is the customer ID number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this will then allow me to use the below calculation within the invoices load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(if(invoice_customer = [Customer Number],val)) as 'spend'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862729#M996180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T15:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862730#M996181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post a sample file (.qvw) with data for what you want to achieve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862730#M996181</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-19T15:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862731#M996182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally got the applymap working but the figures came out wrong ! Haha &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 10:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862731#M996182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select a field from another table in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862732#M996183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once check the data in mapping table, the values should be unique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 10:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-field-from-another-table-in-load-script/m-p/862732#M996183</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-24T10:36:27Z</dc:date>
    </item>
  </channel>
</rss>

