<?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: Special Characters Restriction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361426#M615116</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;Please find the attached qvw. Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 05:27:14 GMT</pubDate>
    <dc:creator>Muthu</dc:creator>
    <dc:date>2017-07-11T05:27:14Z</dc:date>
    <item>
      <title>Special Characters Restriction</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361423#M615113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a situation in which I have a column with descriptions, the problem is that if any of the special characters (that is any character other than 0 to 9, a to z , A to Z) are contained in it. I want to mark it.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The problem is tried looping through each value character by character , it becomes too much time taking.&amp;nbsp; I have about 20K values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Description&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="text-decoration: underline;"&gt;I want mark&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Hello&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;OK&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Hello)hi&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bad&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bye&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;OK&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bye's&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bad&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;All suggestion and help much appreciated , Especially from&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 04:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361423#M615113</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2017-07-11T04:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters Restriction</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361424#M615114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? If you have counted the different strings that may useful to use with &lt;STRONG&gt;PurgeChar()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Description, If(SubStringCount(KeepChar(Description,'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'),Description), 'OK', 'Bad') as [I want Mark] Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hello&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hello)hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bye&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bye's&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169714_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 04:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361424#M615114</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-11T04:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters Restriction</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361425#M615115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seem fine, now a small complication what if I want to OK to some description that has single quote (')?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 05:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361425#M615115</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2017-07-11T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters Restriction</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361426#M615116</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;Please find the attached qvw. Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 05:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361426#M615116</guid>
      <dc:creator>Muthu</dc:creator>
      <dc:date>2017-07-11T05:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters Restriction</title>
      <link>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361427#M615118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha, There is no such escape sequence in qlikview. But, Work around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; Replace(Description, '%', Chr(39)) as Desciption, &lt;/P&gt;&lt;P&gt;If(SubStringCount(KeepChar(Description,'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ%'),Description), 'OK', 'Bad') as [I want Mark];&lt;/P&gt;&lt;P&gt;LOAD Replace(Description, Chr(39), '%') as Description Inline [&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Hello)hi&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Bye's&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - If you ask in your data has&amp;nbsp; % as well. Then i suggest you to done where different character like Circle or Square ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169721_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 05:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-Characters-Restriction/m-p/1361427#M615118</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-11T05:28:31Z</dc:date>
    </item>
  </channel>
</rss>

