<?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 in text string causing problems in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552418#M1126818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, but I can't make it work here (I tried to replace the '&amp;amp;' using the replace function in QV, but I couldn't - not to any other string or sign ..)&lt;/P&gt;&lt;P&gt;However, I found a solution. In my excel-data I replaced '&amp;amp;' with 'chr(38)'. Then when loading into QV I replaced 'chr(38)' with '&amp;amp;'. Peculiarly that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anayway, thanks all for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 14:08:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-10T14:08:29Z</dc:date>
    <item>
      <title>Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552413#M1126813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My dataset has a text variable where some of the strings contain ampersands (&amp;amp;). When using the variable in QV, whether its in list boxes or tables, the ampersand cuts off the string. E.g. "A dog &amp;amp; a cat" returns the shown text " a cat".&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have tried using &lt;EM&gt;text(varname) as [varname]&lt;/EM&gt; in Edit script, but without any luck..&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>Tue, 10 Dec 2013 10:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552413#M1126813</guid>
      <dc:creator />
      <dc:date>2013-12-10T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552414#M1126814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Bruno&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would using the Replace() function to replace the '&amp;amp;' with the text 'and' be acceptable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552414#M1126814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552415#M1126815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;Thanks, but unfortunately this is not possible as the '&amp;amp;' has to be replaced with different words in different strings (and, AND, the Danish word for 'and'). I cannot know which exact word, whitout going through all strings in the dataset.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552415#M1126815</guid>
      <dc:creator />
      <dc:date>2013-12-10T10:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552416#M1126816</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;Can you provide a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552416#M1126816</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-12-10T11:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552417#M1126817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;You can replace &amp;amp; with chr(38) in your string and it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552417#M1126817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552418#M1126818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, but I can't make it work here (I tried to replace the '&amp;amp;' using the replace function in QV, but I couldn't - not to any other string or sign ..)&lt;/P&gt;&lt;P&gt;However, I found a solution. In my excel-data I replaced '&amp;amp;' with 'chr(38)'. Then when loading into QV I replaced 'chr(38)' with '&amp;amp;'. Peculiarly that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anayway, thanks all for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552418#M1126818</guid>
      <dc:creator />
      <dc:date>2013-12-10T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552419#M1126819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see this behaviour and I would not expect any issues with &amp;amp;. See the attached where I am loading from a spreadsheet column containing cells with &amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you should post an example so that we can discover why you are having this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552419#M1126819</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-12-10T14:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ampersand in text string causing problems</title>
      <link>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552420#M1126820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for this... I tried it using the same qlikview generator and its displaying properly.&lt;/P&gt;&lt;P&gt;something must be wrong with how my file was encoded...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, thanks a lot..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 01:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ampersand-in-text-string-causing-problems/m-p/552420#M1126820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-02T01:28:30Z</dc:date>
    </item>
  </channel>
</rss>

