SPM Reports - Project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 10:14 AM
Hi All,
I have requirement to create 2 reports.
Report :1
List all the projects which does not have a single status report?
Report:2
List all the projects which does not have project task starts with some ket word.
Example : completed, closed etc.
Is it possible to achieve without any coding?
Your help is appreciated.. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 12:57 PM
Hi @Yuvaraj T ,
Create database view on pm_project & status_report table for first report, and use that view in reporting on dashboard.
Create database view on pm_project & pm_project_task for second report, and use that view in reporting on dashboard.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 05:44 PM
Thanks Ashish for the suggestion.
I tried the same , but somehow not getting the data.
Do we need to use where clause and define fields in View field?
If so can you please suggest how to use where clause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:45 AM
Hi @Yuvaraj T ,
Yes, where clause required in view mapping for matched record.
Share the view mapping screen shot.
-Thanks
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution