<?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: How to recode 15 brand to 4 brand using Map thru Excel file  ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839291#M656672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//Applymap('MapBrand',(subfield(@282:298,' ',1)),@282:298) as [BRAND_],&lt;/P&gt;&lt;P&gt;Applymap('MapBrand',@282:298,'Other') as [BRAND_],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 May 2015 15:46:32 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-05-23T15:46:32Z</dc:date>
    <item>
      <title>How to recode 15 brand to 4 brand using Map thru Excel file  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839288#M656668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below script , it does not give me any error :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapBrand:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Brand_],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [SubBrand_]&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; mapsubbrand.xlsx (ooxml,embedded labels, table is [Sheet4]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My excel file have below brand :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand_ SubBrand_&lt;/P&gt;&lt;P&gt;HAKKO HAKKO&lt;/P&gt;&lt;P&gt;BECKHOFF BECKHOFF&lt;/P&gt;&lt;P&gt;MITSUBISHI MITSUBISHI&lt;/P&gt;&lt;P&gt;MITSUBISH MITSUBISHI&lt;/P&gt;&lt;P&gt;GE FANUC GE FANUC&lt;/P&gt;&lt;P&gt;GE GE FANUC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script when load raw data :-&lt;/P&gt;&lt;P&gt;Applymap('MapBrand',(subfield(@282:298,' ',1)),@282:298) as [BRAND_],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@282:298T as [bRAND_], // Pls note this field have more then 10 brand. I need to display only 4 brand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my issue is it display all the brand , I need you recode this filed BRAND_ only display 4 core brand , meaning i need it only display Beckhoff , Hakko , GE , Mitsubishi and Other ,Now it display all brand is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some one can advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 13:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839288#M656668</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-05-23T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to recode 15 brand to 4 brand using Map thru Excel file  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839289#M656670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enclosed My QV doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 14:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839289#M656670</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-05-23T14:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to recode 15 brand to 4 brand using Map thru Excel file  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839290#M656671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Applymap('MapBrand',(subfield(@282:298,' ',1)),'Others') as [BRAND_],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 14:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839290#M656671</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-23T14:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to recode 15 brand to 4 brand using Map thru Excel file  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839291#M656672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//Applymap('MapBrand',(subfield(@282:298,' ',1)),@282:298) as [BRAND_],&lt;/P&gt;&lt;P&gt;Applymap('MapBrand',@282:298,'Other') as [BRAND_],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 15:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839291#M656672</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-23T15:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to recode 15 brand to 4 brand using Map thru Excel file  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839292#M656673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not an answer to your question, but if you replace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;@282:298&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[@282:298]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then the editor will not show syntax error marks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 21:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839292#M656673</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-23T21:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to recode 15 brand to 4 brand using Map thru Excel file  ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839293#M656674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much it work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 23:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recode-15-brand-to-4-brand-using-Map-thru-Excel-file/m-p/839293#M656674</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-05-23T23:11:54Z</dc:date>
    </item>
  </channel>
</rss>

