<?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 use PurgeChar along with string function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342806#M832960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Using KeepChar function, I am able to get the result however there is one problem in using this function we are not able to get the char and number combination data.&lt;/P&gt;&lt;P&gt;for example: Amit1234 is a pure data but how to get this using keepchar or purge char is a problem&lt;/P&gt;&lt;P&gt;Could you be able to help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 09:52:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-06-13T09:52:55Z</dc:date>
    <item>
      <title>How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342800#M832954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QlikView and i have to develop a report which gives pure data without any special char.&lt;/P&gt;&lt;P&gt;I do not want any blanks/any junk nor the numeric. Only characters is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&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-use-PurgeChar-along-with-string-function/m-p/1342800#M832954</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342801#M832955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be just this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KeepChar(FieldName, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz') as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342801#M832955</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-09T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342802#M832956</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;Please provide your sample data with expected output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342802#M832956</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-09T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342803#M832957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this syntax &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KeepChar(FieldName, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz') as FieldName, but it returns the junk value which I do not require. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So I tried in other way KeepChar(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FieldName&lt;/STRONG&gt;, '!!!,###,***,$$$,12345,()()()')) as FieldName and think so it is working. but dont know is this the correct way of using the function.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sandhya&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342803#M832957</guid>
      <dc:creator />
      <dc:date>2017-06-09T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342804#M832958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am initially trying this on one field (say Customer Name) and I want to have pure data without any special character&lt;/P&gt;&lt;P&gt;for example: Mahesh Kumar is Pure data... but ####Mahesh****!!!Kumar is data with special characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am able to provide you with the details of what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342804#M832958</guid>
      <dc:creator />
      <dc:date>2017-06-09T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342805#M832959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanghya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for delay...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;KeepChar([Customer Name],'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz');&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Customer Name&lt;/P&gt;&lt;P&gt;####Mahesh****!!!Kumar&lt;/P&gt;&lt;P&gt;Sandhya###Japtap&amp;amp;%(@&amp;amp;#&amp;amp;%&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Result:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;MaheshKumar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SandhyaJaptap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 15:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342805#M832959</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-09T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342806#M832960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Using KeepChar function, I am able to get the result however there is one problem in using this function we are not able to get the char and number combination data.&lt;/P&gt;&lt;P&gt;for example: Amit1234 is a pure data but how to get this using keepchar or purge char is a problem&lt;/P&gt;&lt;P&gt;Could you be able to help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 09:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342806#M832960</guid>
      <dc:creator />
      <dc:date>2017-06-13T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342807#M832961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keepchar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amit1234,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz') //&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;it will give result&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Amit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;purgechar(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amit1234,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;it will give result&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; color: #0000ff;"&gt;1234&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mahesh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342807#M832961</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-13T16:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342808#M832962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I am still not getting the correct answer. below is my data &lt;/P&gt;&lt;P&gt;&amp;nbsp; out of which I want pure data for example ('Dustin Graves', 'Ashish','Sandhya',Amit1234') only. the other data including special character and only numbers should not be considered. Using PurgeChar and KeepChar, I am not able to get the combination of char and numbers. Could you be able to help here how to get this done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 283px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="283"&gt;123Art Johnson,III&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Dustin Graves&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;!!!$%VALMONT INDUSTRIES, INC.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PACCAR####&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;CTC-Suite Renovation Program-1x4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;amp;&amp;amp;&amp;amp;*****Unknown****&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;****CRM****####&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;12345 JCI project. 57 Luxor 300 156 Luxor 600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AAP !!!####%%%%&amp;amp;&amp;amp;&amp;amp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;****AAMCOR ***&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;123134343424542sasdsfpoi*******&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Ashish&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;P&gt;423165&lt;/P&gt;&lt;P&gt;Amit1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342808#M832962</guid>
      <dc:creator />
      <dc:date>2017-06-15T08:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342809#M832963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please share the Input and Required output,that is easy for me in excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342809#M832963</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-15T09:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342810#M832964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you expecting like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166969_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342810#M832964</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-15T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342811#M832965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes that's correct! I am expecting exactly the same. However it would be for all the data coming from source so not just few records. I want to have pure data without having any special characters, only numbers and any kind of junks like whitespaces, nulls. Just pure data and combination of char+number would do.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1288275-166969/Untitled.png"&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" height="85" src="https://community.qlik.com/legacyfs/online/166972_Untitled.png" width="154" /&gt;&lt;/A&gt; exactly like this, could you be able to share the code with me please that would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342811#M832965</guid>
      <dc:creator />
      <dc:date>2017-06-15T09:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342812#M832966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share the sample source in excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342812#M832966</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-15T15:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342813#M832967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1289017"&gt;Text&amp;amp;amp; numeric Data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342813#M832967</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-16T09:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use PurgeChar along with string function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342814#M832968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for all the help and quick responses. I have used the same solution in my code and it is working.&lt;/P&gt;&lt;P&gt;Thank you once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-PurgeChar-along-with-string-function/m-p/1342814#M832968</guid>
      <dc:creator />
      <dc:date>2017-06-20T06:45:26Z</dc:date>
    </item>
  </channel>
</rss>

