<?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: Single Quotes in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645273#M1062354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using double quotes&lt;/P&gt;&lt;P&gt;sum({$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NameField&lt;/SPAN&gt;={&lt;STRONG&gt;"&lt;/STRONG&gt;Example's&lt;STRONG&gt;"&lt;/STRONG&gt;}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 18:49:06 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-10-01T18:49:06Z</dc:date>
    <item>
      <title>Single Quotes in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645271#M1062352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing a SET at scale analysis of a table: &lt;/P&gt;&lt;P&gt;= NameField = 'Example's' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I igonrar the single quotes between the E and S?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 18:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645271#M1062352</guid>
      <dc:creator />
      <dc:date>2014-10-01T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Single Quotes in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645272#M1062353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using chr(39) as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&amp;nbsp; {$&amp;lt;NameField={$(='Example' &amp;amp;chr(39)&amp;amp;'s')}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 18:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645272#M1062353</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-01T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Single Quotes in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645273#M1062354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using double quotes&lt;/P&gt;&lt;P&gt;sum({$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NameField&lt;/SPAN&gt;={&lt;STRONG&gt;"&lt;/STRONG&gt;Example's&lt;STRONG&gt;"&lt;/STRONG&gt;}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 18:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645273#M1062354</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-01T18:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Single Quotes in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645274#M1062355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I wanted to throw this example a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645274#M1062355</guid>
      <dc:creator />
      <dc:date>2014-10-01T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Single Quotes in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645275#M1062356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the Calculated Dimension formula you are working on ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace() and purgechar() are also helpful functions here, but specifics are important.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Quotes-in-Set-Analysis/m-p/645275#M1062356</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-01T19:51:30Z</dc:date>
    </item>
  </channel>
</rss>

