<?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 number from text field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523025#M693919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks i have attached the excel sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jun 2013 11:05:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-29T11:05:08Z</dc:date>
    <item>
      <title>Extract number from text field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523023#M693917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi in the following excel applikation i wish to extract only the last four numbers off each row.&lt;/P&gt;&lt;P&gt;if a row is lacking the four numbers (companycode) i wish not to read them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have tried trim function without luck as each of the rows have different lengths; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 23:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523023#M693917</guid>
      <dc:creator />
      <dc:date>2013-06-28T23:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from text field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523024#M693918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you attach the excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2013 07:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523024#M693918</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-29T07:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from text field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523025#M693919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks i have attached the excel sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2013 11:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523025#M693919</guid>
      <dc:creator />
      <dc:date>2013-06-29T11:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extract number from text field</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523026#M693920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnum(right(Company,4)),right(Company,4)) as Company_num,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;CompanyList.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you only want to read these companies:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; right(Company,4) as Company_num&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;CompanyList.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where isnum(right(Company,4));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2013 11:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-number-from-text-field/m-p/523026#M693920</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-06-29T11:26:36Z</dc:date>
    </item>
  </channel>
</rss>

