<?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: Normalising mapping table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318300#M408912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry should have clarified the normalised tab was my expected outputted values of the original mapping. For my real life example the mapping table may be updated so I need to script to pick up these changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2017 14:01:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-06T14:01:33Z</dc:date>
    <item>
      <title>Normalising mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318296#M408908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have the following mapping table 'SALES_MAPPING' which I am mapping to my main table SALES.. I want to normalise some of the SALES_PERSON values so the names appear as in the per the 'normalised' tab. ( Effectively I am just reducing them to single names, without surnames, initials etc ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a standard mapping load statement to load in the mapping table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where would I write the modifications to normalise the values - would it be in the mapping load statement or in the applymap statement and if so what should it look like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318296#M408908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Normalising mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318297#M408909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the above is your Mapping Table? You can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MappingTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SALES_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(SALES_PERSON, '.', 1) as SALES_PERSON&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use ApplyMap as you would....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318297#M408909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Normalising mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318298#M408910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shibli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Normalised also contains the SALES_ID, why don't you just map the Normalised table to your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318298#M408910</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-06T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Normalising mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318299#M408911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mapNames:&lt;/P&gt;&lt;P&gt;LOAD Sales_ID, SALESPERSON FROM Sales_Mapping.xlsx (ooxml, embedded labels, table is [Normalized]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;APPLYMAP('mapNames', Sales_ID)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SALESPERSON_NORMALIZED&lt;/P&gt;&lt;P&gt;FROM .....;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318299#M408911</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-06-06T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Normalising mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318300#M408912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry should have clarified the normalised tab was my expected outputted values of the original mapping. For my real life example the mapping table may be updated so I need to script to pick up these changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318300#M408912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Normalising mapping table</title>
      <link>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318301#M408913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBFIELD(SALESPERSON, '.', 1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS FirstName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Normalising-mapping-table/m-p/1318301#M408913</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-06-06T14:08:03Z</dc:date>
    </item>
  </channel>
</rss>

