I'm trying to hide a footer row in a table and show it only when the group = "Contract"
I group on column WS_Job_Type, and another in the table
I use the following in the hidden property of the row
=IIF(Fields!WS_Job_Type.Value="CONTRACT",False,True)
It hides it in all groupings.
Any ideas