I am trying to count all decvices which are greater than 1 and count those as "1" else blank.But I am also doing a lookup at the same time.
IIF(Lookup(Fields!device.value,Fields!Device1.value,CountName,"Dataset1")>1,1,Nothing)
But I get an Error#. Let me know whats wrong with syntax.