<?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: Split Name Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021123#M345452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the first name first letter and last name first letter are the only two things which will be capitalized then you can probably try using a combination of PurgeChar(), Left(), SubField functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2016 11:12:31 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-12T11:12:31Z</dc:date>
    <item>
      <title>Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021122#M345451</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 am importing from a csv file which has a user name column...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in this field is PaulKelly(6653) , Joe Bloggs(6621)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the user name out and split into first name / last name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. PaulKelly(6653) would become Paul / Kelly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ides?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021122#M345451</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2016-02-12T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021123#M345452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the first name first letter and last name first letter are the only two things which will be capitalized then you can probably try using a combination of PurgeChar(), Left(), SubField functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021123#M345452</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T11:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021124#M345453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is possible when you have proper logic in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you need to let us know on what basis you will split the characters?&lt;/P&gt;&lt;P&gt;Do you have the space in between two words or is there any other logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021124#M345453</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-12T11:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021125#M345454</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;The data is stored as, for example, PaulKelly(6653)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to split..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul into First Name&lt;/P&gt;&lt;P&gt;Kelly into Last Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021125#M345454</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2016-02-12T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021126#M345455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the space is available between first name and last name means, try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SubField(Name,' ',1) AS FirstName, Left(SubField(Name,' ', 2), FindOneOf(SubField(Name,' ', 2),'(')-1) AS LastName Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Joe Bloggs(6621)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021126#M345455</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-02-12T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021127#M345456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubField('PaulKelly(6653)', Right(KeepChar('PaulKelly(6653)', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'), 1), 1) &amp;amp; ' / ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Right(KeepChar('PaulKelly(6653)', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'), 1) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; SubField(SubField('PaulKelly(6653)', Right(KeepChar('PaulKelly(6653)', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'), 1), 2), '(', 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021127#M345456</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T11:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021128#M345457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField('PaulKelly(6653)', Right(KeepChar('PaulKelly(6653)', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'), 1), 1) as &lt;SPAN style="color: #ff0000;"&gt;FirstName&lt;/SPAN&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;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right(KeepChar('PaulKelly(6653)', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'), 1) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; SubField(SubField('PaulKelly(6653)', Right(KeepChar('PaulKelly(6653)', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'), 1), 2), '(', 1) as &lt;SPAN style="color: #ff0000;"&gt;LastName&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;PaulKelly(6653) &lt;/STRONG&gt;&lt;/SPAN&gt;with your field name above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021128#M345457</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T11:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021129#M345458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure you can do this if there's no space between first and last name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021129#M345458</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-02-12T11:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021130#M345459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess i couldn't make you understand what I wanted to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your example which you gave.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PaulKelly(6653)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Joe Bloggs(6621)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see both words, in first word, First 4 characters are first name and remaining as Last name, but in Second example only 3 characters are first name and remaining all are Last Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So do you think that in all such word first 4 characters will be First Name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes then it is easy, we can split using the functions which Sunny said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021130#M345459</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-12T11:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021131#M345460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies, there is no space between the names - typo in my original text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021131#M345460</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2016-02-12T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021132#M345461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would be so much easier if QV supported regular expressions natively &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 12:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021132#M345461</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-12T12:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021133#M345462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) create a mapping file&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Map_Name:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Name, MapNmae&lt;BR /&gt; A, _A&lt;BR /&gt; B, _B&lt;BR /&gt; C, _C&lt;BR /&gt; D, _D&lt;BR /&gt; E, _E&lt;BR /&gt; F, _F&lt;BR /&gt; G, _G&lt;BR /&gt; H, _H&lt;BR /&gt; I, _I&lt;BR /&gt; J, _J&lt;BR /&gt; K, _K&lt;BR /&gt; L, _L&lt;BR /&gt; M, _M&lt;BR /&gt; N, _N&lt;BR /&gt; O, _O&lt;BR /&gt; P, _P&lt;BR /&gt; Q, _Q&lt;BR /&gt; R, _R&lt;BR /&gt; S, _S&lt;BR /&gt; T, _T&lt;BR /&gt; U, _U&lt;BR /&gt; V, _V&lt;BR /&gt; W, _W&lt;BR /&gt; X, _X&lt;BR /&gt; Y, _Y&lt;BR /&gt; Z, _Z&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2) use &lt;/SPAN&gt;MapSubString function to find the first &amp;amp; last name&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Map_Name',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'_',2) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FirstName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Map_Name',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'_',3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LastName &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Map_Name:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Name, MapNmae&lt;BR /&gt; A, _A&lt;BR /&gt; B, _B&lt;BR /&gt; C, _C&lt;BR /&gt; D, _D&lt;BR /&gt; E, _E&lt;BR /&gt; F, _F&lt;BR /&gt; G, _G&lt;BR /&gt; H, _H&lt;BR /&gt; I, _I&lt;BR /&gt; J, _J&lt;BR /&gt; K, _K&lt;BR /&gt; L, _L&lt;BR /&gt; M, _M&lt;BR /&gt; N, _N&lt;BR /&gt; O, _O&lt;BR /&gt; P, _P&lt;BR /&gt; Q, _Q&lt;BR /&gt; R, _R&lt;BR /&gt; S, _S&lt;BR /&gt; T, _T&lt;BR /&gt; U, _U&lt;BR /&gt; V, _V&lt;BR /&gt; W, _W&lt;BR /&gt; X, _X&lt;BR /&gt; Y, _Y&lt;BR /&gt; Z, _Z&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Test:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Name&lt;BR /&gt; PaulKelly(6653),&lt;BR /&gt; JoeBloggs(6621)&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; Test1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Map_Name',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'_',2) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FirstName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Map_Name',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'_',3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LastName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Test;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Test; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;-Sathish&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 12:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021133#M345462</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2016-02-12T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021134#M345463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can actually do it like this with &lt;STRONG&gt;Regular Expressions&lt;/STRONG&gt; by using a function written in VBScript and call it from the load script as a normal function. The VBScript function has to be put in the Tools / Module. I have attached the sample app that these screenshots are taken from. Even though the Load Script language have no Regular Expression functions you can use the RegEx support in VBScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="114454" alt="2016-02-12 #2.PNG" class="jive-image image-2" src="/legacyfs/online/114454_2016-02-12 #2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="114452" alt="2016-02-12 #1.PNG" class="jive-image image-1" src="/legacyfs/online/114452_2016-02-12 #1.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The RegEx VBScript functions are from the QlikFix blog of &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/71251"&gt;BarryHarmsen&lt;/A&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; and copied from his example application that you can find there. Search for Regular Expressions in QlikView on his blog.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021134#M345463</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T13:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021135#M345464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well ... QV Load Script supports calling VBScript Functions out of the box. VBScript has a built-in RegEx object that can be used. So QlikView does not need any extension or calling external programs. Have a look at how it is done further down in this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021135#M345464</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021136#M345465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Petter&lt;/P&gt;&lt;P&gt;I know you can call them via VBScript, and somewhere I have a sample that does it, but I would like to see &lt;EM&gt;native&lt;/EM&gt; support for Regex which is long overdue. I suspect that a properly designed native implementation will run a lot faster than the VBScript approach on a large data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021136#M345465</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-12T13:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021137#M345466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are absolutely right - it would be better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021137#M345466</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T13:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021138#M345467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ended up with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TelephoneSystem:&lt;BR /&gt;LOAD *,&lt;BR /&gt; SubField(TempParsedAgent,';',1 ) AS tel_FirstName,&lt;BR /&gt; SubField(TempParsedAgent,';',2 ) &amp;amp; IF(IsNull(SubField(TempParsedAgent,';',3)), '', SubField(TempParsedAgent,';',3))&amp;nbsp; AS tel_LastName;&lt;/P&gt;&lt;P&gt;LOAD &lt;BR /&gt; 201511 AS %AnalysisPeriodKey,&lt;/P&gt;&lt;P&gt; PurgeChar(RIGHT(Agent,6), '()') AS TempExtension,&lt;/P&gt;&lt;P&gt; RegExFind(Agent , '[A-Z][a-z]*' , ';' , 0 ) AS TempParsedAgent&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (txt, codepage is 1252, embedded labels, delimiter is '\t', msq);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had to add to last name to cover names like McDonald.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021138#M345467</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2016-02-12T13:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Split Name Field</title>
      <link>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021139#M345468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the beauty (or ugliness - depending on your prespective) of regular expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can cater for MacXxxxxx McXxxxxx O'Xxxxxx X'Xxxxxx&amp;nbsp;&amp;nbsp; with this regex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[A-Z]([a-z]{1,2}|')[A-Z][a-z]*|[A-Z][a-z]*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 14:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-Name-Field/m-p/1021139#M345468</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T14:38:15Z</dc:date>
    </item>
  </channel>
</rss>

