<?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: How to pickup the first match using the ApplyMap? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644880#M236343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our case as we are getting inconsistent output in both the data models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you mean to say "Order By" in the mapping table will resolve this issue? Please confirm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 16:20:38 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2014-05-23T16:20:38Z</dc:date>
    <item>
      <title>How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644872#M236335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have two dashboards, as it picks up multiple value from the mapping table we are serious data issue in the mapping table. So the data is inconsistent between both the data models. To have a consistent data in both the data model how can we always pick the first match in while using the applymap in both the data models so that data is consistent.(or) Can we use order by while storing the data into the mapping table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 09:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644872#M236335</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-23T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644873#M236336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess ApplyMap by default takes the first match. Have you experienced otherwise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644873#M236336</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-23T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644874#M236337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mee too I think that &lt;/P&gt;&lt;P&gt;regarding order maybe you can order the map table in this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpmap: &lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;from,to&lt;/P&gt;&lt;P&gt;1,z&lt;/P&gt;&lt;P&gt;1,a&lt;/P&gt;&lt;P&gt;1,b&lt;/P&gt;&lt;P&gt;2,n&lt;/P&gt;&lt;P&gt;2,m&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map:&lt;/P&gt;&lt;P&gt;mapping load * Resident tmpmap &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;order by from,to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // comment or uncomment to see difference&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;DROP table tmpmap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load dim, ApplyMap('map', dim) as fieldmapped;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;dim&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;]&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644874#M236337</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-23T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644875#M236338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ApplyMap does indeed always use the first instance found. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have two dashboards, and the ApplyMaps in the two return different values, then they must be differently sorted. So, yes, sorting by Order By (works with Load ...Resident) in both places will probably solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644875#M236338</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-23T10:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644876#M236339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for all your inputs!&lt;/P&gt;&lt;P&gt;To brief you more about the issue. We using the applymap based in the combination of the two values. For example if the value is Field1=A and value of Field2=B and in the mapping table if we have two or more value for this combination. 1st data model picks the 1st value(X) and 2nd data model picks the 2nd value(Y) and inconsistent data has been fetched in both data model.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name Town City&lt;/STRONG&gt;&lt;BR /&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;BR /&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So we would like to know what changes are required to fetch the consistent data across the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the issue clear now. Let me know if you have any questions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 11:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644876#M236339</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-23T11:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644877#M236340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps I don't understand your question but it seems it works also with a combination of two fields &lt;/P&gt;&lt;P&gt;you always get the first (depends on order) city (01 for A B, 02 for C D)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpmap:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;name,town,city&lt;/P&gt;&lt;P&gt;A,B, city 99&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A,B, city 01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;C,D, city 69&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C,D, city 02&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map:&lt;/P&gt;&lt;P&gt;mapping load name &amp;amp; '-' &amp;amp; town, city Resident tmpmap&lt;/P&gt;&lt;P&gt;order by name,town,city&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;DROP table tmpmap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load dim1,dim2, ApplyMap('map', dim1 &amp;amp; '-' &amp;amp; dim2) as fieldmapped;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;dim1,dim2&lt;/P&gt;&lt;P&gt;A,B&lt;/P&gt;&lt;P&gt;C,D&lt;/P&gt;&lt;P&gt;Z,Z&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 11:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644877#M236340</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-23T11:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644878#M236341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there is anyway that it always cosider the first match and rest all deleted from mapping table? So that data is consistent across both the data models? Please confirm!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 15:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644878#M236341</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-23T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644879#M236342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That &lt;EM style="text-decoration: underline;"&gt;is&lt;/EM&gt; how it works. The first match is always used, and the others are neglected. The entire mapping table is deleted at the end of the script execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 15:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644879#M236342</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-23T15:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644880#M236343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our case as we are getting inconsistent output in both the data models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you mean to say "Order By" in the mapping table will resolve this issue? Please confirm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 16:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644880#M236343</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-23T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644881#M236344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm thinking of trying the below. I think below one should be working. Please let me know your suggestions on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RegionTable:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;Load Name &amp;amp; "_" &amp;amp; Town,max(CityCode) as Code&lt;/P&gt;&lt;P&gt;From qvd&lt;/P&gt;&lt;P&gt;Group by Name,Town;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If above will not work then please let me know what can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 08:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644881#M236344</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-25T08:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644882#M236345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;Above code will not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; as the CountryCode will contains AlphaNumeric values so Min or Max wont work in this case... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; So was using MaxString/MinString in this case &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;Please suggest something if you have anything in mind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 10:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644882#M236345</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-25T10:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644883#M236346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;every code that will produce a mapping table &lt;/P&gt;&lt;P&gt;- ordered (see henric/tresesco/my answer)&lt;/P&gt;&lt;P&gt;- or with only one record by name and town (your answer using max/minstring group by, or with peek)&lt;/P&gt;&lt;P&gt;should works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 13:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644883#M236346</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-25T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644884#M236347</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;in fact mapping always chooses first element, if you want to try with another mapping script here it goes : Using firstsortedvalue&lt;/P&gt;&lt;P&gt;MAP_DATA:&lt;/P&gt;&lt;P&gt;LOAD *,Rowno() as Rowno INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Town, City&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1, T1, C1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1, T1, C2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1, T1, C3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2, T1, C4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2, T1, C5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2, T1, C6&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CITY_MAP:&lt;/P&gt;&lt;P&gt;mapping load Name&amp;amp;'-'&amp;amp;Town as MAP_CITY_KEY,&lt;/P&gt;&lt;P&gt;City;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Town,&lt;/P&gt;&lt;P&gt;FirstSortedValue(City,Rowno) as City&lt;/P&gt;&lt;P&gt;Resident MAP_DATA group by Name,Town;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP table MAP_DATA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORGINAL_TABLE:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;ApplyMap('CITY_MAP',Name&amp;amp;'-'&amp;amp;Town,'No Data') as City;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Town, Data, Bla&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1, T1, DATA1, BLA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2, T1, DATA2, BLA BLA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N3,T1,DATA3,BLA BLA BLA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 15:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644884#M236347</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-05-25T15:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644885#M236348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo and Prem. &lt;/P&gt;&lt;P&gt;Will try your options and will update you as soon as possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 18:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644885#M236348</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-05-25T18:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to pickup the first match using the ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644886#M236349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to modify this code, by allowing it to loop through the mapping list.&amp;nbsp; (see attached)&lt;/P&gt;&lt;P&gt;With the same key, is there any way I could get the 2nd and 3rd matches using a while/for loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest any other better methods.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 07:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pickup-the-first-match-using-the-ApplyMap/m-p/644886#M236349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-08T07:03:43Z</dc:date>
    </item>
  </channel>
</rss>

