- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 04:21 AM
Hi Team,
We have Group Weekly resource aggregate table that is a database view stores information resource allocation, capacity and availability etc., it shows project task, user info, and hours etc., but needed to add resource plan details also like plan number. I have tried to resource plan in view table but nothing populating, please help needed in Where clause rule etc.,
How to get this working, It shows empty records now.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 05:26 AM
ensure you add this in the where clause for resource plan table and also add user_resource field in the view field under that view table of Resource plan table
The field user_resource on Resource plan holds user information, so use that
grpmember_user=rpl_user_resource
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 09:28 AM
I believe I answered your original question on how to add additional table and what that where clause should be.
Please mark my response as correct so that it helps other members.
The discussion can continue on same thread.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 09:28 AM
it's upto your customer what they wish to see in reporting via this database view.
You can add additional tables as well in that database view if required.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 09:37 AM
Got the table added, Sure that I will do. But question is need to map resource plan number against that allocation divided in each week. but now with these it is showing wrong reference.
Thanks