How to join the project task table to the project status report table for reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 08:21 AM
How can I join the project status report table with the project task table. I have a requirement to provide a report that shows the milestones and key milestone tasks along with the status report. The only thing I am getting from key milestones is true or false. I need the actual task on the report.
Thank you
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 08:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 12:07 PM
Problem is still your where clause. You have to tell the system where the two things meet. what you've said is
"Where the project task's 'task' is equal to the status report's sys_id"
You need something like...
"where the project task's top project is equal to the status report's project"
I'm not near an instance right now otherwise I'd just get the fields for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2022 09:19 AM