lesleycampbell
Technical User
I am working with CR 2011. I have two different tables that I am working with - OrderAssignment & CustomerMaster with the following fields:
OrderAssignment - AssignmentID, CustomerID, EmployeeID, StartDate
CustomerMaster - CustomerID, CustomerName
My report is grouped on the EmployeeID field. I am trying to get the last assignment to which the employee was assigned. I am using the following formula to get the last assignment - maximum({OrderAssignment.AssignmentID},{@groupemployee}). That formula is working, however I would like the field to display the CustomerName field associated with that assignment rather than the AssignmentID.
I have tried to format the field using the CustomerMaster.CustomerName field as a Display String formula but when I do it does not match the customer associated with the last assignment.
Help?
OrderAssignment - AssignmentID, CustomerID, EmployeeID, StartDate
CustomerMaster - CustomerID, CustomerName
My report is grouped on the EmployeeID field. I am trying to get the last assignment to which the employee was assigned. I am using the following formula to get the last assignment - maximum({OrderAssignment.AssignmentID},{@groupemployee}). That formula is working, however I would like the field to display the CustomerName field associated with that assignment rather than the AssignmentID.
I have tried to format the field using the CustomerMaster.CustomerName field as a Display String formula but when I do it does not match the customer associated with the last assignment.
Help?