I’m trying to pull one character out of the PMProject.ContractCD field in Report Designer. Using this expression...
=Substring(CStr([PMProject.ContractCD]), 5, 1)
...a “0” is always shown no matter what number is in the numeric 8 position field. This expression DOES work in a GI, however, and pulls the correct digit. How can I get this to work in Report Designer?

