<?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: Reading Digits from string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912906#M652399</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;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;source:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Income,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(wildmatch(Income,'*to*'), keepchar(left(Income, Index(Income,'to')),'0123456789'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; keepchar(Income,'0123456789')) as [Value-1],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(wildmatch(Income,'*to*'), keepchar(right(Income, Index(Income,'to')),'0123456789')&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ) as [Value-2]&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;LOAD Income, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Value-1], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Value-2]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="173820" data-objecttype="1" href="https://community.qlik.com/thread/173820"&gt;https://community.qlik.com/thread/173820&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(html, codepage is 1251, embedded labels, table is @1);&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 07:03:30 GMT</pubDate>
    <dc:creator>crusader_</dc:creator>
    <dc:date>2015-07-24T07:03:30Z</dc:date>
    <item>
      <title>Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912904#M652397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, in my table i have a column which contains digit and string as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="173" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; width: 303px; height: 174px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Income&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Value-1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Value-2&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1000RM to 2000RM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Above RM3200&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;RM1000 to RM 3000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to read the digits, and store them in new columns, for example in first row, 1000 must be store in Value-1 and 2000 in Value-2,&lt;/P&gt;&lt;P&gt;in second row, 3200 must be store in Value-1.&lt;/P&gt;&lt;P&gt;It would be appreciated if anyone can help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 04:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912904#M652397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-24T04:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912905#M652398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Use KeepChar or PurgeChar function. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Bold" style="font-family: inherit; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Bold" style="font-family: inherit; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;KeepChar(&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-family: inherit; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;s1 , s2&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-family: inherit; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Returns the string &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;s1&lt;/SPAN&gt; less all characters not contained in string &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;s2&lt;/SPAN&gt;.&lt;/P&gt;&lt;P class="example" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Example:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;keepchar ( 'a1b2c3','123' ) &lt;/SPAN&gt;returns '&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;123'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&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;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 06:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912905#M652398</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-07-24T06:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912906#M652399</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;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;source:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Income,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(wildmatch(Income,'*to*'), keepchar(left(Income, Index(Income,'to')),'0123456789'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; keepchar(Income,'0123456789')) as [Value-1],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(wildmatch(Income,'*to*'), keepchar(right(Income, Index(Income,'to')),'0123456789')&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ) as [Value-2]&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;LOAD Income, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Value-1], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Value-2]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="173820" data-objecttype="1" href="https://community.qlik.com/thread/173820"&gt;https://community.qlik.com/thread/173820&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(html, codepage is 1251, embedded labels, table is @1);&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 07:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912906#M652399</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2015-07-24T07:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912907#M652400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 07:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912907#M652400</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-24T07:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912908#M652402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93957_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;s:&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="173820" data-objecttype="1" href="https://community.qlik.com/thread/173820"&gt;https://community.qlik.com/thread/173820&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;s2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income, &lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;SubField(IncomeNum, '|', 1) as [Value-1],&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;SubField(IncomeNum, '|', 2) as [Value-2];&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income, Concat(IncomeNum, '|') as IncomeNum &lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;Where len(trim(IncomeNum)) &amp;gt; 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By Income;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate LOAD &lt;/EM&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;Income, KeepChar(subfield(Income, ' '), '0123456789') as IncomeNum&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;Resident s;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table s;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 20:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912908#M652402</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-24T20:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912909#M652404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #800000;"&gt;Income&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Temp&lt;/SPAN&gt;,' ',1) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Value-1]&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Index&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Temp&lt;/SPAN&gt;,' ') &amp;gt; 0,&lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Temp&lt;/SPAN&gt;,' ',-1)) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Value-2]&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; *,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Ltrim&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;KeepChar&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Income&lt;/SPAN&gt;,' 0123456789')) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Temp&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; Income&lt;BR /&gt; 1000RM to 2000RM&lt;BR /&gt; Above RM3200&lt;BR /&gt; 3000&amp;nbsp; &lt;BR /&gt; RM1000 to RM 3000 &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;/SPAN&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;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93939_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 22:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912909#M652404</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-24T22:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912910#M652407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kush, it was what i looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 02:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912910#M652407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T02:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912911#M652410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 02:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912911#M652410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T02:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Digits from string</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912912#M652413</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;Try this simple script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ActualNumber,&lt;/P&gt;&lt;P&gt;SubField(Temp, '|', 1) AS Value1,&lt;/P&gt;&lt;P&gt;SubField(Temp, '|', 2) AS Value2;&lt;/P&gt;&lt;P&gt;LOAD Number AS ActualNumber,&lt;/P&gt;&lt;P&gt;KeepChar(Replace(Number, 'to', '|'), '0123456789|') AS Temp&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Number&lt;/P&gt;&lt;P&gt;1000RM to 2000RM&lt;/P&gt;&lt;P&gt;Above RM3200&lt;/P&gt;&lt;P&gt;3000&amp;nbsp; &lt;/P&gt;&lt;P&gt;RM1000 to RM 3000 &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 03:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Digits-from-string/m-p/912912#M652413</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-27T03:44:15Z</dc:date>
    </item>
  </channel>
</rss>

