Expand my Community achievements bar.

SOLVED

How to remove the Days text from Actual Duration in a Project Level Report

Avatar

Level 1

Hello!

 

Could someone provide the text mode for removing the "Days" text in the Actual Duration field in a project level report? 

 

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Switch to text mode and change your valuefield to this:

 

valueexpression=ROUND(DIV({actualDurationMinutes}/480),0)

 




View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Switch to text mode and change your valuefield to this:

 

valueexpression=ROUND(DIV({actualDurationMinutes}/480),0)