I am seeking assistance in figuring out how to pull the most recent date that a work order was completed. The issue- we have multiple completed_dates for work orders but I need to get the most recent of those dates for a report.
I have tried-- max(wl.complete_date) but I get an error stating Not a single group application.
Any other suggestions?
Please help.
Thanks.
I have tried-- max(wl.complete_date) but I get an error stating Not a single group application.
Any other suggestions?
Please help.
Thanks.