<?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 Extract number from values in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086643#M934126</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;I have a field that has Alpha Numeric strings as data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Field: OBJ ID&lt;/P&gt;&lt;P&gt; ABCD-45284-DKFNG&lt;/P&gt;&lt;P&gt; AB-373-FHFTU&lt;/P&gt;&lt;P&gt;&amp;nbsp; FDKJJGJ-4688450-ABC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract only numbers from the data and show it in a table/chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The numbers in all the rows are not of equal length. Also, the text in before and after the number values aren't the same and are of equal length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 15:31:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-22T15:31:12Z</dc:date>
    <item>
      <title>Extract number from values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086643#M934126</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;I have a field that has Alpha Numeric strings as data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Field: OBJ ID&lt;/P&gt;&lt;P&gt; ABCD-45284-DKFNG&lt;/P&gt;&lt;P&gt; AB-373-FHFTU&lt;/P&gt;&lt;P&gt;&amp;nbsp; FDKJJGJ-4688450-ABC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract only numbers from the data and show it in a table/chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The numbers in all the rows are not of equal length. Also, the text in before and after the number values aren't the same and are of equal length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086643#M934126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-22T15:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086644#M934127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do this in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KeepChar([OBJ ID], '1234567890') as NumberField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; KeepChar([OBJ ID], '1234567890') as NumberField;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OBJ ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCD-45284-DKFNG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AB-373-FHFTU&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FDKJJGJ-4688450-ABC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115515_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086644#M934127</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-22T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086645#M934128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this if the number is always&amp;nbsp; between "-"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [OBJ ID],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; SubField([OBJ ID], '-', 2) as [NEW OBJ ID];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OBJ ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABCD-45284-DKFNG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AB-373-FHFTU&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FDKJJGJ-4688450-ABC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 19:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086645#M934128</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-22T19:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086646#M934129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;SubField([OBJ ID],'-',2) as [OBJ NUMBER];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'OBJ ID'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ABCD-45284-DKFNG&lt;/P&gt;&lt;P&gt;&amp;nbsp; AB-373-FHFTU&lt;/P&gt;&lt;P&gt;&amp;nbsp; FDKJJGJ-4688450-ABC&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115625_Test.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086646#M934129</guid>
      <dc:creator>fonmarcelo</dc:creator>
      <dc:date>2016-02-23T13:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086647#M934130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys. Will try out and let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-values-in-a-field/m-p/1086647#M934130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T14:41:38Z</dc:date>
    </item>
  </channel>
</rss>

