Didn't even think of that thanks.  
 So the logic on my example is the same. The problem is the fields return values like 1234 which mean Data Center A. So I was using the case statement to make "friendly" names, if I simply string them together with "DC".datacenter."_".appgrp the problem is it would like DC3456_apA, which unfortunately doesn't mean much to our operations partners. 
 Lookups work perfect though, I created a quick test and it is does exactly what i need. Thanks for the help, Ethan 
						
					
					... View more