<?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: Separate email domain and extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474397#M177172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to you both for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 11:03:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-12T11:03:25Z</dc:date>
    <item>
      <title>Separate email domain and extension</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474394#M177169</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'm interested in separating the email domain and extension. Any ideas on how this can be done in both set analysis (if possible) and on import into qv?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example, if I have a field value &lt;EM&gt;&lt;A class="jive-link-email-small" href="mailto:mattsies@gmail.com"&gt;mattsies@gmail.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/EM&gt;I want to create 2 fields: &lt;EM&gt;mattsies&lt;/EM&gt; and &lt;EM&gt;gmail. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips on how to do this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474394#M177169</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Separate email domain and extension</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474395#M177170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;SubField(&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:'mattsies@gmail.com"&gt;'mattsies@gmail.com&lt;/A&gt;&lt;SPAN&gt;','@',2) ---mattsies&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;subfield(SubField(&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:'mattsies@gmail.com"&gt;'mattsies@gmail.com&lt;/A&gt;&lt;SPAN&gt;','@',2),'.',1)--gmail&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474395#M177170</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-07-12T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Separate email domain and extension</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474396#M177171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An other way to get the email domain is:&lt;/P&gt;&lt;P class="p1"&gt;=&lt;SPAN class="s1"&gt;Left&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;Right&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Email&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;Len&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Email&lt;/SPAN&gt;) - &lt;SPAN class="s1"&gt;Index&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Email&lt;/SPAN&gt;, '@')), &lt;SPAN class="s1"&gt;Index&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;Right&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Email&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;Len&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Email&lt;/SPAN&gt;) - &lt;SPAN class="s1"&gt;Index&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Email&lt;/SPAN&gt;, '@')), '.') - 1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474396#M177171</guid>
      <dc:creator />
      <dc:date>2013-07-12T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Separate email domain and extension</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474397#M177172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to you both for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 11:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-email-domain-and-extension/m-p/474397#M177172</guid>
      <dc:creator />
      <dc:date>2013-07-12T11:03:25Z</dc:date>
    </item>
  </channel>
</rss>

