<?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: help with subfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567053#M1108767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;if you want to purge certain character then use below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;purgechar ( '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NT-DOMAIN\R_FirstnameLastname&lt;/SPAN&gt;','R_' ) &lt;/SPAN&gt;returns '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NT-DOMAIN\FirstnameLastname&lt;/SPAN&gt;'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Trim(Replace(Replace(Replace(SubField(@8, '\', 2), 'R_F', 'F'), 'C_F', 'F'), 'A_', 'F')) AS imex&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;u may continue in these manner&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 14:26:58 GMT</pubDate>
    <dc:creator>sunilkumarqv</dc:creator>
    <dc:date>2014-03-12T14:26:58Z</dc:date>
    <item>
      <title>help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567046#M1108760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field (@8) which contains user logon names, but they are a mixture of formats. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT-DOMAIN\FirstnameLastname&lt;/P&gt;&lt;P&gt;NT-DOMAIN\R_FirstnameLastname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following to strip out the domain and \ so i just end up with the FirstnameLastname&lt;/P&gt;&lt;P&gt;lower(SubField(@8,'\',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works great for the majority of the logon names but it leaves a few that are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_FirstnameLastname. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to also strip out the R_ all in the same expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: R_ is only one, there are other letters too with underscores (so not always R)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567046#M1108760</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-03-12T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567047#M1108761</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;Just nest the subfields, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(SubField(@8,'\',2) '_', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567047#M1108761</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-12T13:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567048#M1108762</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;why not only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(@8, '_', 2)&amp;nbsp;&amp;nbsp; which give FirstnameLastname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567048#M1108762</guid>
      <dc:creator />
      <dc:date>2014-03-12T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567049#M1108763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, but that fails to reload. it says its missing a close bracket, although it looks correct to me. &lt;/P&gt;&lt;P&gt;also, i still need to make the field lower case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567049#M1108763</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-03-12T14:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567050#M1108764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt; if you want to purge certain character then use below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;purgechar ( '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NT-DOMAIN\R_FirstnameLastname&lt;/SPAN&gt;','R_' ) &lt;/SPAN&gt;returns '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NT-DOMAIN\FirstnameLastname&lt;/SPAN&gt;'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Trim(Replace(Replace(Replace(SubField(@8, '\', 2), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;R_FirstnameLastname&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;FirstnameLastname&lt;/SPAN&gt;'))) AS ColumnField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567050#M1108764</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-12T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567051#M1108765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that would work if all of the logon names were in the format of &lt;/P&gt;&lt;P&gt;NT-DOMAIN\R_FirstnameLastname. &lt;/P&gt;&lt;P&gt;That doesnt work for the ones in the format of&lt;/P&gt;&lt;P&gt;NT-DOMAIN\FirstnameLastname. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567051#M1108765</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-03-12T14:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567052#M1108766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil, &lt;/P&gt;&lt;P&gt;Thanks, but as i said not all are in the format of R_, some are C_, A_ etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought i could wrap another subfield around my current one like Jonathan suggested, but i can't get it to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567052#M1108766</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-03-12T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567053#M1108767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;if you want to purge certain character then use below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code"&gt;purgechar ( '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NT-DOMAIN\R_FirstnameLastname&lt;/SPAN&gt;','R_' ) &lt;/SPAN&gt;returns '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NT-DOMAIN\FirstnameLastname&lt;/SPAN&gt;'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Trim(Replace(Replace(Replace(SubField(@8, '\', 2), 'R_F', 'F'), 'C_F', 'F'), 'A_', 'F')) AS imex&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;u may continue in these manner&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567053#M1108767</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-12T14:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567054#M1108768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mid(SubField(@8,'\',2), index(SubField(@8,'\',2), '_')+1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567054#M1108768</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-03-12T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567055#M1108769</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(SubField(@8,'\',2) ,'_', 2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567055#M1108769</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-12T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567056#M1108770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi You can try This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(findoneof(@8,'_')&amp;gt;0,Subfield(@8,'_',2),Subfield(@8,'\',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either in script or in Expression you can use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567056#M1108770</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-12T14:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567057#M1108771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(@8,12)='NT-DOMAIN\R_',Subfield(@8,'_',2),subfield(@8,'\',2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567057#M1108771</guid>
      <dc:creator />
      <dc:date>2014-03-12T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567058#M1108772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2014-03-12 16_49_08-QlikView x64 - [C__Users_mgrossi_Downloads_parameter.qvw_].png" class="jive-image" src="/legacyfs/online/54854_2014-03-12 16_49_08-QlikView x64 - [C__Users_mgrossi_Downloads_parameter.qvw_].png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;if(WildMatch(Result, '*_*'), Right(Result, len(Result) - Index(Result, '_')), Result) as Result,&lt;/P&gt;&lt;P&gt;Name;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;SubField(Name,'\',2) as Result&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;NT-DOMAIN\FirstnameLastname&lt;/P&gt;&lt;P&gt;NT-DOMAIN\FirstnameLastname2&lt;/P&gt;&lt;P&gt;NT-DOMAIN\FirstnameLastname3&lt;/P&gt;&lt;P&gt;NT-DOMAIN\R_FirstnameLastname4&lt;/P&gt;&lt;P&gt;NT-DOMAIN\R_FirstnameLastname5&lt;/P&gt;&lt;P&gt;NT-DOMAIN\R_FirstnameLastname6&lt;/P&gt;&lt;P&gt;NT-DOMAIN\R_FirstnameLastname7&lt;/P&gt;&lt;P&gt;NT-DOMAIN\RU_FirstnameLastname8&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 15:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567058#M1108772</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-12T15:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: help with subfield</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567059#M1108773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;SubField(Replace(YourFieldName,'_','\'),'\',-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 15:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-subfield/m-p/567059#M1108773</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T15:52:04Z</dc:date>
    </item>
  </channel>
</rss>

