<?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: Find Numbers from the the string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021898#M934261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KeepChar(FieldName, '0123456789') as Number&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 18:56:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-24T18:56:12Z</dc:date>
    <item>
      <title>Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021896#M934259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting data from Database in following format.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 871px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="871"&gt;1) 33355-CLIENT DATA ONLY - DO NOT USE,88555-PCI EXEC,55777-NA CLIENT OVERALL DATA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;2) 11111-UTILITIES,22222-CLIENT OVERALL DATA BUSINESS SUPPORT &amp;amp; ANALYSIS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;3) 07532-DATA ANALYSIS,88555-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,88899-NA CREDIT DERIV INVESTMENTS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;4) 33222- NEW YORK-10101,20202-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,66555-NA CREDIT DERIV INVESTMENTS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we would like to display only numbers from the above strings like this, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;033355 088555 055777&lt;/P&gt;&lt;P&gt;011111&amp;nbsp; 022222 00000&lt;/P&gt;&lt;P&gt;007532 088555 088899&lt;/P&gt;&lt;P&gt;033222 010101 020202 066555&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>Wed, 24 Feb 2016 18:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021896#M934259</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-24T18:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021897#M934260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;KeepChar(yourfield,'0123456789 ') &lt;/P&gt;&lt;P&gt;can solve your need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021897#M934260</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-02-24T18:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021898#M934261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KeepChar(FieldName, '0123456789') as Number&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021898#M934261</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T18:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021899#M934262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KeepChar(yourfield,'0123456789 ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is concatenating all values, &lt;/P&gt;&lt;P&gt;0858059089459789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking output like following &lt;/P&gt;&lt;P&gt;033355 088555 055777&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 19:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021899#M934262</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-24T19:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021900#M934263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="115841" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115841_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: line-through;"&gt;load Concat(newfield, ' ', id2) as newfield, id&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;group by id;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; num(subfield(newfield, ' '), '000000') as newfield,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; recno() as id2,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; id;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; recno() as id, &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; field,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; trim(&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; replace(replace(replace(&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; replace(KeepChar(field, '0123456789-,'), ',', '-'), &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; '---', ' '), '--', ' '), '-', ' ') &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;&amp;nbsp; as newfield inline [&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;field&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;33355-CLIENT DATA ONLY - DO NOT USE,88555-PCI EXEC,55777-NA CLIENT OVERALL DATA&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;11111-UTILITIES,22222-CLIENT OVERALL DATA BUSINESS SUPPORT &amp;amp; ANALYSIS&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;07532-DATA ANALYSIS,88555-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,88899-NA CREDIT DERIV INVESTMENTS&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM&gt;33222- NEW YORK-10101,20202-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,66555-NA CREDIT DERIV INVESTMENTS&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: line-through;"&gt;] (delimiter is '|');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EDIT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;added a load for sorting&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/115851_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;load Concat(newfield, ' ', id2) as newfield, id&amp;nbsp; &lt;/EM&gt;&lt;EM&gt;group by id;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;EM&gt;&amp;nbsp; *,&amp;nbsp;&amp;nbsp; recno() as id2;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;EM&gt;&amp;nbsp; num(subfield(newfield, ' '), '000000') as newfield, &lt;/EM&gt;&lt;EM&gt;&amp;nbsp; id;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;EM&gt;&amp;nbsp; recno() as id,&lt;/EM&gt;&lt;EM&gt;&amp;nbsp; field,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; trim(&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; replace(replace(replace(&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; replace(KeepChar(field, '0123456789-,'), ',', '-'),&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; '---', ' '), '--', ' '), '-', ' ')&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; as newfield inline [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;field&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;33355-CLIENT DATA ONLY - DO NOT USE,88555-PCI EXEC,55777-NA CLIENT OVERALL DATA&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;11111-UTILITIES,22222-CLIENT OVERALL DATA BUSINESS SUPPORT &amp;amp; ANALYSIS&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;07532-DATA ANALYSIS,88555-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,88899-NA CREDIT DERIV INVESTMENTS&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;33222- NEW YORK-10101,20202-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,66555-NA CREDIT DERIV INVESTMENTS&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;22233-CCB - NEW -0234,02233-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,88555-NA CREDIT DERIV&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;] (delimiter is '|');&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 19:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021900#M934263</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-24T19:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021901#M934264</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;This should do it:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115844_Capture.PNG" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I am also attaching the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Other useful links by Sinan:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="14662" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14662" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Handling Metadata in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="14011" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14011" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;QlikView and Python Integration&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="1076" data-containertype="700" data-objectid="13962" data-objecttype="102" href="https://community.qlik.com/docs/DOC-13962" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;QlikView Automation Series – Unzip &amp;amp; Load Excel Files:&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 20:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021901#M934264</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-02-24T20:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021902#M934265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sinan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your solution works well , however for below data set its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;22233-CCB - NEW -0234,02233-CLIENT REPORTING REFERENCE ONLY - DO NOT USE,88555-NA CREDIT DERIV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 20:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021902#M934265</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-24T20:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021903#M934266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might work:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115853_Capture.PNG" style="height: 217px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;It is pretty much what &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌ did, but in the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021903#M934266</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-02-24T21:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numbers from the the string</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021904#M934267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your suggestions.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Numbers-from-the-the-string/m-p/1021904#M934267</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-02-24T21:17:10Z</dc:date>
    </item>
  </channel>
</rss>

