I am trying to use Mid() in an expression:
Mid(Fields!JOB.Value,4,3 <> "999")
When I run the report, I get the following error:
[rsRuntimeErrorInExpression] The Value expression for the textbox ‘Textbox1’ contains an error: Argument 'Length' must be greater or equal to zero.
Any advice on resolving this would be most appreciated. Many thanks.
Mid(Fields!JOB.Value,4,3 <> "999")
When I run the report, I get the following error:
[rsRuntimeErrorInExpression] The Value expression for the textbox ‘Textbox1’ contains an error: Argument 'Length' must be greater or equal to zero.
Any advice on resolving this would be most appreciated. Many thanks.