<?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/1349154#M832429</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 class="syntax" data-mc-conditions="Primary.NotToTranslate"&gt;ApplyMap('map_name', expression [ , default_mapping ] )&lt;/P&gt;&lt;P class="return_type" data-mc-autonum="Return data type: "&gt;&lt;SPAN class="autonumber"&gt;Return data type: &lt;/SPAN&gt;dual&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: "&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-right: auto;"&gt;&lt;THEAD&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--"&gt;Argument&lt;/TH&gt;&lt;TH class="HeadG--"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyI--" data-mc-conditions="Primary.NotToTranslate"&gt;map_name&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="BodyG--"&gt;The name of a mapping table that has previously been created through the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate"&gt;mapping load&lt;/SPAN&gt; or the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate"&gt;mapping select&lt;/SPAN&gt; statement. Its name must be enclosed by single, straight quotation marks. &lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyI--" data-mc-conditions="Primary.NotToTranslate"&gt;expression&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="BodyG--"&gt;The expression, the result of which should be mapped.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyC--" data-mc-conditions="Primary.NotToTranslate"&gt;default_mapping&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="BodyA--"&gt;&lt;P&gt;If stated, this value will be used as a default value if the mapping table does not contain a matching value for expression. If not stated, the value of expression will be returned as is. &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 09:51:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-12T09:51:22Z</dc:date>
    <item>
      <title>Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349151#M832426</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;Can someone please explain me what is this below applymap does ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ApplyMap('Disposition_Email',Lead_UID,'No')='No';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349151#M832426</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349152#M832427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loads all rows with a Lead_UID value that doesn't appear in mapping table 'Disposition_Email', or that does appear in the mapping table but with a translation value of 'No'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here: &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/MappingFunctions/ApplyMap.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/MappingFunctions/ApplyMap.htm"&gt;ApplyMap ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349152#M832427</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-12T09:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349153#M832428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loads all rows with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Lead_UID value that appears in second column of mapping table with the condition "NO'.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349153#M832428</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2017-06-12T09:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349154#M832429</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 class="syntax" data-mc-conditions="Primary.NotToTranslate"&gt;ApplyMap('map_name', expression [ , default_mapping ] )&lt;/P&gt;&lt;P class="return_type" data-mc-autonum="Return data type: "&gt;&lt;SPAN class="autonumber"&gt;Return data type: &lt;/SPAN&gt;dual&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: "&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-right: auto;"&gt;&lt;THEAD&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--"&gt;Argument&lt;/TH&gt;&lt;TH class="HeadG--"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyI--" data-mc-conditions="Primary.NotToTranslate"&gt;map_name&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="BodyG--"&gt;The name of a mapping table that has previously been created through the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate"&gt;mapping load&lt;/SPAN&gt; or the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate"&gt;mapping select&lt;/SPAN&gt; statement. Its name must be enclosed by single, straight quotation marks. &lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyI--" data-mc-conditions="Primary.NotToTranslate"&gt;expression&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="BodyG--"&gt;The expression, the result of which should be mapped.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyC--" data-mc-conditions="Primary.NotToTranslate"&gt;default_mapping&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="BodyA--"&gt;&lt;P&gt;If stated, this value will be used as a default value if the mapping table does not contain a matching value for expression. If not stated, the value of expression will be returned as is. &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349154#M832429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349155#M832430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Peter's link, have a look at Steve's blog which illustrates how you can get the most out of Applymap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="https://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;https://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 11:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349155#M832430</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2017-08-09T11:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349156#M832431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will return the results with no mapping in the mapping table, as default mapping defined is 'no' and in where condition it is checking load only records with name as 'no'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 11:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/1349156#M832431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T11:59:00Z</dc:date>
    </item>
  </channel>
</rss>

