<?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 ApplyMap Usage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142288#M21779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lary.&lt;/P&gt;&lt;P&gt;Have a look at &lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;. There is some good info her for applymaps.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2012 16:06:24 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2012-05-01T16:06:24Z</dc:date>
    <item>
      <title>ApplyMap Usage</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142285#M21776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please explain when in which scenario we need to use the applymap ?Please give one simple example.&lt;/P&gt;&lt;P&gt;-Lary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 00:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142285#M21776</guid>
      <dc:creator />
      <dc:date>2009-04-24T00:09:29Z</dc:date>
    </item>
    <item>
      <title>ApplyMap Usage</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142286#M21777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's for simple mapping purposes like this:&lt;/P&gt;&lt;P class="hcp4"&gt;input =&amp;gt; output&lt;BR /&gt;1 =&amp;gt; A&lt;BR /&gt;2 =&amp;gt; B&lt;BR /&gt;2 =&amp;gt; C&lt;/P&gt;&lt;P class="hcp4"&gt;Map1:&lt;BR /&gt;mapping load * inline [x,y&lt;BR /&gt;1,A&lt;BR /&gt;2,B&lt;BR /&gt;3, C] ;&lt;/P&gt;&lt;TABLE cellspacing="0" class="hcp6" style="width:450px;" width="450"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="hcp7" valign="top" width="47%"&gt;&lt;P class="hcp8"&gt;ApplyMap ( 'Map1', 2 )&lt;/P&gt;&lt;/TD&gt;&lt;TD class="hcp7" valign="top" width="11%"&gt;&lt;P class="hcp8"&gt;returns&lt;/P&gt;&lt;/TD&gt;&lt;TD class="hcp7" style="width:41%;" valign="top" width="41%"&gt;&lt;P class="hcp9" style="text-align: left"&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 00:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142286#M21777</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-04-24T00:41:21Z</dc:date>
    </item>
    <item>
      <title>ApplyMap Usage</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142287#M21778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lary,&lt;/P&gt;&lt;P&gt;Here is a scenario:&lt;BR /&gt;Thre is a table "Users" that contains UserId and UserName. There is another table "Organisations", where there are fields OwnerId, which contains UserId, and ProjectManagerId also contains UserId. And one more table, Orders, with fields AccountId and SalesRepId. You want Orders linked Organizations by AccountId, and not by any users.&lt;BR /&gt;to deal with all these multiple User roles, create map:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;UserMap:&lt;BR /&gt;MAPPING SQL SELECT DISTINCT&lt;BR /&gt;UserId,&lt;BR /&gt;UserName&lt;BR /&gt;FROM Users;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;And use it as many times as you want:&lt;BR /&gt;applymap('UserMap', OwnerId) as "Account Owner"&lt;BR /&gt;applymap('UserMap', ProjectManagerId ) as "SaleProject Manager"&lt;BR /&gt;applymap('UserMap', SalesRepId) as "Sales Rep"&lt;BR /&gt;... &lt;BR /&gt;In the other words, it is used here as a picklist. Not the only possible use of the aplymap, but probably the most typical. &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142287#M21778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-29T08:54:33Z</dc:date>
    </item>
    <item>
      <title>ApplyMap Usage</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142288#M21779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lary.&lt;/P&gt;&lt;P&gt;Have a look at &lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;. There is some good info her for applymaps.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 16:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Usage/m-p/142288#M21779</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2012-05-01T16:06:24Z</dc:date>
    </item>
  </channel>
</rss>

