I'm trying to use the row visibility function in Report Builder 3.0 by using the expression below:
=IIF(IsNothing(Lookup(Fields!Activity.Value,Fields!Activity.Value,Fields!Pred_Activity.Value,"ds_Pred"),True,False)
When I run the report, I get an error message Too many arguments to Public Function isNothing.
Is it possible to use the IsNothing function along with the Lookup function?