<?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 Return Integer from a String in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314236#M495510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check with this.&lt;/P&gt;&lt;P&gt;=mid(string,index(string,'number=')+7,7)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Keepchar(string,'0123456789')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 17:15:29 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-02-23T17:15:29Z</dc:date>
    <item>
      <title>Return Integer from a String</title>
      <link>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314234#M495508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be a simple task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a standard string. When a certain sequence occurs in the string, I want to return the next 7 integers in the string. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String = "thisisastringthisisastringthisisastringstringnumber=1234567thisisastringthisisastring"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I was to return the value "1234567"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far what I got is this: if(index(lower(string), 'stringnumber='),...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I tell Qlikview to find me those numbers in this statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 16:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314234#M495508</guid>
      <dc:creator />
      <dc:date>2012-02-23T16:33:44Z</dc:date>
    </item>
    <item>
      <title>Return Integer from a String</title>
      <link>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314235#M495509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are on the right track, use the mid() function to get your numbers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mid(string,index(lower(string),'stringnumber=')+13,7)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 16:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314235#M495509</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-23T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Return Integer from a String</title>
      <link>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314236#M495510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check with this.&lt;/P&gt;&lt;P&gt;=mid(string,index(string,'number=')+7,7)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Keepchar(string,'0123456789')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 17:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-Integer-from-a-String/m-p/314236#M495510</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-23T17:15:29Z</dc:date>
    </item>
  </channel>
</rss>

