<?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: Remove characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234725#M862646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case we have other special characters apart from - we need to add them in PurgeChar which is not a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Dec 2016 11:29:33 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-12-26T11:29:33Z</dc:date>
    <item>
      <title>Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234720#M862641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field containing records lik this&lt;/P&gt;&lt;P&gt;ID&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;&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;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;10000-ABC&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ABC123&lt;/P&gt;&lt;P&gt;123NBA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove all alphabets and show olny nos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID&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;&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;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;10000&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; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;123&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;123&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/Remove-characters/m-p/1234720#M862641</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234721#M862642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KeepChar(ID,'0123456789') as ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234721#M862642</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-26T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234722#M862643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it already but not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234722#M862643</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2016-12-26T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234723#M862644</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;Adding to Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more solution&amp;nbsp; &lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000-ABC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123NBA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt; Result:&lt;/P&gt;&lt;P&gt; LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PurgeChar(ID,'ABCDEFGHIJKLMNOPQRSTUVWXYX-') AS NEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Resident a;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="purge.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147631_purge.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234723#M862644</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-12-26T11:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234724#M862645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147641_Capture.PNG" style="height: 202px; width: 620px;" /&gt;check this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234724#M862645</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-26T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234725#M862646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case we have other special characters apart from - we need to add them in PurgeChar which is not a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234725#M862646</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-26T11:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234726#M862647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah manish you are right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;. but instance he can use this for this case &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234726#M862647</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-12-26T11:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234727#M862648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what if i Have a record lik this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123-abc123&lt;/P&gt;&lt;P&gt;i want only 123&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234727#M862648</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2016-12-26T11:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234728#M862649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean 1st 123?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if you have&lt;/P&gt;&lt;P&gt;234-DEF-222&lt;/P&gt;&lt;P&gt;What is the result you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 11:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234728#M862649</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-26T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234729#M862650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use subfield function for this &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From Help file&lt;/P&gt;&lt;P class="syntax" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A name="kanchor1289" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;A class="Bold" name="subfield" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;subfield&lt;/A&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;s, 'delimiter' [ , index ] &lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;In its three-parameter version, this script function returns a given substring from a larger string &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;s&lt;/SPAN&gt; with delimiter &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'delimiter'&lt;/SPAN&gt;. &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;index&lt;/SPAN&gt; is an optional integer denoting which of the substrings should be returned. If &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;index&lt;/SPAN&gt; is omitted when&lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt; subfield&lt;/SPAN&gt; is used in a field expression in a &lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;load&lt;/SPAN&gt; statement, the &lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;subfield&lt;/SPAN&gt; function will cause the &lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;load&lt;/SPAN&gt; statement to automatically generate one full record of input data for each substring that can be found in &lt;SPAN style="font-weight: inherit; font-style: italic; font-family: inherit;"&gt;s&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;In its two-parameter version, the &lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;subfield&lt;/SPAN&gt; function generates one record for each substring that can be taken from a larger string &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;s&lt;/SPAN&gt; with the delimiter &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'delimiter'&lt;/SPAN&gt;. If several &lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;subfield&lt;/SPAN&gt; functions are used in the same &lt;SPAN style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;load&lt;/SPAN&gt; statement, the Cartesian product of all combinations will be generated.&lt;/P&gt;&lt;P class="example" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Examples:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(For three parameters)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;subfield(S, ';' ,2)&lt;/SPAN&gt; returns '&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;cde&lt;/SPAN&gt;' if S is '&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;abc&lt;/SPAN&gt;;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;cde&lt;/SPAN&gt;;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;efg&lt;/SPAN&gt;'&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;subfield(S, ';' ,1)&lt;/SPAN&gt; returns NULL if S is an empty string&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;subfield(S, ';' ,1)&lt;/SPAN&gt; returns an empty string if S is ';'&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 12:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234729#M862650</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-12-26T12:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234730#M862651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want only 234&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 12:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234730#M862651</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2016-12-26T12:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234731#M862652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;It would be better, if you provide few more sample ID along with expected output.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;10000-ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000&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;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;123NBA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;123-abc123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;234-DEF-222&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; 234&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC-10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;234DEF222&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DEF234-222&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Provide whatever different criteria of ID you are having.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or, provide us the proper logic to work.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 12:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234731#M862652</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-26T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234732#M862653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this okay ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147685_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 05:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234732#M862653</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-12-27T05:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234733#M862654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Use below script to archive desired result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; font-size: 10pt; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000-ABC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123NBA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;Table2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;Load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;PurgeChar(ID,'ABCDEFGHIJKLMNOPQRSTUVWXYX-') as NEWID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;Resident Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'trebuchet ms', geneva;"&gt;Drop Table Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; font-size: 10pt;"&gt;Warm regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; font-size: 10pt;"&gt;Venkata Sreekanth&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 09:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters/m-p/1234733#M862654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-27T09:17:08Z</dc:date>
    </item>
  </channel>
</rss>

