I need to display Purchase Order approved and the last person who approved the PO.
In a GI or SQL it is simple to return the data for this as an Aggregated value Max on the ApproveDate.
The table relationships: EPApproval Table and link it to POOrder using RefNoteID = POOrder.NoteID.
How can this be achieved on the Report designer? Where will the Filter be applied?
Retha