<?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 Name from Column in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36637#M7599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 19:17:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-01T19:17:41Z</dc:date>
    <item>
      <title>Extract Name from Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36632#M7594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a dimension called UserDN that has full user names in the column. I am trying to get the user name extracted out into a separate column so it looks like the mock up below. I have used the subfield expression but it comes out as "Smith\,John,OU". Any suggestions would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2-1-2018 9-19-49 AM.jpg" class="jive-image image-1" src="/legacyfs/online/192187_2-1-2018 9-19-49 AM.jpg" style="height: 45px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36632#M7594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Name from Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36633#M7595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wrap your subfield expression with replace twice. Once to remove "\" and once to remove ",OU"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36633#M7595</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-02-01T14:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Name from Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36634#M7596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;replace(replace(textbetween(UserDN,'CN=',',OU='),',',''),'\','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36634#M7596</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-02-01T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Name from Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36635#M7597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&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;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UserDN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'\',''),'CN=',''),',',1)&amp;nbsp; &amp;amp;','&amp;amp;&lt;/SPAN&gt;&lt;/SPAN&gt;&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;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UserDN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'\',''),'CN=',''),',',2)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36635#M7597</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2018-02-01T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Name from Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36636#M7598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 16px; font-weight: bold; background-color: #f4f4f4;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(left(UserDN,3),""&amp;amp;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(Right(UserDN,25),""&amp;amp;Replace('\,',' '&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #f4f4f4; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;or may be this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #f4f4f4; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(Replace(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(left(&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(Right(UserDN,25),' ')),3),' '),'\',' ')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #f4f4f4; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #f4f4f4; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #f4f4f4; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;looks like Ali's would work fine just add &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; background-color: #f4f4f4; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;replace(replace(textbetween(UserDN,'CN=',',OU=term and contractors'),',',''),'\',' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36636#M7598</guid>
      <dc:creator>zebhashmi</dc:creator>
      <dc:date>2018-02-01T16:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Name from Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36637#M7599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 19:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Extract-Name-from-Column/m-p/36637#M7599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T19:17:41Z</dc:date>
    </item>
  </channel>
</rss>

