<?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: Finding numeric strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-numeric-strings/m-p/1769389#M591553</link>
    <description>&lt;P&gt;Try this method&lt;/P&gt;&lt;P&gt;1. Replace all non digit symbols with an odd symbol like '|'.&lt;/P&gt;&lt;P&gt;2. Run the data through subfield() using only two parameters, like this&lt;/P&gt;&lt;P&gt;SubField(YourField, '|') as SubNumber&lt;/P&gt;&lt;P&gt;3. You now have generated a row per number in dour data, now you need to filter it. You can do that by loading a Resident load on your output table with a where condition.&lt;/P&gt;&lt;P&gt;Noconcatenate LOAD... RESIDENT... WHERE LEN (SubNumber) =9&lt;/P&gt;&lt;P&gt;4. You now have a table containing your 9 digit values.&lt;/P&gt;&lt;P&gt;Good luck!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 06:00:41 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-12-18T06:00:41Z</dc:date>
    <item>
      <title>Finding numeric strings</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-numeric-strings/m-p/1769347#M591551</link>
      <description>&lt;P&gt;I have a need to extract up to 4, 9-digit consecutive numbers from an unstructured text string in a load script. Here is an example,&lt;/P&gt;&lt;P&gt;JtR56743&amp;nbsp; tid lengths,,123456789&amp;nbsp; &amp;nbsp;0846 987654321nnbfetgw,135796616&lt;/P&gt;&lt;P&gt;Result is:&lt;/P&gt;&lt;P&gt;123456789&lt;/P&gt;&lt;P&gt;987654321&lt;/P&gt;&lt;P&gt;135796616&lt;/P&gt;&lt;P&gt;Mike F&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-numeric-strings/m-p/1769347#M591551</guid>
      <dc:creator>mtfisch7864</dc:creator>
      <dc:date>2024-11-16T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding numeric strings</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-numeric-strings/m-p/1769389#M591553</link>
      <description>&lt;P&gt;Try this method&lt;/P&gt;&lt;P&gt;1. Replace all non digit symbols with an odd symbol like '|'.&lt;/P&gt;&lt;P&gt;2. Run the data through subfield() using only two parameters, like this&lt;/P&gt;&lt;P&gt;SubField(YourField, '|') as SubNumber&lt;/P&gt;&lt;P&gt;3. You now have generated a row per number in dour data, now you need to filter it. You can do that by loading a Resident load on your output table with a where condition.&lt;/P&gt;&lt;P&gt;Noconcatenate LOAD... RESIDENT... WHERE LEN (SubNumber) =9&lt;/P&gt;&lt;P&gt;4. You now have a table containing your 9 digit values.&lt;/P&gt;&lt;P&gt;Good luck!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 06:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-numeric-strings/m-p/1769389#M591553</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-12-18T06:00:41Z</dc:date>
    </item>
  </channel>
</rss>

