- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 09:04 AM
A user has two reports where one is looking at the demand table and the other is looking at the projects table. The user wants to add the stakeholder column to the list reports, but it's not available in the list when you modify columns. How can I add the stakeholder column to reports that look at demands or projects?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 10:10 AM
Hi @ryan_kelly ,
Thanks for contacting community.
Project stakeholder information is stored in pm_m2m_project_stakeholder
Demand stakeholder information is stored in dmn_m2m_demand_stakeholder.
You can use these tables to get the report as shown in below screenshots.
Project Stakeholders
Demand Stakeholders
Hope this solves the query. If it does, please mark it as correct answer.
Happy SPM Journey!!
Namita Mishra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 10:10 AM
Hi @ryan_kelly ,
Thanks for contacting community.
Project stakeholder information is stored in pm_m2m_project_stakeholder
Demand stakeholder information is stored in dmn_m2m_demand_stakeholder.
You can use these tables to get the report as shown in below screenshots.
Project Stakeholders
Demand Stakeholders
Hope this solves the query. If it does, please mark it as correct answer.
Happy SPM Journey!!
Namita Mishra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 11:19 AM
Thank you! I'm new to this. Appreciate your help.