<?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 clean a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520044#M1144316</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;You can use &lt;STRONG&gt;Purgechar&lt;/STRONG&gt; function to remove specific characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;{Name&lt;/P&gt;&lt;P&gt;Qlik--view];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Purgechar(Name,'-')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It returns Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps You.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 17:06:03 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2013-08-22T17:06:03Z</dc:date>
    <item>
      <title>How to clean a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520041#M1144313</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;how can I clean my addresses from unwanted characters ?&lt;/P&gt;&lt;P&gt;Into my addresses I have substrings like&amp;nbsp; "(some characters)"&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&amp;nbsp; MUNCHEN&amp;nbsp;&amp;nbsp; (string to remove) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would remove the "(string to remove)"&amp;nbsp; from&amp;nbsp; my addresses&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520041#M1144313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-22T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520042#M1144314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a lot of string functions (search in help);&lt;/P&gt;&lt;P&gt;to clean unwanted characters you have to define a rule, for example clear the character after the 10th or the character after the first '-' or '/'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To apply this rule you may use MID or LEFT function, otherwise it is hard to to ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520042#M1144314</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-08-22T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520043#M1144315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the purgechar function to remove specific characters, not strings, from fields. You can use the replace function to replace strings from fields (or other strings). By replacing a string with an empty string '' you effectively remove the string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 15:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520043#M1144315</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-22T15:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520044#M1144316</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;You can use &lt;STRONG&gt;Purgechar&lt;/STRONG&gt; function to remove specific characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;{Name&lt;/P&gt;&lt;P&gt;Qlik--view];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Purgechar(Name,'-')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It returns Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps You.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-a-field/m-p/520044#M1144316</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-08-22T17:06:03Z</dc:date>
    </item>
  </channel>
</rss>

