cancel
Showing results for 
Search instead for 
Did you mean: 

Email check

nsandee
Participant
0 Kudos

Hello All,

We have a dimension object " Customer Email Address" and based on " Customer Email Address", we have created a variable in BI Launch pad called "Email check".

Email Check:

=========

=If(IsNull([Customer Email Address]);"NE";If(Match([Customer Email Address];"*@??*.*") And Not ([Customer Email Address]

InList ("xxx@xxx.com";"test@test.com";"null@null.com";"noemail@noemail.com";"email@email.com"; "none@none.com";"unknown@unknown.com";"na@na.com";"noemail@available.com";".COMHOME";".COMWORK";

".NETWORK";".EDUWORK";".COM_";".NET_";".NETHOME";".NETOTHER";"@HOME";"@WORK";"@EMAIL.COM";

"@NONE.COM";"@N.COM";"@NA.COM";"NONE@";"@REFUSED.COM";"NOEMAIL@";"@.";".@";"'...'";"NA@";

"EMAIL@";"O@";"O@" ));"VE";"IE"))

Valid EMails:

=========

=[Total]Where([Email Check]="VE")  ----------> Total = Count(Full VIN)--->  Full Vin is a direct dimension object.

If there are no values in the measure object " Valid Emails", then by default 0 should be displayed. How can we do it?

Best Regards

Sandeep

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185603
Active Contributor
0 Kudos

post it in webi forum, you will get faster response.

srinivasan_vinayagam
Active Contributor
0 Kudos

This message was moderated.