What I need is, when comparing the previous record value with current field, if it is true, it must hide the field value, otherwise show the field value.
All is working fine... but the empty white space is displayed when the field is hidden. I do not want the white space in cell. How can I collapse this?
This is the expression used:
=IIF(Fields!GPIDrugGroupName.Value = Previous(Fields!GPIDrugGroupName.Value),"",Fields!GPIDrugGroupName.Value)