How to remove the Days text from Actual Duration in a Project Level Report | Community
Skip to main content
Level 2
June 11, 2024
Solved

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

  • June 11, 2024
  • 1 reply
  • 516 views

Hello!

 

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

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by KellieGardner

Switch to text mode and change your valuefield to this:

 

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

 

1 reply

KellieGardner
Community Advisor and Adobe Champion
KellieGardnerCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
June 11, 2024

Switch to text mode and change your valuefield to this:

 

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

 

mvsteepAuthor
Level 2
June 11, 2024

that did it, thank you!