<?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: Using ApplyMap with Conditional If statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83771#M783980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Mar 2018 11:20:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-11T11:20:08Z</dc:date>
    <item>
      <title>Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83763#M783972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I have a table with a "SupplierName".&amp;nbsp; The SupplierName can be blank or can have a value.&amp;nbsp; If it is blank, i use ApplyMap to provide a SupplierName in the QlikView loading statement as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 14pt;"&gt;IndiaImportsMapTable:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;CleanedDescription&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Supplier&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;[..\Data Files\Imports\IndiaImportsMapping.xlsx]&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;is&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; IndiaImportsKnowledgeBase); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;Later on in my LOAD script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; &lt;SPAN style="color: #0433ff;"&gt;ApplyMap&lt;/SPAN&gt;('IndiaImportsMapTable', &lt;SPAN style="color: #941100;"&gt;Description&lt;/SPAN&gt;) &lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;SupplierName&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;How can i use an IF statement to use ApplyMap only when the source field (SQL Server)is empty (isNull) but otherwise use the field name when it exists from the the data source in SQL Server?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Using-ApplyMap-with-Conditional-If-statement/m-p/83763#M783972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83764#M783973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believer you need to reverse your mapping table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:9px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #000000; border-style: none;"&gt;&lt;SPAN style="font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;IndiaImportsMapTable:&lt;/SPAN&gt;&lt;BR style="font-family: &amp;amp;font-size:9px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;" /&gt;&lt;SPAN style="font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #941100; border-style: none;"&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;&lt;STRONG style="font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: bold; border-color: #0433ff; border-style: none;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt; Supplier,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #941100; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #941100; border-style: none;"&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;CleanedDescription&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;, &lt;BR style="font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;&lt;BR style="font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;" /&gt; &lt;/SPAN&gt;[..\Data Files\Imports\IndiaImportsMapping.xlsx]&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;&lt;BR style="font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;" /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #000000; border-style: none;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; border-color: #0433ff; border-style: none;"&gt;is&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #000000; border-style: none;"&gt; IndiaImportsKnowledgeBase);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #000000; border-style: none;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #000000; border-style: none;"&gt;If SupplierName is really null and not spaces:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If(IsNull(SupplierName),&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #0433ff; border-style: none;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;('IndiaImportsMapTable',Supplier&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;),SupplierName) as SupplierName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;If it is spaces:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;If(Len(Trim(SupplierName)) &amp;lt; 1),&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff; font-family: &amp;amp;font-size:18.66px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px; border-color: #0433ff; border-style: none;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;('IndiaImportsMapTable',Supplier&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Courier New'; font-size: 18.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;),SupplierName) as SupplierName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 02:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83764#M783973</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-03-11T02:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83765#M783974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jerry, let me run it and will advise outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 02:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83765#M783974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-11T02:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83766#M783975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px; font-family: 'Courier New'; color: #0433ff;"&gt;if(&lt;SPAN style="color: #0433ff; font-family: 'Courier New'; font-size: 18.6667px;"&gt;isnull(&lt;/SPAN&gt;source_field), &lt;/SPAN&gt;&lt;SPAN style="font-size: 18.6667px; font-family: 'Courier New'; color: #0433ff;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 18.6667px;"&gt;('IndiaImportsMapTable', &lt;/SPAN&gt;&lt;SPAN style="font-size: 18.6667px; font-family: 'Courier New'; color: #941100;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 18.6667px;"&gt;),Field_Name) &lt;/SPAN&gt;&lt;SPAN style="font-size: 18.6667px; font-family: 'Courier New'; color: #0433ff;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="font-size: 18.6667px; font-family: 'Courier New'; color: #941100;"&gt;SupplierName&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 02:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83766#M783975</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-11T02:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83767#M783976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shivesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 04:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83767#M783976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-11T04:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83768#M783977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an issue with the above approach, there is double counting of Supplier names as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Double Counting.JPG" class="jive-image image-1" src="/legacyfs/online/195978_Double Counting.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This means the same Supplier name is coming from the ApplyMap and the other through the load script from SQL Server.&amp;nbsp; Is there a way of amalgamating the two same supplier names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 07:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83768#M783977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-11T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83769#M783978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15207557910636715" jivemacro_uid="_15207557910636715"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IndiaImportsMapTable:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mapping Load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Supplier,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; CleanedDescription&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Inline&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Supplier, CleanedDescription&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; A, AAA&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; B, BBB&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; C, CCC&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; D, DDD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; E, EEE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Fact:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Supplier,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; If(IsNull(Description) or Len(Trim(Replace(Description,'-',''))) = 0,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; ApplyMap('IndiaImportsMapTable',Supplier,Null()),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Description) as Description,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Sales&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Inline&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Supplier, Description, Sales&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; A, AAA, 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; B, -, 200&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; C,-, 300&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; D, DDD, 400&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; E, EEE, 500&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 08:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83769#M783978</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-11T08:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83770#M783979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to use Aggr function to group all the same suppliers as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;ValueUSD&lt;/SPAN&gt;), SupplierItemName) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where SupplierItemName is a "Drill Down" Groupfield.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 08:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83770#M783979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-11T08:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using ApplyMap with Conditional If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83771#M783980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 11:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ApplyMap-with-Conditional-If-statement/m-p/83771#M783980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-11T11:20:08Z</dc:date>
    </item>
  </channel>
</rss>

