<?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: VLookup (Or equivalent) in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37752#M2575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I need to lookup against existing places already in tables I have uploaded to the system though, will this work for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2018 16:08:28 GMT</pubDate>
    <dc:creator>richardm90</dc:creator>
    <dc:date>2018-05-31T16:08:28Z</dc:date>
    <item>
      <title>VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37749#M2572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to find the ability to use a VLookup in Qlik Sense to match the name of places to particular codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I can see to do this currently is via if statements, i.e.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Place]='London','LON')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 13:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37749#M2572</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-05-31T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37750#M2573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ric, you can create an mapping table with an inline table below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_RenamePlaces:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Place, New Name&lt;/P&gt;&lt;P&gt;Londen, LON&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in your table you can apply the mapping by adding an field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YouTable: &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;APPLYMAP('MAP_RenamePlaces',Place) AS Place_Renamed,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM YourTable; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 13:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37750#M2573</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2018-05-31T13:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37751#M2574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is your requirement? Are you trying to learn v lookup in qlik sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 13:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37751#M2574</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-31T13:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37752#M2575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I need to lookup against existing places already in tables I have uploaded to the system though, will this work for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 16:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37752#M2575</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-05-31T16:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37753#M2576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Exactly, I understand VLookup in general just unsure how to apply it in Qlik Sense. The list of places I have is already in tables within my Qlik Sense App, I just need to match them against specific codes and output those matching codes into a column. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 16:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37753#M2576</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-05-31T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37754#M2577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use lookup function or applymap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 17:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37754#M2577</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-31T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37755#M2578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ric, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using an inline table you can also use a FROM table (from your database or excel files) &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;MAPPING LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Place,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;New Name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM YourSourceTable; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37755#M2578</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2018-06-07T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: VLookup (Or equivalent) in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37756#M2579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can definitely use lookup function to search some data on other tables. Even you can search on current table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/InterRecordFunctions/LookUp.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/InterRecordFunctions/LookUp.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/InterRecordFunctions/LookUp.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 08:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/VLookup-Or-equivalent-in-Qlik-Sense/m-p/37756#M2579</guid>
      <dc:creator>kaanerisen</dc:creator>
      <dc:date>2018-06-07T08:55:18Z</dc:date>
    </item>
  </channel>
</rss>

