<?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: Look up in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528645#M107577</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300668"&gt;@Tool_Tip&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ApplyMap works, as long as the data from contact.qvd is distinct.&lt;/P&gt;&lt;P&gt;A script might look something like this:&lt;/P&gt;&lt;P&gt;Mobile_Map:&lt;BR /&gt;Mapping Load&lt;BR /&gt;ID,&lt;BR /&gt;Mobile&lt;BR /&gt;from contact.qvd;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ExcelData:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Name,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Region,&lt;BR /&gt;ApplyMap('Mobile_Map', Id, 'N.A:') as Mobile&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;FROM [lib://Files /MyFiles/003).xlsx];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few important things to remember, when using a mapping load:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The table will automatically be dropped and not show in your data model,&lt;/P&gt;&lt;P&gt;2. Your mapping table must exist of two fields, so if you wanted to map the Emails you'd need a second mapping table.&lt;/P&gt;&lt;P&gt;3. The field used as a mapping criteria must always be loaded first in the mapping table.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Lennart&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 08:55:24 GMT</pubDate>
    <dc:creator>lennart_mo</dc:creator>
    <dc:date>2025-08-28T08:55:24Z</dc:date>
    <item>
      <title>Look up</title>
      <link>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528634#M107572</link>
      <description>&lt;P&gt;Dear experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have following excel data loaded into qliksense:&lt;/P&gt;&lt;P&gt;ExcelData:&lt;BR /&gt;LOAD&lt;BR /&gt;Id&lt;BR /&gt;Name,&lt;BR /&gt;Region&lt;BR /&gt;FROM [lib://Files /MyFiles/003).xlsx];&lt;/P&gt;&lt;P&gt;Now for each of the ID from this excel we want to display its respective mobile from database table says " Contact"&lt;/P&gt;&lt;P&gt;So we load db table as&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Contact:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Mobile,&lt;/P&gt;&lt;P&gt;Email&lt;/P&gt;&lt;P&gt;from contact.qvd;&lt;/P&gt;&lt;P&gt;So generally we do left join between these table based on id field and get the result.&lt;/P&gt;&lt;P&gt;Is there any other way we can achive this useing applymap or lookup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note- there are more than 2 columns in each of the table not just 2.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528634#M107572</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2025-08-28T08:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Look up</title>
      <link>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528638#M107574</link>
      <description>&lt;P&gt;Hi, you can use any of those options, the best solution may be based on the data on the desired outcome.&lt;/P&gt;&lt;P&gt;In example, can be differnt mobiles for the same ID? and if there are many different mobiles you want to show only one or all of them?&lt;/P&gt;&lt;P&gt;You can also a 'group by' with a concat to have all different data from the same id in a single row.&lt;/P&gt;&lt;P&gt;Even in some situations it will be better to load 2 different tables to avoid unwanted duplications.&lt;/P&gt;&lt;P&gt;I think it will be better if you write the issue you have found and why you want to use another option.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528638#M107574</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-08-28T08:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Look up</title>
      <link>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528639#M107575</link>
      <description>&lt;P&gt;Dear Rub,&lt;/P&gt;&lt;P&gt;Please consider here, one ID, one mobile not multiple.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528639#M107575</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2025-08-28T08:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Look up</title>
      <link>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528645#M107577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300668"&gt;@Tool_Tip&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ApplyMap works, as long as the data from contact.qvd is distinct.&lt;/P&gt;&lt;P&gt;A script might look something like this:&lt;/P&gt;&lt;P&gt;Mobile_Map:&lt;BR /&gt;Mapping Load&lt;BR /&gt;ID,&lt;BR /&gt;Mobile&lt;BR /&gt;from contact.qvd;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ExcelData:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Name,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Region,&lt;BR /&gt;ApplyMap('Mobile_Map', Id, 'N.A:') as Mobile&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;FROM [lib://Files /MyFiles/003).xlsx];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few important things to remember, when using a mapping load:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The table will automatically be dropped and not show in your data model,&lt;/P&gt;&lt;P&gt;2. Your mapping table must exist of two fields, so if you wanted to map the Emails you'd need a second mapping table.&lt;/P&gt;&lt;P&gt;3. The field used as a mapping criteria must always be loaded first in the mapping table.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Lennart&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Look-up/m-p/2528645#M107577</guid>
      <dc:creator>lennart_mo</dc:creator>
      <dc:date>2025-08-28T08:55:24Z</dc:date>
    </item>
  </channel>
</rss>

