<?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: QSense - Looking for and getting values in another table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123784#M19499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the script for both methods.&lt;/P&gt;&lt;P&gt;Join seems to run a little quicker than applymap in this instance as i wasn't able to do the geopoint in the mapping load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN OPTION:&lt;/P&gt;&lt;P&gt;DataSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Sales Person],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Order Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Many other fields available, but for the sake of simplicity I included only these&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; purgechar([Company Post Code],' ') as [Company Post Code]&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table2_CustomerDataSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is DataSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (DataSample)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PostalCodeSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Postal Code] as [Company Post Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; GeoMakePoint(Latitude,Longitude) as PhilosGeoKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table1_CanadianPostCodesSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is PostalCodeSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPLYMAP OPTION:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PostalCodeSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Postal Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Latitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Longitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Location],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoMakePoint(Latitude,Longitude) as PhilosGeoKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Province]&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table1_CanadianPostCodesSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is PostalCodeSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zipmap:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;[Postal Code],&lt;/P&gt;&lt;P&gt;PhilosGeoKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident PostalCodeSample;&lt;/P&gt;&lt;P&gt;Drop Table PostalCodeSample;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Sales Person],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Order Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Many other fields available, but for the sake of simplicity I included only these&lt;/P&gt;&lt;P&gt;&amp;nbsp; Applymap ('Zipmap',purgechar([Company Post Code],' '), 'N/A') as philosgeokey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Post Code]&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table2_CustomerDataSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is DataSample);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2016 16:02:08 GMT</pubDate>
    <dc:creator>danansell42</dc:creator>
    <dc:date>2016-06-28T16:02:08Z</dc:date>
    <item>
      <title>QSense - Looking for and getting values in another table</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123780#M19495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been browsing the Community but I cannot seem to find what I am looking for.&lt;BR /&gt;I have two Excel files, to make it simpler here, let's say one is from the customer data where I have the companies' Post Code and another table where all Canadian Post Codes are translated into Latitude and Longitude. I need to create a map where I can show the YTD etc with circles of variable size according to their relative value. The map itself is not an issue, I have done plenty of those using only the geodata (lat,long) of the Canadian Provinces' capital cities. I load both tables with no issues but now I need to find the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerPostCode from table 1 --&amp;gt; look for that PostCode in table 2 and return back the correct GeoPoint assigned to the customer record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, table 1 looks as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="122.181818" style="border: 1px solid #000000; width: 496.182px; height: 110.182px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CustomerName&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CustomerAddress&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CustomerPostCode&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;etc&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CA1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CPC1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CA2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CPC2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Cn&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CAn&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CPC3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And table 2 looks as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Postal Code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Latitude&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Longitude&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Location&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Province&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;PC1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Lat1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Long1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;City1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Pr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;PC2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Lat2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Long2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;City2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Pr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PC970000&lt;/TD&gt;&lt;TD&gt;Lat970000&lt;/TD&gt;&lt;TD&gt;Lon970000&lt;/TD&gt;&lt;TD&gt;City970000&lt;/TD&gt;&lt;TD&gt;Pr&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;(There are over 970,000 PostCodes in Canada &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this load script for table 2 (named zipcodeset):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[zipcodeset]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Postal Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp; GeoMakePoint(Latitude,Longitude) as PhilosGeoKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Location],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Province]&lt;/P&gt;&lt;P&gt;FROM [lib://Apps/Canadian Post Codes_151014.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is zipcodeset);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(Location and Province may or may not be used but for this request they are not relevant)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load first table 2 and then load table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you may read, I am converting Latitude and Longitude to PhilosGeoKey to allow the map graphing the data point. Also, some Customer records may not have CustomerPostCode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to match the Post Code from table 1 to only one in table 2, and append somehow only the individual PhilosGeoKeys to table 1 so I can use table 1's financial data to plot the Canada map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or hint will be welcome. If needed I can create a small QSense app for further analysis...&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123780#M19495</guid>
      <dc:creator>demonioazul</dc:creator>
      <dc:date>2016-06-27T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: QSense - Looking for and getting values in another table</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123781#M19496</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;If you can provide us an example data set, it'll be easier. But from what i see there, you can load the first table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;LOAD CustomerName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustomerAddress,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mid(CustomerPostCode,2,10) As [Postal Code] //look like your Customer Postcode start with C. this need to be the same as the value in Postal code in your 2nd table &amp;amp; column name the same&lt;/P&gt;&lt;P&gt;FROM Yourfile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this, those 2 tables will link by Postal Code column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 01:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123781#M19496</guid>
      <dc:creator />
      <dc:date>2016-06-28T01:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: QSense - Looking for and getting values in another table</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123782#M19497</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;Do you require all the other data within zipcodeset to be in the final model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not you could go about it in a couple of different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you need multiple columns added to customer table: &lt;/P&gt;&lt;P&gt;Load customer data then do a left join to bring in the relevant columns from zipcodeset. Just make sure that post code and customer post code are named the same so they actually join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you only need philosgeokey adding:&lt;/P&gt;&lt;P&gt;Use applymap function.&lt;/P&gt;&lt;P&gt;Before loading customer do as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//loading all post codes and creating philosgeokey in a temporary table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zipmap:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;[Post Code],&lt;/P&gt;&lt;P&gt;GeoMakePoint (latitude,longitude) as philosgeokey&lt;/P&gt;&lt;P&gt;From .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then load customer table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Customer name, &lt;/P&gt;&lt;P&gt;Customer address,&lt;/P&gt;&lt;P&gt;CustomerPostcode,&lt;/P&gt;&lt;P&gt;Applymap ('Zipmap',Customer Postcode, 'N/A') as philosgeokey&lt;/P&gt;&lt;P&gt;From ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 05:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123782#M19497</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-06-28T05:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: QSense - Looking for and getting values in another table</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123783#M19498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16917"&gt;Table1_CanadianPostCodesSample.xlsx&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16918"&gt;Table2_CustomerDataSample.xlsx&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16920"&gt;PostCodeTest.qvf&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/211511"&gt;nhungoatobi&lt;/A&gt;‌ and &lt;A href="https://community.qlik.com/qlik-users/222922"&gt;danansell42&lt;/A&gt;‌ for your replies.&lt;BR /&gt;I am adding two sample tables and a sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As explained in my original question, this is the table with customer data and the desired column to be appended: &lt;BR /&gt;&lt;IMG alt="Imagw_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129389_Imagw_1.png" style="height: 503px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The app loads this first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[PostalCodeSample]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Postal Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Latitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Longitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Location],&lt;/P&gt;&lt;P&gt;&amp;nbsp; GeoMakePoint(Latitude,Longitude) as PhilosGeoKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Province]&lt;/P&gt;&lt;P&gt; FROM [lib://Apps/Table1_CanadianPostCodesSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is PostalCodeSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[DataSample]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Company Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Sales Person],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Order Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Many other fields available, but for the sake of simplicity I included only these&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Company Post Code]&lt;/P&gt;&lt;P&gt; FROM [lib://Apps/Table2_CustomerDataSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is DataSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;A href="https://community.qlik.com/qlik-users/222922"&gt;danansell42&lt;/A&gt;‌ suggests, after adding the column to Table2 with PhilosGeoKey data, the whole Table1 may be discarded since I do not use it anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that in Table1 &lt;STRONG&gt;Postal Code&lt;/STRONG&gt; has no blanks and in Table2 &lt;STRONG&gt;Company Post Code&lt;/STRONG&gt; has blanks separating the two parts of a Canadian Post code, thus I am facing also either adding a blank to the whole Table1 Postal Code or eliminating a blank in Table2 Company Post Code. Any suggestions here as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try the Mapping suggested by &lt;A href="https://community.qlik.com/qlik-users/222922"&gt;danansell42&lt;/A&gt; but I need to solve the blank issue first, otherwise there will be no matches at all when using the Table2 Company Post Code as seed for seaching within Table1 Postal Code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 12:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123783#M19498</guid>
      <dc:creator>demonioazul</dc:creator>
      <dc:date>2016-06-28T12:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: QSense - Looking for and getting values in another table</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123784#M19499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the script for both methods.&lt;/P&gt;&lt;P&gt;Join seems to run a little quicker than applymap in this instance as i wasn't able to do the geopoint in the mapping load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN OPTION:&lt;/P&gt;&lt;P&gt;DataSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Sales Person],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Order Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Many other fields available, but for the sake of simplicity I included only these&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; purgechar([Company Post Code],' ') as [Company Post Code]&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table2_CustomerDataSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is DataSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (DataSample)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PostalCodeSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Postal Code] as [Company Post Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; GeoMakePoint(Latitude,Longitude) as PhilosGeoKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table1_CanadianPostCodesSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is PostalCodeSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPLYMAP OPTION:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PostalCodeSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Postal Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Latitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Longitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Location],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoMakePoint(Latitude,Longitude) as PhilosGeoKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Province]&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table1_CanadianPostCodesSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is PostalCodeSample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zipmap:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;[Postal Code],&lt;/P&gt;&lt;P&gt;PhilosGeoKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident PostalCodeSample;&lt;/P&gt;&lt;P&gt;Drop Table PostalCodeSample;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataSample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Sales Person],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Order Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Many other fields available, but for the sake of simplicity I included only these&lt;/P&gt;&lt;P&gt;&amp;nbsp; Applymap ('Zipmap',purgechar([Company Post Code],' '), 'N/A') as philosgeokey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Post Code]&lt;/P&gt;&lt;P&gt; FROM [lib://Folder/Table2_CustomerDataSample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is DataSample);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 16:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123784#M19499</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-06-28T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: QSense - Looking for and getting values in another table</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123785#M19500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much, &lt;A href="https://community.qlik.com/qlik-users/222922"&gt;danansell42&lt;/A&gt;‌!! &lt;/P&gt;&lt;P&gt;I was so stuck trying with many other ways that were way too complicated...&lt;/P&gt;&lt;P&gt;This works perfectly!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-Looking-for-and-getting-values-in-another-table/m-p/1123785#M19500</guid>
      <dc:creator>demonioazul</dc:creator>
      <dc:date>2016-06-28T18:22:45Z</dc:date>
    </item>
  </channel>
</rss>

