I have a rectangle that I am successfully hiding using this expression
=First(Fields!category_name.Value <> "TAKE ACTION", "BodyWeight")
However I now need to add a second criteria to this
I need to hide where the above expression is true but also add criteria where pregnancy.value <>1
How can i do this in a single statement when the dataset value is shows as Sum(pregnancy)
Captain Lann.