Link to home
Start Free TrialLog in
Avatar of tracimcp
tracimcp

asked on

Setting conditional visibility in a SQL reports table row

Hello~

I have a row in a sql report table that I need to show visible for certain titles.  I currently have the following code in the visibility property of the row:

=iif(Fields!Title.Value = "Blood pressure", false, true)

I also need it to return false for Body fat.  Does anyone know how to do this??
ASKER CERTIFIED SOLUTION
Avatar of imitchie
imitchie
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial