<?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 Macro Double quote in a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149624#M27778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2009 22:27:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-17T22:27:45Z</dc:date>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149618#M27772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm doing a macro in order to upload data in the database. using vb script.&lt;/P&gt;&lt;P&gt;As the database as specific type for each field, i need for one field to have double quote (") inside a string.&lt;/P&gt;&lt;P&gt;I mean that my field must be for example: "A"$"2008". That mean that if i put this into a variable, the value of the variable must be :&lt;/P&gt;&lt;P&gt;var = "&lt;STRONG&gt;"A"$"2008"&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;I'm trying to do so as in vba that mean :&lt;/P&gt;&lt;P&gt;var = """" &amp;amp; "A" &amp;amp; """" &amp;amp; "$" &amp;amp; """" &amp;amp; "2008" &amp;amp; """"&lt;/P&gt;&lt;P&gt;but this doesn't work. I have also tried using chr(34) instead of """" but still the same.&lt;/P&gt;&lt;P&gt;Can anybody help me please ?&lt;/P&gt;&lt;P&gt;Thx a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 18:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149618#M27772</guid>
      <dc:creator />
      <dc:date>2009-07-17T18:28:32Z</dc:date>
    </item>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149619#M27773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the following and it seems to be ok:&lt;/P&gt;&lt;P&gt;sub toto&lt;/P&gt;&lt;P&gt;dim myvar&lt;/P&gt;&lt;P&gt;myvar = chr(34) &amp;amp; "A" &amp;amp; chr(34) &amp;amp; "$" &amp;amp; chr(34) &amp;amp; "2008" &amp;amp; chr(34)&lt;BR /&gt;msgbox myvar&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 19:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149619#M27773</guid>
      <dc:creator />
      <dc:date>2009-07-17T19:14:16Z</dc:date>
    </item>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149620#M27774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that this is working but only because the msgbox assume alone that if it found 2 " it just keep one.&lt;/P&gt;&lt;P&gt;Look at the value of your variable, you will see that it was :&lt;/P&gt;&lt;H2&gt;"""A""$""2008"""&lt;/H2&gt;&lt;P&gt;That mean with to much ".&lt;/P&gt;&lt;P&gt;As i concatewnate this to others values, i really need to have only the good " in my variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 20:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149620#M27774</guid>
      <dc:creator />
      <dc:date>2009-07-17T20:26:11Z</dc:date>
    </item>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149621#M27775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached an example. Hope this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 21:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149621#M27775</guid>
      <dc:creator />
      <dc:date>2009-07-17T21:01:00Z</dc:date>
    </item>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149622#M27776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx but it still the same!!&lt;/P&gt;&lt;P&gt;What i want is that the value of the variable (in the macro module -&amp;gt; Variable window (when debug for exemple)) is the following: ""A"$"2008"".&lt;/P&gt;&lt;P&gt;It means a "X" to assume that X is the string and X="A"$"2008".&lt;/P&gt;&lt;P&gt;In fact it was just having a variable (type string) with a " inside the string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 21:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149622#M27776</guid>
      <dc:creator />
      <dc:date>2009-07-17T21:32:58Z</dc:date>
    </item>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149623#M27777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i found another way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 22:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149623#M27777</guid>
      <dc:creator />
      <dc:date>2009-07-17T22:19:24Z</dc:date>
    </item>
    <item>
      <title>Macro Double quote in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149624#M27778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 22:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Double-quote-in-a-string/m-p/149624#M27778</guid>
      <dc:creator />
      <dc:date>2009-07-17T22:27:45Z</dc:date>
    </item>
  </channel>
</rss>

