<?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: Set a string variable that include both single code and double code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179237#M895132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A different solution could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET vSingleAndDoubleQuote = [aaa ' bbb " ccc];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can read the explanation&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jul 2016 08:16:34 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-07-31T08:16:34Z</dc:date>
    <item>
      <title>Set a string variable that include both single code and double code</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179234#M895129</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;I know that Qlikview can use both single code and a double code for a declaring a string. Bu what if I need to declare a string with both single and double code as part of the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I said "Don't go to there again!"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to define a string that store the whole line. What can&amp;nbsp; I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elim&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/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179234#M895129</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set a string variable that include both single code and double code</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179235#M895130</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;Try this code.&lt;/P&gt;&lt;P&gt;Way1:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;I said "Don't go to there again!"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Way2:&lt;/P&gt;&lt;P&gt;Load '"I said '&amp;amp;'Don'&amp;amp;Chr(39)&amp;amp; 't go to There Again!"' as Field&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 07:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179235#M895130</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-07-31T07:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set a string variable that include both single code and double code</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179236#M895131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would be using the ASCII codes for those literals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example &lt;/P&gt;&lt;P&gt;vString&amp;nbsp; ='I said'&amp;amp;chr(34)&amp;amp;'Don'&amp;amp;chr(39)&amp;amp;'t go to there again!'&amp;amp;chr(34)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 07:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179236#M895131</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-31T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set a string variable that include both single code and double code</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179237#M895132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A different solution could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET vSingleAndDoubleQuote = [aaa ' bbb " ccc];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can read the explanation&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 08:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-string-variable-that-include-both-single-code-and-double/m-p/1179237#M895132</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-31T08:16:34Z</dc:date>
    </item>
  </channel>
</rss>

