<?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 Skip special characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370948#M137954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there is any function in Qlikview which skip special characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a string, I just want to read only digits 1 to9 and A-Z from a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 07:04:48 GMT</pubDate>
    <dc:creator>harleen_singh</dc:creator>
    <dc:date>2012-07-27T07:04:48Z</dc:date>
    <item>
      <title>Skip special characters</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370948#M137954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there is any function in Qlikview which skip special characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a string, I just want to read only digits 1 to9 and A-Z from a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 07:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370948#M137954</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2012-07-27T07:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Skip special characters</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370949#M137955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1268"&gt;&lt;/A&gt;&lt;A name="KeepChar"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;KeepChar(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;s1 , s2&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the string &lt;SPAN class="Italic"&gt;s1&lt;/SPAN&gt; less all characters not contained in string &lt;SPAN class="Italic"&gt;s2&lt;/SPAN&gt;. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;keepchar ( 'a1b2c3','123' ) &lt;/SPAN&gt;returns '&lt;SPAN class="Italic"&gt;123'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 07:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370949#M137955</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-07-27T07:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Skip special characters</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370950#M137956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use the opposite, PurgeChar(String, 'Characters to exclude')&lt;/P&gt;&lt;P&gt;This removes the unwanted characters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 07:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370950#M137956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-27T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Skip special characters</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370951#M137957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use KeepChar or PurgeChar function, both will help you in skipping special charecters. Using Keepchar you can keep (e.g. 0-9 and Aa-Zz) required charecters and using purgechar you can actually purge/skip unwanted charecters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 08:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-special-characters/m-p/370951#M137957</guid>
      <dc:creator />
      <dc:date>2012-07-27T08:13:45Z</dc:date>
    </item>
  </channel>
</rss>

