<?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: How to isolate text before numbers in string in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054967#M86668</link>
    <description>&lt;P&gt;Can you add a sample dataset ?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 06:24:22 GMT</pubDate>
    <dc:creator>sk002</dc:creator>
    <dc:date>2023-03-30T06:24:22Z</dc:date>
    <item>
      <title>How to isolate text before numbers in string</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054954#M86663</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I want to isolate the name in the string before the 'point': FIRSTNAME.LASTNAME1.5431581498658286E12&lt;/P&gt;
&lt;P&gt;I am using this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Left(accountmanager, If(FindOneOf(accountmanager, '0123456789') &amp;gt; 0, FindOneOf(accountmanager, '0123456789'), Len(accountmanager)))&lt;/P&gt;
&lt;P&gt;But then I get:&lt;/P&gt;
&lt;P&gt;FIRSTNAME.LASTNAME1 (I want to eliminate the '1') and just recover the name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx!&lt;/P&gt;
&lt;P&gt;Femke&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 05:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054954#M86663</guid>
      <dc:creator>Femke_DPG</dc:creator>
      <dc:date>2023-03-30T05:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to isolate text before numbers in string</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054966#M86667</link>
      <description>&lt;P&gt;Hi Review the Subfield function.&lt;/P&gt;
&lt;P&gt;Try Somthing like&lt;/P&gt;
&lt;P&gt;SUBFIELD(&lt;SPAN&gt;accountmanager,'.',1&lt;/SPAN&gt;) as FirstName&lt;/P&gt;
&lt;P&gt;SUBFIELD(&lt;SPAN&gt;accountmanager,'.',2&lt;/SPAN&gt;) as SurnameName&lt;/P&gt;
&lt;P&gt;IF you want to remove a number of the end&lt;/P&gt;
&lt;P&gt;LEFT(SUBFIELD(&lt;SPAN&gt;accountmanager,'.',2&lt;/SPAN&gt;),LEN(SUBFIELD(&lt;SPAN&gt;accountmanager,'.',2&lt;/SPAN&gt;))-1) as SurnameName&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 06:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054966#M86667</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-03-30T06:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to isolate text before numbers in string</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054967#M86668</link>
      <description>&lt;P&gt;Can you add a sample dataset ?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 06:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-isolate-text-before-numbers-in-string/m-p/2054967#M86668</guid>
      <dc:creator>sk002</dc:creator>
      <dc:date>2023-03-30T06:24:22Z</dc:date>
    </item>
  </channel>
</rss>

