I have a tablix report with the main data set returning a list of all 'customers' in one column. Due to the nature of the database, I also have 3 additional datasets retuning addition information. In the tablix, I have added 4 additional columns that are then performing a lookup expression to match the returned data within that dataset against the customer name from the main dataset. I would like to be able to hide the visibility of the row if all the 'lookup' expressions for that row ('customer') are blank.
Is this possible?