<?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 quotation in conditional name - script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63069#M606418</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 need to import the data set with condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;[Rating Description])= 'MOODY'S LONG-TERM ISSUER RATING'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error because of the quotation mark in MOODY'S&lt;/P&gt;&lt;P&gt;How I can handle with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2018 13:45:02 GMT</pubDate>
    <dc:creator>arsenal1983</dc:creator>
    <dc:date>2018-05-07T13:45:02Z</dc:date>
    <item>
      <title>quotation in conditional name - script</title>
      <link>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63069#M606418</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 need to import the data set with condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;[Rating Description])= 'MOODY'S LONG-TERM ISSUER RATING'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error because of the quotation mark in MOODY'S&lt;/P&gt;&lt;P&gt;How I can handle with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 13:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63069#M606418</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2018-05-07T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: quotation in conditional name - script</title>
      <link>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63070#M606419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;where [Rating Description]= 'MOODY'&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;'&lt;/SPAN&gt;S LONG-TERM ISSUER RATING'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 13:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63070#M606419</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-07T13:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: quotation in conditional name - script</title>
      <link>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63071#M606421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where WildMatch([Rating Description], 'MOODY&lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;S LONG-TERM ISSUER RATING'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where WildMatch([Rating Description], 'MOODY&lt;SPAN style="color: #ff0000;"&gt;?&lt;/SPAN&gt;S LONG-TERM ISSUER RATING'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 13:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63071#M606421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-07T13:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: quotation in conditional name - script</title>
      <link>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63072#M606422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually replace these values during the load for a character or string I know for sure this field, say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Replace([Rating Description], Chr(39), '$$$') AS [Rating Description],&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now instead of ' you will have $$$, which is easier to find, replace, and even remove in a later step in the script prior to displaying data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other options:&lt;/P&gt;&lt;P&gt;'MOODY''S LONG-TERM ISSUER RATING' // see the double single quote to "escape" the ' character&lt;/P&gt;&lt;P&gt;'MOODY' &amp;amp; Chr(39) &amp;amp; 'S LONG-TERM ISSUER RATING' // use the ASCII Chr() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 13:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63072#M606422</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-05-07T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: quotation in conditional name - script</title>
      <link>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63073#M606423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;where&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[Rating Description])=&lt;/P&gt;&lt;P&gt;'MOODY'&amp;amp;chr(39)&amp;amp;'S LONG-TERM ISSUER RATING'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 14:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quotation-in-conditional-name-script/m-p/63073#M606423</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-07T14:09:46Z</dc:date>
    </item>
  </channel>
</rss>

