<?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: Find All Email Address present in each line. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069695#M921892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using the replace function it is implemented&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 08:46:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-04T08:46:45Z</dc:date>
    <item>
      <title>Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069689#M921886</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 want to find all the email address present in each and every single line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i need:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Find number of Emails from String.png" class="jive-image image-1" src="/legacyfs/online/123451_Find number of Emails from String.png" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way around for such requirement. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have tried Index(), Textbetween() and Findoneof() functions but no Luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the Sample Data Source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069689#M921886</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069690#M921887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) look for the position of @ sympol (use index() function)&lt;/P&gt;&lt;P&gt;2) find the last space before and the first after @ (you can use substringcount to count number of spaces before @ symbol then with the function Findoneof you can find the position of the last space)&lt;/P&gt;&lt;P&gt;3) With mid function extract the string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 06:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069690#M921887</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2016-05-04T06:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069691#M921888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this to identify the rows with an Email Address.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Column_Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '*@*.*') &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;FLAG_EMAIL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;but ist very hard to get the E-Mail out of this string with internal Qlik functions. (even when there are multiple Emails in one row)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;i would recommend to look for another tool/way to achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 07:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069691#M921888</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-05-04T07:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069692#M921889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I'm pretty sure gabrielking123@&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:5@gmail.com"&gt;5@gmail.com&lt;/A&gt;&lt;SPAN&gt; is not a valid email address. Perhaps "gabrielking123@5"@gmail.com would be. For this kind of this you really want regular expressions&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;: &lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="http://www.regular-expressions.info/email.html" title="http://www.regular-expressions.info/email.html"&gt;How to Find or Validate an Email Address&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column_Name&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Part&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Part&lt;/SPAN&gt;&lt;SPAN&gt;),' ',1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Email&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Part&lt;/SPAN&gt;&lt;SPAN&gt;,'@') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Part&lt;/SPAN&gt;&lt;SPAN&gt;,'.') ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column_Name&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Desired Result]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Column_Name&lt;/SPAN&gt;&lt;SPAN&gt;,'&amp;lt;-',''),':',-1),'&amp;gt;') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Part&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Email Address from String - Data Source.xlsx]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN&gt; Sheet1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 07:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069692#M921889</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-04T07:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069693#M921890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Code is Running but there are problems in some cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069693#M921890</guid>
      <dc:creator />
      <dc:date>2016-05-04T08:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069694#M921891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could remove the troublesome string first: Replace(@1,'&amp;gt;&amp;gt;??@@@SADSSDFSDV', '') as Column_Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069694#M921891</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-04T08:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069695#M921892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using the replace function it is implemented&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069695#M921892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069696#M921893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way using index() or textbetween()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069696#M921893</guid>
      <dc:creator />
      <dc:date>2016-05-04T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069697#M921894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working? Show me. It works fine here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069697#M921894</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-04T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069698#M921895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way which doesn't includes Hard Coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069698#M921895</guid>
      <dc:creator />
      <dc:date>2016-05-04T09:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069699#M921896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, see attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069699#M921896</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-04T09:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find All Email Address present in each line.</title>
      <link>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069700#M921897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&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;Open the Excel sheet. PFA. You can get easily after that. Try your own self. Now, take fresh QVW and then load the excel and reload. Then take fields. Check the output image. You will get same output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-All-Email-Address-present-in-each-line/m-p/1069700#M921897</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-05-04T10:46:23Z</dc:date>
    </item>
  </channel>
</rss>

