<?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 Joining strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-strings/m-p/240486#M714651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;BR /&gt;&lt;BR /&gt;How do I join two strings together in script such as&lt;BR /&gt;&lt;BR /&gt;let a='a';&lt;BR /&gt;let b=' " ' and '$(a)' and ' " ';&lt;BR /&gt;&lt;BR /&gt;The result i want is "a" with the double quotes, is this possible?&lt;BR /&gt;The reason is because my text contains the single quote ' marks and QV try's to interpret these inside the script when i dont want it to.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 17:20:27 GMT</pubDate>
    <dc:creator>peter_turner</dc:creator>
    <dc:date>2010-10-18T17:20:27Z</dc:date>
    <item>
      <title>Joining strings</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-strings/m-p/240486#M714651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;BR /&gt;&lt;BR /&gt;How do I join two strings together in script such as&lt;BR /&gt;&lt;BR /&gt;let a='a';&lt;BR /&gt;let b=' " ' and '$(a)' and ' " ';&lt;BR /&gt;&lt;BR /&gt;The result i want is "a" with the double quotes, is this possible?&lt;BR /&gt;The reason is because my text contains the single quote ' marks and QV try's to interpret these inside the script when i dont want it to.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-strings/m-p/240486#M714651</guid>
      <dc:creator>peter_turner</dc:creator>
      <dc:date>2010-10-18T17:20:27Z</dc:date>
    </item>
    <item>
      <title>Joining strings</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-strings/m-p/240487#M714653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;let b=chr(34) &amp;amp; $(a) &amp;amp; chr(34) ;&lt;/P&gt;&lt;P&gt;chr(34) = "&lt;/P&gt;&lt;P&gt;Regards.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-strings/m-p/240487#M714653</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-18T17:23:16Z</dc:date>
    </item>
  </channel>
</rss>

