I have a report shown as above which shows 3 records with 1 blank record which I am hiding based activestatusflag.
This is causing a blank row to appear highlighted in yellow and I want to get rid of this .
Hence please let me know how would you able to achieve this.
Note: IIF(lcase(Fields!activestatusflag.Value)="inactive","",Fields!column1.Value) for each columns in a row to hide the row.