<?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: Remove Apostrophe in the string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884763#M992619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see also&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 06:07:08 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-07-06T06:07:08Z</dc:date>
    <item>
      <title>Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884750#M992606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to group a string into another group using wildmatch but the problem is that this string has a special character inside of it (see code)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(WildMatch(Group, 'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV'T FEEDSTOCK SUPPLY', )&amp;nbsp; , 'COMMERCIAL OPERATIONS' , Group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MARKETING &amp;amp; TRADING , RESEARCH &amp;amp; DEV'T FEEDSTOCK SUPPLY has a apostrophe between it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way around this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884750#M992606</guid>
      <dc:creator />
      <dc:date>2015-07-06T03:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884751#M992607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are using WildMatch, try this (use &lt;STRONG style="color: #ff0000;"&gt;*&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&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;STRONG&gt;=If(WildMatch(Group, 'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV&lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;T FEEDSTOCK SUPPLY'), 'COMMERCIAL OPERATIONS' , Group)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884751#M992607</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T03:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884752#M992608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the script works, it still doesn't group it to the COMMERCIAL OPERATIONS string. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884752#M992608</guid>
      <dc:creator />
      <dc:date>2015-07-06T03:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884753#M992609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884753#M992609</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T03:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884754#M992610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunindia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as requested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884754#M992610</guid>
      <dc:creator />
      <dc:date>2015-07-06T03:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884755#M992611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Group, 'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV*'), 'COMMERCIAL OPERATIONS', Group) as Group&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884755#M992611</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T03:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884756#M992612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA and reload the app; check with "&lt;STRONG&gt;NewGroup&lt;/STRONG&gt;" field. Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 04:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884756#M992612</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-07-06T04:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884757#M992613</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If(Match(&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Category,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV' &amp;amp; chr(39) &amp;amp; 'TFEEDSTOCK SUPPLY')&amp;nbsp; , 'COMMERCIAL OPERATIONS', Category) AS Group &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sample Load Script:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(Match(&lt;/P&gt;&lt;P&gt;Category,&lt;/P&gt;&lt;P&gt;'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV' &amp;amp; chr(39) &amp;amp; 'TFEEDSTOCK SUPPLY')&amp;nbsp; , 'COMMERCIAL OPERATIONS', Category) AS Group &lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Category&lt;/P&gt;&lt;P&gt;"MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV'TFEEDSTOCK SUPPLY"&lt;/P&gt;&lt;P&gt;Test1&lt;/P&gt;&lt;P&gt;Test2 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 04:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884757#M992613</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-06T04:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884758#M992614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jarlee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this :&lt;/P&gt;&lt;P&gt;This works precisely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(WildMatch(Group, 'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV'&amp;amp;chr(39)&amp;amp;'T'&amp;amp;chr(10)&amp;amp;'FEEDSTOCK SUPPLY', )&amp;nbsp; , 'COMMERCIAL OPERATIONS' , Group)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as there is a problem with this actual value.&amp;nbsp; after &lt;STRONG&gt;DEV'T , &lt;/STRONG&gt;there is a new line. So write above expression for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find app attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 04:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884758#M992614</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-07-06T04:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884759#M992615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunindia its working now thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 05:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884759#M992615</guid>
      <dc:creator />
      <dc:date>2015-07-06T05:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884760#M992616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;I tried with your script. But not working. If possible, could you please attach the sample file. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 05:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884760#M992616</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-06T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884761#M992617</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;PFA file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 05:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884761#M992617</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-06T05:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884762#M992618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You So much. I got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 06:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884762#M992618</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-06T06:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884763#M992619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see also&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 06:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884763#M992619</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-06T06:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884764#M992620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&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>Mon, 06 Jul 2015 10:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884764#M992620</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Apostrophe in the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884765#M992621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Match(Category,'MARKETING &amp;amp; TRADING ,RESEARCH &amp;amp; DEV&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;''&lt;/STRONG&gt;TFEEDSTOCK SUPPLY')&amp;nbsp; , 'COMMERCIAL OPERATIONS', Category) AS Group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 11:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Apostrophe-in-the-string/m-p/884765#M992621</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-06T11:04:24Z</dc:date>
    </item>
  </channel>
</rss>

