<?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 ApplyMap functions on two different fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-functions-on-two-different-fields/m-p/1721499#M723525</link>
    <description>&lt;P&gt;I have two ApplyMaps that I am using to create a new field. The two ApplyMaps check for a value in the Supplier Number and Supplier Name field. Sometimes I do not always have a value in the number field, so I want to check the name field. I want to create a new field using these ApplyMaps, but I am not sure how to write it so that each ApplyMap checks against the proper field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first ApplyMap looks like this:&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NumberMapping'),[Supplier Number]&lt;/P&gt;&lt;P&gt;The second one looks like this:&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NameMapping'),[Supplier Name]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do something like this...&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NumberMapping',[Supplier Number),ApplyMap('Supplier_NameMapping'),[Supplier Name] as ExceptionName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I format the above expression to work properly to create the new field?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:26:14 GMT</pubDate>
    <dc:creator>cliff_clayman</dc:creator>
    <dc:date>2024-11-16T00:26:14Z</dc:date>
    <item>
      <title>ApplyMap functions on two different fields</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-functions-on-two-different-fields/m-p/1721499#M723525</link>
      <description>&lt;P&gt;I have two ApplyMaps that I am using to create a new field. The two ApplyMaps check for a value in the Supplier Number and Supplier Name field. Sometimes I do not always have a value in the number field, so I want to check the name field. I want to create a new field using these ApplyMaps, but I am not sure how to write it so that each ApplyMap checks against the proper field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first ApplyMap looks like this:&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NumberMapping'),[Supplier Number]&lt;/P&gt;&lt;P&gt;The second one looks like this:&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NameMapping'),[Supplier Name]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do something like this...&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NumberMapping',[Supplier Number),ApplyMap('Supplier_NameMapping'),[Supplier Name] as ExceptionName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I format the above expression to work properly to create the new field?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-functions-on-two-different-fields/m-p/1721499#M723525</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2024-11-16T00:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap functions on two different fields</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-functions-on-two-different-fields/m-p/1721503#M723526</link>
      <description>&lt;P&gt;I would try&lt;/P&gt;&lt;P&gt;ApplyMap('Supplier_NumberMapping',[Supplier Number],ApplyMap('Supplier_NameMapping',[Supplier Name])) as ExceptionName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;if(Not IsNull([Supplier Number]),&lt;BR /&gt;ApplyMap('Supplier_NumberMapping',[Supplier Number]),&lt;BR /&gt;ApplyMap('Supplier_NameMapping',[Supplier Name])&lt;BR /&gt;) as ExceptionName&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 01:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-functions-on-two-different-fields/m-p/1721503#M723526</guid>
      <dc:creator>devan9876</dc:creator>
      <dc:date>2020-06-24T01:33:36Z</dc:date>
    </item>
  </channel>
</rss>

