Error In SSRS Expression

  • My SSRS report shows a #Error for the following expression. Is there any problem in the syntax?

    = "Quality Assurance" &

    First(Fields!Auditor.Value, "DsGLPFindingsData")

  • FYI..the syntax worked in my environment. Could it be a data problem?

  • Check the Auditor field for missing values.

  • Thanks for the replies,

    I got worked this way:

    "<b>" & "Quality Assurance " & "</b>" & VbCrLf &

    First(Fields!Auditor.Value, "DsGLPFindingsData")

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply