<?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 quick applymap example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515616#M192533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would someone upload a small example of how to use applymap?&amp;nbsp; I'd really appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 21:53:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-12T21:53:03Z</dc:date>
    <item>
      <title>quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515616#M192533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would someone upload a small example of how to use applymap?&amp;nbsp; I'd really appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515616#M192533</guid>
      <dc:creator />
      <dc:date>2013-11-12T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515617#M192534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a video on youtube on how to do a simple applymap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview ApplyMap by RFB 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515617#M192534</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T21:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515618#M192535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works just like VLOOKUP in Excel but the lookup table must only contain 2 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515618#M192535</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T21:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515619#M192536</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;Here is some code in the load script using apply map&lt;/P&gt;&lt;P&gt;Step 1: Create Mapping Table. This table is loading in the Alpha2CountryCode and DimCountryID from a QVD that stores country information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISOCode:&lt;/P&gt;&lt;P&gt;Mapping LOAD DimCountryID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alpha2CountryCode&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vL.QVDPath)vDim_Country.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: Apply this map to transaction table. This will return the Alpha2CountryCode when i provide a valid ID. Otherwise Unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DimDateID,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DimCustomerID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DimProductID, &lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RevenueAmount, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap ('ISOCode', BookingLocationDimCountryID,'Country_Unknown')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[$(vL.QVDPath)Transactions.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515619#M192536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515620#M192537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed example.&lt;/P&gt;&lt;P&gt;Also note that&lt;/P&gt;&lt;P&gt;1) Mapping Table should be loaded before the table in which ApplyMap need to be used&lt;/P&gt;&lt;P&gt;2) Mapping Table should be having exactly two columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515620#M192537</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-11-12T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515621#M192538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think I see it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why isn't '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BookingLocationDimCountryID&lt;/SPAN&gt;' actually '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DimCountryID&lt;/SPAN&gt;?'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515621#M192538</guid>
      <dc:creator />
      <dc:date>2013-11-12T22:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515622#M192539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant upload an example, but here is some screen prints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a qvd of a mapping table containing 2 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add Warehouse Description to my Chambers Table that contains a common field of Warehouse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2216.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48882_2013-11-12_2216.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in my chamber table I use the ApplyMap function to lookup against my mapping table above, so I can add the Warehouse Description to Chamber Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2216_001.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48883_2013-11-12_2216_001.png" style="width: 620px; height: 111px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically it has allowed me add the Warehouse Description to my Chambers table, like you would use the VLOOKUP Function in Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515622#M192539</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T22:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515623#M192540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my transactions table I had a number of CountryIDs. This example uses the booking location. Essentially I am just passing the value of this ID into the mapping load. E.g. if the mapping load has the following and BookingLocationDimCountryID is 3, the apply map function will return SE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, Alpha2&lt;/P&gt;&lt;P&gt;1, AU&lt;/P&gt;&lt;P&gt;2, NZ&lt;/P&gt;&lt;P&gt;3, SE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515623#M192540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T22:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515624#M192541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may find my blog post on ApplyMap useful, it details the basic and more advanced syntax of the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question about the field names; unlike fields that associate in the data model (where name matching is critical) there is no need to match the fieldnames with Mapping tables.&amp;nbsp; It only matters which field you load as column one (this is the field you are matching) and column two (the value you are applying).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get your head around how to use ApplyMap you will find it an elegant way of solving many data load challenges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 23:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515624#M192541</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-11-12T23:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515625#M192542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;why&amp;nbsp; are we using mapping keyword??&lt;/P&gt;&lt;P&gt;is it mandatory that mapping table only have 2 colums??&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515625#M192542</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515626#M192543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishnupriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r not using mapping keyword then it won't&amp;nbsp; consider as a mapping table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so mapping is mandatory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s its mandatory to u have 2 coloumns , if u have more than that take a resident of that table with 2 coloumns and apply applymap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515626#M192543</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515627#M192544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for giving answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to Qlik View.please give me reply for these questions.&lt;/P&gt;&lt;P&gt;what is the use of resident??&lt;/P&gt;&lt;P&gt;&amp;nbsp; why we will get synthatic keys??&lt;/P&gt;&lt;P&gt;How to remove synthatic keys??&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515627#M192544</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515628#M192545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident load:&lt;/P&gt;&lt;P&gt;loading the data from previously loaded table&lt;/P&gt;&lt;P&gt;if example i have 100 fields in one table but for my work i want only 5 fields that time i simply go with like&lt;/P&gt;&lt;P&gt;products:&lt;/P&gt;&lt;P&gt;apple&lt;/P&gt;&lt;P&gt;banana&lt;/P&gt;&lt;P&gt;fruit&lt;/P&gt;&lt;P&gt;orange&lt;/P&gt;&lt;P&gt;sapota&amp;nbsp; &lt;/P&gt;&lt;P&gt;jama&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using resident:&amp;nbsp;&amp;nbsp; u want only&amp;nbsp;&amp;nbsp; banana ,jama means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;banana,&lt;/P&gt;&lt;P&gt;jama&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident products;&amp;nbsp;&amp;nbsp; - so simply u can load fields which u want , no need to load all&lt;/P&gt;&lt;P&gt;( 5 to 6 fields u can go for comment , if 100 fields are there and u want only 5 that case we use resident)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;synthetic keys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we have more than one common field between 2 tables then we get synthetic key&lt;/P&gt;&lt;P&gt;ways to remove:&lt;/P&gt;&lt;P&gt;commenting field,&lt;/P&gt;&lt;P&gt;renaming field&lt;/P&gt;&lt;P&gt;qualifier and unqualifier ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ekkada nerchukuntunaru vishnu priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this answer helpful to u pls make it as&amp;nbsp; a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515628#M192545</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515629#M192546</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;what is the use of resident:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to apply any transformation just use resident load for groupby and order by and having by clauses like that we can use resident load instead of doing normal load.it will give gud performance.already existing table if we wwant to load once again that is called resident load.\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; why we will get synthatic keys:&lt;/P&gt;&lt;P&gt;if we have morethan 1 common key in moretahn 1 table then the synthetic key table will form.it will give may or maynot perfect result better to avoid it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove synthetic keys:&lt;/P&gt;&lt;P&gt;renaming field,&lt;/P&gt;&lt;P&gt;qualifier and unqualifier statement ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 12:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515629#M192546</guid>
      <dc:creator />
      <dc:date>2014-11-11T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515630#M192547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello My friend, I want to learn how i can use the Mapping sentence and Applymap function. I have the following script, but it doesn't work. Coul you help me please? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map1:&lt;/P&gt;&lt;P&gt;mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id, valor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a1, uno&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a2, dos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a3, tres&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a4, cuatro&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as Nombre, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as Ciudad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('map1',valor,'descnonoci') as valor&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;prueba.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 21:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515630#M192547</guid>
      <dc:creator />
      <dc:date>2015-01-20T21:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515631#M192548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second parameter of the ApplyMap function is the field that you are mapping on to, I would expect this to be either @1, @2 or @3 - depending on which field contains the values a1,a2,a3 and a4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The blog post I reference below has quite a lot of detail on the various options for the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 22:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515631#M192548</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-01-20T22:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515632#M192549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve, Thanks for your clarification. Now it works.&lt;/P&gt;&lt;P&gt;The correct expression is:&amp;nbsp; ApplyMap('map1',@1,'descnonoci') as valor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 13:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515632#M192549</guid>
      <dc:creator />
      <dc:date>2015-01-21T13:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515633#M192550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Learning Post!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 07:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515633#M192550</guid>
      <dc:creator />
      <dc:date>2015-07-23T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515634#M192551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Alan found that video very easy to understand and make sense of Applymap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515634#M192551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-18T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: quick applymap example</title>
      <link>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515635#M192552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the exellent example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 13:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quick-applymap-example/m-p/515635#M192552</guid>
      <dc:creator />
      <dc:date>2016-08-22T13:10:09Z</dc:date>
    </item>
  </channel>
</rss>

