Hey Nick, The field itself is just a way to display Actual Hours (actualWorkCompleted) summarized to allow for it to appear in the matrix report.You can absolutely add a custom calculated field. The calculation would be Actual Hours/60 Why /60? Because the data is stored in minutes. Good luck!
Galen has the right process there.I have another client that I support that has a very intricate integration that checks when a user logs in and sends an alert to their security team for new users if they are manually created in the system versus auto-provisioned. There's lots of things you can do v...
Hi Kristen, You can update the access level and have the user do it, or you can log in as that user and do it yourself, but that is currently the only approach. This is to ensure that the auditing for the update stream can be relied upon. Thanks!
Do an assignment report, make sure to sum the planned hours column, and then add the following text mode as a new column: aggregator.displayformat=minutesAsHoursString
aggregator.function=SUM
aggregator.namekey=Actual Hours
aggregator.valuefield=actualWorkCompleted
aggregator.valueformat=compound
di...