<?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: Applymap in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395799#M701650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using FIRST_NAME it was a typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think so its not handling string value for comparison.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 18:17:21 GMT</pubDate>
    <dc:creator>hkg_qlik</dc:creator>
    <dc:date>2012-10-09T18:17:21Z</dc:date>
    <item>
      <title>Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395795#M701646</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;I am using applymap with string field (Customer Name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUST_NAME_MAP:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;upper(trim(firstname)) as First_NAME,&lt;/P&gt;&lt;P&gt;'YES'&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;Customer.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer_New:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Customer Alt ID,&lt;/P&gt;&lt;P&gt; upper(trim(FIRST_NAME)) as FIRST_NAME,&lt;/P&gt;&lt;P&gt;ApplyMap('CUST_NAME_MAP',upper(trim(FIRST_NAME)),'NO') as CUST_MEM_FLAG,&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;Customer_new.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its giving incorrect output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 17:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/395795#M701646</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2012-10-09T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395796#M701647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the fieldname in Customer.qvd 'firstname' or should it be 'FIRST_NAME' like you use for Customer_new.qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 17:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/395796#M701647</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-09T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395797#M701648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'FIRST_NAME'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 17:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/395797#M701648</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2012-10-09T17:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395798#M701649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then to create your mapping table you need to use FIRST_NAME too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUST_NAME_MAP:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;upper(trim(FIRST_NAME)) as First_NAME,&lt;/P&gt;&lt;P&gt;'YES'&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;Customer.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/395798#M701649</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-09T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395799#M701650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using FIRST_NAME it was a typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think so its not handling string value for comparison.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/395799#M701650</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2012-10-09T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/395800#M701651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you say, it doesn't work / giving incorrect output, what does this mean in more detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe a string value mapping should be possible, seems to work for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CUST_NAME_MAP:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;upper(trim(FIRST_NAME)) as First_NAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'YES'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FIRST_NAME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Stefan&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Peter&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thomas&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Customer_New:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Customer_Alt_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;upper(trim(FIRST_NAME)) as FIRST_NAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ApplyMap('CUST_NAME_MAP',upper(trim(FIRST_NAME)),'NO') as CUST_MEM_FLAG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Customer_Alt_ID, FIRST_NAME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, SteFaN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, Stefan&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3, Hanno&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4, Tomas,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5, THOmas&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/395800#M701651</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-09T18:27:05Z</dc:date>
    </item>
  </channel>
</rss>

