<?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 MAP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MAP/m-p/172333#M715662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;in this code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tab:&lt;BR /&gt;lOAD *&lt;BR /&gt; iNLINE [&lt;BR /&gt;CAMPOb , CAMPOa&lt;BR /&gt;A ,bA&lt;BR /&gt;A,LL&lt;BR /&gt;AA, cc&lt;BR /&gt;GG , k&lt;BR /&gt;GG, z&lt;BR /&gt;A, VV&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MAPPA:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt;CAMPOa AS CMP01&lt;BR /&gt;, CAMPOb AS CMP02&lt;BR /&gt;resident tab;&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;CAMPOb,&lt;BR /&gt;ApplyMap('MAPPA' ,'A') as steff&lt;BR /&gt;resident tab;&lt;/P&gt;&lt;P&gt;I would to extract All field is linked to "A".&lt;/P&gt;&lt;P&gt;I axpected like result:&lt;/P&gt;&lt;P&gt;ba, LL, VV in a field called steff&lt;BR /&gt;, but doesn't work&lt;/P&gt;&lt;P&gt;Please some help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Slasj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2009 19:53:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-02T19:53:34Z</dc:date>
    <item>
      <title>MAP</title>
      <link>https://community.qlik.com/t5/QlikView/MAP/m-p/172333#M715662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;in this code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tab:&lt;BR /&gt;lOAD *&lt;BR /&gt; iNLINE [&lt;BR /&gt;CAMPOb , CAMPOa&lt;BR /&gt;A ,bA&lt;BR /&gt;A,LL&lt;BR /&gt;AA, cc&lt;BR /&gt;GG , k&lt;BR /&gt;GG, z&lt;BR /&gt;A, VV&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MAPPA:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt;CAMPOa AS CMP01&lt;BR /&gt;, CAMPOb AS CMP02&lt;BR /&gt;resident tab;&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;CAMPOb,&lt;BR /&gt;ApplyMap('MAPPA' ,'A') as steff&lt;BR /&gt;resident tab;&lt;/P&gt;&lt;P&gt;I would to extract All field is linked to "A".&lt;/P&gt;&lt;P&gt;I axpected like result:&lt;/P&gt;&lt;P&gt;ba, LL, VV in a field called steff&lt;BR /&gt;, but doesn't work&lt;/P&gt;&lt;P&gt;Please some help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Slasj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 19:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAP/m-p/172333#M715662</guid>
      <dc:creator />
      <dc:date>2009-12-02T19:53:34Z</dc:date>
    </item>
    <item>
      <title>MAP</title>
      <link>https://community.qlik.com/t5/QlikView/MAP/m-p/172334#M715663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You should use ApplyMap in the where statement instead of fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;InitialData:LOAD * INLINE [ CAMPOb, CAMPOa A, bA A, LL AA, cc GG, k GG, z A, VV];Map:MAPPING LOAD CAMPOa AS CMP01, CAMPOb AS CMP02RESIDENT InitialData;Result:LOAD CAMPOa AS STEFFRESIDENT InitialData&lt;STRONG&gt;WHERE ApplyMap('Map',CAMPOb) = 'A'&lt;/STRONG&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 20:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAP/m-p/172334#M715663</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-02T20:52:31Z</dc:date>
    </item>
  </channel>
</rss>

