<?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: Valid email address count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417007#M155022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another quick-and-dirty (e.g. no check for valid domain extensions):&lt;/P&gt;&lt;P&gt;=sum(if(SubStringCount(email_address,'@')=1,&lt;/P&gt;&lt;P&gt;if(SubStringCount(subfield(email_address,'@',-1),'.') &amp;gt;0,1,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want it really correct then first read &lt;A href="http://www.regular-expressions.info/email.html"&gt;this&lt;/A&gt;. That's what you'll have to implement. If you want to do that kind of validation I recommend you buy a data cleansing tool that's specifically designed for that purpose. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jan 2013 09:53:29 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-01-12T09:53:29Z</dc:date>
    <item>
      <title>Valid email address count</title>
      <link>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417006#M155021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to count valid email address from given below list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 202px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="202"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;email_address&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;A class="jive-link-email-small" href="mailto:michael.marchetti@comnos.com"&gt;michael.marchetti@comnos.com&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;A class="jive-link-email-small" href="mailto:tim.steinlein@comnos.com"&gt;tim.steinlein@comnos.com&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;A class="jive-link-email-small" href="mailto:michael.marchetti@comnos.de"&gt;michael.marchetti@comnos.de&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;A class="jive-link-email-small" href="mailto:tim.steinlein@comnos.de"&gt;tim.steinlein@comnos.de&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;SPAN&gt;michael.marchetti@&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:unvalid@comnos.de"&gt;unvalid@comnos.de&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;zain.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;&lt;A class="jive-link-email-small" href="mailto:zain@hotmail.com"&gt;zain@hotmail.com&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count result is 5 and also show records in chart object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 08:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417006#M155021</guid>
      <dc:creator />
      <dc:date>2013-01-12T08:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Valid email address count</title>
      <link>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417007#M155022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another quick-and-dirty (e.g. no check for valid domain extensions):&lt;/P&gt;&lt;P&gt;=sum(if(SubStringCount(email_address,'@')=1,&lt;/P&gt;&lt;P&gt;if(SubStringCount(subfield(email_address,'@',-1),'.') &amp;gt;0,1,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want it really correct then first read &lt;A href="http://www.regular-expressions.info/email.html"&gt;this&lt;/A&gt;. That's what you'll have to implement. If you want to do that kind of validation I recommend you buy a data cleansing tool that's specifically designed for that purpose. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 09:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417007#M155022</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-12T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Valid email address count</title>
      <link>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417008#M155023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank again for your reply, I am doing&amp;nbsp; visualizations of data to soft-check data quality, this is user requriment and i am try to fill. They are using Qlikview 11 and want to manage some data quality in it, i know very well&amp;nbsp; format validation in data is difficult&amp;nbsp; and some not possible.&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;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 13:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valid-email-address-count/m-p/417008#M155023</guid>
      <dc:creator />
      <dc:date>2013-01-12T13:51:36Z</dc:date>
    </item>
  </channel>
</rss>

