I am trying to use what I thought would be a simple expression but it am having no luck.
I want to evaluate one field and based on a true or false response, have data display from another field. I have tried both IIF and Switch, without luck.
=IIF(Fields!FormQuestionAltFieldName.Value="Visual",Fields!AnswersPrimaryAnswer.Value,"")
Any suggestions would be appreciated.