Link to home
Create AccountLog in
Avatar of boricua1213
boricua1213

asked on

Hide footer Row based on group value

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
ASKER CERTIFIED SOLUTION
Avatar of VikramMullick
VikramMullick

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer