I am using Crystal reports 8 and am getting a "The ) is missing" error in this formula -
IF ({ApplicationDetail_BE.CALLDETAIL.DEST_GROUP} NOT IN([150,151,155])) AND
{ApplicationDetail_BE.CALLDETAIL.DISPOSITION} = 5
THEN 1 ELSE 0
Does anyone see what my mistake might be?
Thanks!
IF ({ApplicationDetail_BE.CALLDETAIL.DEST_GROUP} NOT IN([150,151,155])) AND
{ApplicationDetail_BE.CALLDETAIL.DISPOSITION} = 5
THEN 1 ELSE 0
Does anyone see what my mistake might be?
Thanks!