Is it possible to hide the results of an IF statement? My Field looks like this: Expr2: IIf([Evaluator Name]=[Supervisor],[Count]-[Required],1000) I only want the True result (Count-Required) to be displayed not the False Result (1000). I tried including a Criteria of Not "1000" and got the following error: Data Type Mismatch in Criteria Expression.
Thanks!