want to write an expression in an SSRS 2008 textbox to check if any of the value in a field in a group is false. If false stop and change the background color of the Textbox.
i am trying to do
=iif(field!coloumnname.value="False","Red","silver")
The above expression is taking the top most value in the group and giving the output.
I mean if the value is True , it is giving silver background. Can anyone help me out