<?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 Filtering out invalid email addresses in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369038#M1177761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I fiinally figured it out! The script below will help filter out unwanted email addresses where people have filled in a free format mix of n/a,n@a or ask (change it relevent to the data on your specific system)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: Arial; color: black; font-size: 9pt;"&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Arial; color: blue; font-size: 9pt;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Email_Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Arial; color: blue; font-size: 9pt;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;where&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'N@*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'N'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;39&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'@*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;) This filters out email addresses with n’@* in it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'ask*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'n/a*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'na@*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;lower&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;))&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'n/a' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2012 12:10:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-30T12:10:09Z</dc:date>
    <item>
      <title>Filtering out invalid email addresses</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369035#M1177758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning, I cant get the script below to produce the result I want, on my system at work you can't have a blank email address field for customer so we put N@ or n@. So I wrote a script below to exclude these for an audit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: Arial;"&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: Arial;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Email_Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: Arial;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: Arial;"&gt;where&lt;/STRONG&gt; &lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: blue; font-size: 9pt;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: Arial;"&gt;or&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: purple; font-size: 9pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: blue; font-size: 9pt;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: blue; font-size: 9pt;"&gt;'N@'&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: Arial;"&gt;or&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: purple; font-size: 9pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: blue; font-size: 9pt;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: blue; font-size: 9pt;"&gt;'n@'&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;This is still giving me the the emails I dont want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;i'm a bit baffled as this looks like the correct way to do it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Paul.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 07:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369035#M1177758</guid>
      <dc:creator />
      <dc:date>2012-04-26T07:58:38Z</dc:date>
    </item>
    <item>
      <title>Filtering out invalid email addresses</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369036#M1177759</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;Do you mean you don't want to load all email addresses from the QVD file that start with "N@"? If so, the following should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE Upper(Left(Email_Address, 2)) &amp;lt;&amp;gt; &lt;A href="mailto:'N@'"&gt;'N@'&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369036#M1177759</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-26T08:04:24Z</dc:date>
    </item>
    <item>
      <title>Filtering out invalid email addresses</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369037#M1177760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In your way it should be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM style="font-size: 9pt; color: black;"&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;where&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;or&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: purple;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'N@'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: purple;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'n@'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Its better to use upper or Lower functions to make case insensitive comparison&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;where&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;or&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; Upper(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: purple;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;))&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'N@'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;where&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;or&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; Lower(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: purple;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;))&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'N@'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or use wildmatch&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;where&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;or not &lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; WildMatch(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'N@*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use MixMatch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;where&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="font-size: 9pt; color: blue;"&gt;or&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; MixMatch(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: purple;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue;"&gt;'N@')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-size: 9pt; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; I suggest you to use wildMatch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 09:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369037#M1177760</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-26T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Filtering out invalid email addresses</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369038#M1177761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I fiinally figured it out! The script below will help filter out unwanted email addresses where people have filled in a free format mix of n/a,n@a or ask (change it relevent to the data on your specific system)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: Arial; color: black; font-size: 9pt;"&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Arial; color: blue; font-size: 9pt;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;Email_Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Arial; color: blue; font-size: 9pt;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: green; font-size: 9pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;where&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Standard_Sender_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'N@*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'N'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;39&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'@*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;) This filters out email addresses with n’@* in it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'ask*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'n/a*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;not&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'na@*'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 9pt; font-family: Arial; font-weight: bold;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;lower&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-size: 9pt; font-family: Arial;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: Arial;"&gt;Email_Address&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: Arial;"&gt;))&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: Arial;"&gt;'n/a' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 12:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-invalid-email-addresses/m-p/369038#M1177761</guid>
      <dc:creator />
      <dc:date>2012-04-30T12:10:09Z</dc:date>
    </item>
  </channel>
</rss>

