I have a field 'EnvironmentalServices' which I am showing in an Report using Report Builder 2. The field is boolean and the customer wants the report to show a tick if this field is true, otherwise nothing. The tick would just be to show if true (ie it doesn't need to be a checkbox)
I'm fairly new to Report Builder (just got into it last week) but I assume there is no built in tick and I'd have to display a tick image.
I assume I select the text box properties for the field and choose general and the select the fx button next to value and need to replace the
=Fields!EnvironmentalServices.Value
with something like
if Fields!EnvironmentalServices.Value = 1 then show image else ""
but am unclear how I do this conditional statement or how to reference an image in this context
Can anyone advise?
Hope someone can help - really struggling with this
Thanks
AndyH1
I'm fairly new to Report Builder (just got into it last week) but I assume there is no built in tick and I'd have to display a tick image.
I assume I select the text box properties for the field and choose general and the select the fx button next to value and need to replace the
=Fields!EnvironmentalServices.Value
with something like
if Fields!EnvironmentalServices.Value = 1 then show image else ""
but am unclear how I do this conditional statement or how to reference an image in this context
Can anyone advise?
Hope someone can help - really struggling with this
Thanks
AndyH1