Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

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

Avatar

Level 2

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)

 




Avatar

Level 2

that did it, thank you!