I have these fields in the data set: Employee, Current Address, Previous Address;
In the report, if the previous address is the same as the Current Address, I want to display
blank instead of repeating the same info, is this the correct syntax to do this?
=IIF(Fields!PreviousAddress.value = fields!CurrentAddress.value,” ”,Fields!PreviousAddress.Value)