G
Guest
I used the logic below up unitl AND and it worked. When I added the 2nd
piece, it would not. Can you tell what is the matter with it? thank you
= If <Case Type Desc> InList ("DM-CAD" , "DM-Hypertension") Then "DM-CAD"
Else <Case Type Desc> AND If <Case Type Desc> InList ("CM-CAD" ,
"CM-Hypertension") Then "CM-CAD" Else <Case Type Desc>
piece, it would not. Can you tell what is the matter with it? thank you
= If <Case Type Desc> InList ("DM-CAD" , "DM-Hypertension") Then "DM-CAD"
Else <Case Type Desc> AND If <Case Type Desc> InList ("CM-CAD" ,
"CM-Hypertension") Then "CM-CAD" Else <Case Type Desc>