Hi there,How do I hide rows depending on the values of one of the rows.I have a tablix with two rows. 1st row will always have nothing in it. 2nd row might have an address in it sometimes.I want to hide the 1st row if the 2nd row has an address and then hide the 2nd row if it is empty leaving the 1st row.I have tried the row visibility and tablix visibility but think I am missing something. It is not doing what I thought it would do.This is what I have tried on the row visibility for each row. Not both at once.= Iif (CountRows() > 0, false, true) =IIF(IsNothing(ReportItems!Address2.Value),True,False)What am I missing........ ? ThanksRegardsAngie
↧