Resolved! How to relate pm_project table with project_status?
I've been asked to create a simple report that lists all active projects in a portfolio (pm_project) along with the latest executive summary and status date from the project_status table. Since reports do only full joins, I believe this needs to be d...