<?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: Mapping or ??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436750#M162900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Customer Master File]:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;CustID,&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[Budget File]:&lt;/P&gt;&lt;P&gt;Left Join ([Customer Master File])&lt;/P&gt;&lt;P&gt;LOAD CustID, [Sales Person] as [Sales Person Budget] Inline [&lt;/P&gt;&lt;P&gt;CustID,&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;123R,&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Field CustID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[Budget File]:&lt;/P&gt;&lt;P&gt;Left Join ([Customer Master File])&lt;/P&gt;&lt;P&gt;LOAD CustID, [Sales Person] as [Sales Person Budget] Inline [&lt;/P&gt;&lt;P&gt;CustID,&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;123R,&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 20:51:11 GMT</pubDate>
    <dc:creator>eddysanchez</dc:creator>
    <dc:date>2013-05-07T20:51:11Z</dc:date>
    <item>
      <title>Mapping or ???</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436747#M162897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two files as shown below&lt;/P&gt;&lt;P&gt;Customer Master File&lt;/P&gt;&lt;P&gt;CustID&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Budget File&lt;/P&gt;&lt;P&gt;CustID&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;123R&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Customer Master file shows U10 as the customer was reasigned to a different Sales Person. &lt;/P&gt;&lt;P&gt;I need the budget file to show U10 for both Customer IDs 123 and 123R.&amp;nbsp; Note: CustomerID 123R is not in the customer master file. It is a "fake" customer in the budget file that holds a rebate budget , hence the "R" after the real customer ID.&lt;/P&gt;&lt;P&gt;How would I accomplish this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436747#M162897</guid>
      <dc:creator />
      <dc:date>2013-05-07T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping or ???</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436748#M162898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping is fine, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;BR /&gt;MAPPING LOAD DISTINCT&lt;BR /&gt; CustID as Input&lt;BR /&gt; "Sales Person" as Output&lt;BR /&gt;RESIDENT "Customer Master File";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt; CustID,&lt;BR /&gt; applymap('Map', purgechar(CustID, 'R')) as "Sales Person"&lt;BR /&gt;RESIDENT "Budget File";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436748#M162898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-07T20:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping or ???</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436749#M162899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thanks Michael. I forgot that the applymap needed to be a "RESIDENT" table load.&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436749#M162899</guid>
      <dc:creator />
      <dc:date>2013-05-07T20:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping or ???</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436750#M162900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Customer Master File]:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;CustID,&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[Budget File]:&lt;/P&gt;&lt;P&gt;Left Join ([Customer Master File])&lt;/P&gt;&lt;P&gt;LOAD CustID, [Sales Person] as [Sales Person Budget] Inline [&lt;/P&gt;&lt;P&gt;CustID,&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;123R,&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Field CustID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[Budget File]:&lt;/P&gt;&lt;P&gt;Left Join ([Customer Master File])&lt;/P&gt;&lt;P&gt;LOAD CustID, [Sales Person] as [Sales Person Budget] Inline [&lt;/P&gt;&lt;P&gt;CustID,&amp;nbsp; Sales Person&lt;/P&gt;&lt;P&gt;123,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;123R,&amp;nbsp;&amp;nbsp;&amp;nbsp; U12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-or/m-p/436750#M162900</guid>
      <dc:creator>eddysanchez</dc:creator>
      <dc:date>2013-05-07T20:51:11Z</dc:date>
    </item>
  </channel>
</rss>

