I am trying to form an expression that will give me the est. hours for a specific project type. Project Type is a field in the data set as well as est.hrs. There are no calculations needed. The hours is listed under the field name"Est.Hours". So I've been trying to us an IIF expression. IIF(Fields!ProjectType.Value=Landscaping, "", Fields!Est.Hours.Value). It is not working. It renders "0" and it should render "10". What am I doing wrong?
↧