<?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 Replace function not working. Please help? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886298#M1012387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am trying to replace below in script. But it is showing error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Replace(Lead,'Adam O'Balson','Adam O Balson') as Lead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any wrong in above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 16:08:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-22T16:08:20Z</dc:date>
    <item>
      <title>Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886298#M1012387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am trying to replace below in script. But it is showing error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Replace(Lead,'Adam O'Balson','Adam O Balson') as Lead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any wrong in above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886298#M1012387</guid>
      <dc:creator />
      <dc:date>2015-04-22T16:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886299#M1012388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try With&lt;/P&gt;&lt;P&gt;=Replace(Lead,'Adam O'&amp;amp;Chr(39)&amp;amp;'Balson','Adam O Balson')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886299#M1012388</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-22T16:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886300#M1012389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. tried this not working. Any solution please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886300#M1012389</guid>
      <dc:creator />
      <dc:date>2015-04-23T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886301#M1012390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be working as you can see in the attached example, maybe there is something else wrong. What is the error? Otherwise please share a qvw which demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886301#M1012390</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-23T12:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886302#M1012391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not try this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Lead&lt;/SPAN&gt;, Chr(39), ' ')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886302#M1012391</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-23T13:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886303#M1012392</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;Use PurgeChar()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like PurgeChar(FieldName,Chr(39))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886303#M1012392</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-23T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886304#M1012393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It's working now. How can I change the same expression if I want to keep 'Adam O'Balson'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more requirement to use in pivot chart expression as below. when I am using this it is showing error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(Lead&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Mitchet','Sony', 'Adam O'Balson'),Lead) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886304#M1012393</guid>
      <dc:creator />
      <dc:date>2015-04-23T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886305#M1012394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the same problem as ' is used by qlikview as text delimiter. Same solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;If&lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Match&lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;(Lead&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'Mitchet','Sony', &lt;/SPAN&gt;'Adam O'&amp;amp;Chr(39)&amp;amp;'Balson'),Lead)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886305#M1012394</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-23T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886306#M1012395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works in 11.2 SR9 (two single apostrophes):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Match(Lead, 'Mitchet', 'Sony', 'Adam O''Balson'), Lead)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886306#M1012395</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-04-23T13:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886307#M1012396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886307#M1012396</guid>
      <dc:creator />
      <dc:date>2015-04-23T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function not working. Please help?</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886308#M1012397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-not-working-Please-help/m-p/886308#M1012397</guid>
      <dc:creator />
      <dc:date>2015-04-23T13:52:22Z</dc:date>
    </item>
  </channel>
</rss>

