<?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: Ampersand with Applymap in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530421#M40491</link>
    <description>&lt;P&gt;Would you be able to share an example of where the &amp;amp; is? Is it in the field from which you map from or is the &amp;amp; used in map to?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 12:00:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-01-15T12:00:49Z</dc:date>
    <item>
      <title>Ampersand with Applymap</title>
      <link>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530412#M40490</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I came across an odd issue today...&lt;/P&gt;&lt;P&gt;When using Applymap() with an '&amp;amp;' in the field being mapped, it gives an incorrect answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone experienced this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;J&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530412#M40490</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2024-11-16T06:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand with Applymap</title>
      <link>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530421#M40491</link>
      <description>&lt;P&gt;Would you be able to share an example of where the &amp;amp; is? Is it in the field from which you map from or is the &amp;amp; used in map to?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530421#M40491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-15T12:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand with Applymap</title>
      <link>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530432#M40492</link>
      <description>&lt;P&gt;so the mapping load uses a text field to map to an id eg:&lt;/P&gt;&lt;P&gt;MapComID:&lt;/P&gt;&lt;P&gt;CompanyName, ID&lt;/P&gt;&lt;P&gt;John &amp;amp; James, 123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then applymap then using companyname...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530432#M40492</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2019-01-15T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand with Applymap</title>
      <link>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530643#M40493</link>
      <description>&lt;P&gt;From what i know theres no issues with &amp;amp;. ran a simple test below&lt;/P&gt;&lt;PRE&gt;companymap:
mapping load * inline [
CompanyName, ID
John &amp;amp; James, 123
Jack,321
Jack &amp;amp; Jill, 456
]
;
Test:
load *,
ApplyMap('companymap',CompanyName,'')as ID;
Load * Inline [
CompanyName, Sales
John &amp;amp; James, 10000
Jack,1300
Jack &amp;amp; Jill, 1500

]
;&lt;/PRE&gt;&lt;P&gt;Output is correct&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3790i245730231257BDC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Most likely check your source file/tables.&amp;nbsp;Seem to remember few threads where&amp;nbsp;excel&amp;nbsp;&amp;nbsp;messed something up resulting in&amp;nbsp;issues which seemed like &amp;amp; issue you mentioned&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 20:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530643#M40493</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-15T20:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand with Applymap</title>
      <link>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530645#M40494</link>
      <description>e.g.&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Ampersand-in-text-string-causing-problems/td-p/552413" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/Ampersand-in-text-string-causing-problems/td-p/552413&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2019 20:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ampersand-with-Applymap/m-p/1530645#M40494</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-15T20:14:27Z</dc:date>
    </item>
  </channel>
</rss>

