<?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: Extract numeric part in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723956#M671017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use KeepChar(FieldName) as Field_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Regards&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 07:14:16 GMT</pubDate>
    <dc:creator>ychaitanya</dc:creator>
    <dc:date>2014-09-30T07:14:16Z</dc:date>
    <item>
      <title>Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723953#M671014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NEED help for following:-&lt;/P&gt;&lt;P&gt;PFA image&lt;/P&gt;&lt;P&gt;My data is in alphanumeric format as shown in attached image below i need to extract only numeric part :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723953#M671014</guid>
      <dc:creator />
      <dc:date>2014-09-30T07:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723954#M671015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from Qlik inline help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1290"&gt;&lt;/A&gt;&lt;A name="KeepChar"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;KeepChar&lt;/STRONG&gt;(&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;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1291"&gt;&lt;/A&gt;&lt;A name="purgechar"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;PurgeChar&lt;/STRONG&gt;(&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 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;purgechar ( 'a1b2c3','123' ) &lt;/SPAN&gt;returns '&lt;SPAN class="Italic"&gt;abc&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723954#M671015</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-30T07:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723955#M671016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but how cani specify second part data is different in all rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723955#M671016</guid>
      <dc:creator />
      <dc:date>2014-09-30T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723956#M671017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use KeepChar(FieldName) as Field_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Regards&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723956#M671017</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2014-09-30T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723957#M671018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use purgechar(Fieldname) as String_Data&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;use keepchar(Fieldname) as Numeric_Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you will get the values in 2 different fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723957#M671018</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2014-09-30T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723958#M671019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;KeepChar(SAP_CODE,'0123456789') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SAP_CODE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723958#M671019</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-30T07:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723959#M671020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup it worked,,Thanx &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723959#M671020</guid>
      <dc:creator />
      <dc:date>2014-09-30T07:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723960#M671021</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;Can you close this thread by selecting appropriate answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723960#M671021</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-30T07:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723961#M671022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Snehal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following script to keep only numeric data:-&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12s&lt;BR /&gt; 234f&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; S &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; S.qvd;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; S;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;d:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'sf') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;S.qvd&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Prince Anand&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723961#M671022</guid>
      <dc:creator />
      <dc:date>2014-09-30T07:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract numeric part</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723962#M671023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="Bold" style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 12.7272720336914px; font-family: inherit;"&gt;KeepChar&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;yourfield , '0123456789'&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) as newfield&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-numeric-part/m-p/723962#M671023</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-30T07:46:40Z</dc:date>
    </item>
  </channel>
</rss>

