<?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: How to identify fields that only contain [A-Z] characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101351#M764060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasmit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to clear the field then in your load script try using the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(Name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ') as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to keep Spaces then add a space into the list of Characters to keep, also if you wish to keep the lowercase letters as well then added those, the below version will also keep the spaces and lowercase letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(Name,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ') as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 16:14:33 GMT</pubDate>
    <dc:creator>atoz1158</dc:creator>
    <dc:date>2018-07-18T16:14:33Z</dc:date>
    <item>
      <title>How to identify fields that only contain [A-Z] characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101349#M764058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column in my data set called Name - this should contain names so values should be characters [A-Z] but unfortunately there are entries such as&amp;nbsp; special characters or numbers.&lt;/P&gt;&lt;P&gt;How can I check if the value only contains characters [A-Z} please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;JazzyK&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/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101349#M764058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify fields that only contain [A-Z] characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101350#M764059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len(Trim(PurgeChar(Lower(Name), 'abcdefghijklmnopqrstuvwxyz'))) &amp;gt; 0, 'Contain Special Characters or Numbers', 'Doesn't contain Special Characters or Numbers') as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101350#M764059</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify fields that only contain [A-Z] characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101351#M764060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasmit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to clear the field then in your load script try using the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(Name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ') as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to keep Spaces then add a space into the list of Characters to keep, also if you wish to keep the lowercase letters as well then added those, the below version will also keep the spaces and lowercase letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(Name,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ') as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101351#M764060</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2018-07-18T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify fields that only contain [A-Z] characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101352#M764061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That worked perfectly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 17:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101352#M764061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T17:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify fields that only contain [A-Z] characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101353#M764062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasmit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help others if this has now answered your question please mark the correct reply and set it as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 08:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-fields-that-only-contain-A-Z-characters/m-p/101353#M764062</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2018-07-19T08:44:57Z</dc:date>
    </item>
  </channel>
</rss>

