I have a linked field in SalesOrderLine to SalesOrder.DueDate and this field is relabeled StartDueDate in the linked Field. I can see StartDueDate on my reports. If I create a calculated field that is merely a copy of StartDueDate, like [SalesOrderLine.StartDueDate], it will not print. I eventually need to do date math in calculated fields expressions and display those results but I can't even get DueDate/StartDueDate to print with no formulas at all.
Again, my Report Design expression for the calc'ed non-printing field = [SalesOrderLine.StartDueDate].
It would seem that relabeled linked fields are not accepted in Report Designer calculated field expressions.
Thanks.