<?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 Multiple mapping records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-mapping-records/m-p/164860#M37406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have basically 2 tables :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A FACT table containing ID_PROJECT and EUROS&lt;/LI&gt;&lt;LI&gt;A PRECISION table containing ID_PROJECT and RESPONSABILITY_CENTER&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is getting EUROS by RESPONSABILITY CENTER.&lt;BR /&gt;I've tried lookup, but i have several RC for the same PROJECT.&lt;BR /&gt;Ive tried ApplyMap, but still the same issue.&lt;/P&gt;&lt;P&gt;MAP_PRJ_CA:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt; [Project ID] as ID_PRJ_TIME_MAP,&lt;BR /&gt; CA as CA_MAP&lt;BR /&gt;FROM&lt;BR /&gt;referentials\clients\PROJETS_PORTICO.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq)&lt;BR /&gt;WHERE Période = 'MARCH';&lt;/P&gt;&lt;P&gt;FACT:&lt;BR /&gt;LOAD&lt;BR /&gt;ResourceDriverSplit as EUROS&lt;BR /&gt;ApplyMap('MAP_PRJ_CA', [Project ID], NULL()) as CA,&lt;/P&gt;&lt;P&gt;I need your help !&lt;/P&gt;&lt;P&gt;Many thanks in advance for ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 17:36:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-16T17:36:26Z</dc:date>
    <item>
      <title>Multiple mapping records</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-mapping-records/m-p/164860#M37406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have basically 2 tables :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A FACT table containing ID_PROJECT and EUROS&lt;/LI&gt;&lt;LI&gt;A PRECISION table containing ID_PROJECT and RESPONSABILITY_CENTER&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is getting EUROS by RESPONSABILITY CENTER.&lt;BR /&gt;I've tried lookup, but i have several RC for the same PROJECT.&lt;BR /&gt;Ive tried ApplyMap, but still the same issue.&lt;/P&gt;&lt;P&gt;MAP_PRJ_CA:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt; [Project ID] as ID_PRJ_TIME_MAP,&lt;BR /&gt; CA as CA_MAP&lt;BR /&gt;FROM&lt;BR /&gt;referentials\clients\PROJETS_PORTICO.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq)&lt;BR /&gt;WHERE Période = 'MARCH';&lt;/P&gt;&lt;P&gt;FACT:&lt;BR /&gt;LOAD&lt;BR /&gt;ResourceDriverSplit as EUROS&lt;BR /&gt;ApplyMap('MAP_PRJ_CA', [Project ID], NULL()) as CA,&lt;/P&gt;&lt;P&gt;I need your help !&lt;/P&gt;&lt;P&gt;Many thanks in advance for ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 17:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-mapping-records/m-p/164860#M37406</guid>
      <dc:creator />
      <dc:date>2011-03-16T17:36:26Z</dc:date>
    </item>
    <item>
      <title>Multiple mapping records</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-mapping-records/m-p/164861#M37407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you have to use your fact table as mapping table as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;FACT:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt; [Project ID],&lt;BR /&gt; ResourceDriverSplit // Euros&lt;BR /&gt;FROM ... ;&lt;BR /&gt;&lt;BR /&gt;MAPPED:&lt;BR /&gt;LOAD&lt;BR /&gt; CA,&lt;BR /&gt; ApplyMap('FACT', [Project ID], NULL()) as MAPPED_EUROS&lt;BR /&gt;FROM ....;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 18:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-mapping-records/m-p/164861#M37407</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-03-16T18:08:43Z</dc:date>
    </item>
  </channel>
</rss>

