Hi George,
You can do it, But you have to extend the report and via Visual studio.
If you are developer , You can do it. Else you need to ask your partner to provide you the same.
dataitem("Warehouse Activity Line"; "Warehouse Activity Line")
{
DataItemLink = "Activity Type" = FIELD(Type), "No." = FIELD("No.");
DataItemLinkReference = "WarehouseActivityHeader";
DataItemTableView = SORTING("Activity Type", "No.", "Sorting Sequence No.");\
column(PackageTracking; SalesHeader."Package Tracking No.")
{
}
trigger OnAfterGetRecord()
Begin
IF whseShipHeader.Get("Warehouse Activity Line"."Whse. Document No.") THEN
IF SalesHeader.GET(SalesHeader."Document Type"::Order, "Warehouse Activity Line"."Source No.") THEN;
END;
}
I have displayed package tracking no , You can takw any fields you need