Getting this error in the logs on our SSRS server
The Hidden expression for the tablix ‘Tablix1’ contains an error: The expression references the field ‘Calc_ReasonDescription’, which does not exist in the Fields collection. Expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope. Letters in the names of fields must use the correct case.
this is the expression it is talking about not sure what i can do to get it resolve. If i remove the suppression formula it works fine and if i change it to another value
=iif(Fields!Calc_ReasonDescription.Value <> “Return for Repair”,true,false)