Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

How to join "If" statements

$
0
0

I have an if statement that works great:

 

=If([Lead ISM]) = "Auger" Then "Auger" ElseIf([BP: ISM]) = "Auger" Then "Auger" ElseIf([BP: ISM-2]) = "Auger" Then "Auger"

 

Auger is someone's last name, I have about 35 of these names and instead of creating them all individually, I would like to make this one dimension and include everyone.

 

What is the proper way to join these together, I have tested them all out individually and they return the correct data, but they are way off when I try to combine them all together, I feel like I am not joining them correctly.


Viewing all articles
Browse latest Browse all 5402

Trending Articles