How to convert Person days from hours to days ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 12:37 AM
Hi Community,
Currently, we have an OOB field called person days in resource_aggregate_monthly table with actual time spent on Project, M&S in person days unit.
I need to have the new person days field in Time Card table where the value in Person Days is computed based on Total field. The Total field is in Hours, how to convert from hours to days ?
Please help with the script. Thank You.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2022 12:40 PM
Hi, I would simply divide the total number of hours by the number of hours in your business day, using whichever rounding\standardization formats you required to get the result your require IE to 2 decimal places or rounded etc.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 05:15 AM