SPM Reports - Project

Yuvaraj T
Tera Contributor

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 

3 REPLIES 3

AshishKM
Kilo Patron
Kilo Patron

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

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? 

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