<?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: Are Keepchar &amp; Purgechar case sensitive? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251358#M864277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;afaik almost all qv functions are case sensitive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2016 01:42:11 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-12-30T01:42:11Z</dc:date>
    <item>
      <title>Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251351#M864270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are keepchar &amp;amp; purgechar case sensitive?&amp;nbsp; For example, if I want to purge all occurrences of the letter E (both upper and lower case), would I need to say&amp;nbsp; purgechar(FIELD1,'Ee') as NEW_FIELD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251351#M864270</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251352#M864271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes PurgeChar and KeepChar are case sensitive.&lt;/P&gt;&lt;P&gt;You need to write...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PurgeChar(FIELD,'Ee') as NEW_FIELD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 22:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251352#M864271</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-29T22:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251353#M864272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 example:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'0123456789$*-@#&amp;amp;') &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD_CLEAR&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;KeepChar&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD_CODE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'0123456789') &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CODE_CLEAR&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; FIELD, FIELD_CODE&lt;BR /&gt; Jhons09&amp;amp;5, 0001DSFJHDS&lt;BR /&gt; Alf$*--15, 0002SDFSSDS&lt;BR /&gt; Don@#$,&amp;nbsp;&amp;nbsp;&amp;nbsp; DFDSFSDR0003DSFJHDS&lt;BR /&gt; Mich0123456789, DFGDFRG0004DSFJHDS&lt;BR /&gt; &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 22:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251353#M864272</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-12-29T22:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251354#M864273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;escese me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;L&lt;/SPAN&gt;OAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'0123456789$*-@#&amp;amp;') &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD_CLEAR&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;KeepChar&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD_CODE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'0123456789') &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CODE_CLEAR&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; FIELD, FIELD_CODE&lt;BR /&gt; Jhons09&amp;amp;5, 0001DSFJHDS&lt;BR /&gt; Alf$*--15, 0002SDFSSDS&lt;BR /&gt; Don@#$,&amp;nbsp;&amp;nbsp;&amp;nbsp; DFDSFSDR0003DSFJHDS&lt;BR /&gt; Mich0123456789, DFGDFRG0004DSFJHDS&lt;BR /&gt; &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 22:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251354#M864273</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-12-29T22:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251355#M864274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can do this:&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;PurgeChar(&lt;SPAN style="color: #ff0000;"&gt;Upper&lt;/SPAN&gt;(FIELD1),'E')&lt;/STRONG&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;or&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;PurgeChar(&lt;SPAN style="color: #ff0000;"&gt;Lower&lt;/SPAN&gt;(FIELD1),'e')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 23:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251355#M864274</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-29T23:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251356#M864275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, wouldn't this potentially change also the case of characters one may want to keep?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 23:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251356#M864275</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-29T23:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251357#M864276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it would &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...&lt;/P&gt;&lt;P&gt;But at times that might be acceptable. In times it is not, I would use Manish's script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 23:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251357#M864276</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-29T23:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251358#M864277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;afaik almost all qv functions are case sensitive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 01:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251358#M864277</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-12-30T01:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Are Keepchar &amp; Purgechar case sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251359#M864278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 20:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Are-Keepchar-Purgechar-case-sensitive/m-p/1251359#M864278</guid>
      <dc:creator />
      <dc:date>2016-12-30T20:34:36Z</dc:date>
    </item>
  </channel>
</rss>

