コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

Has anyone successfully been able to report on current days in process for a project? I'm basically looking to show how many days a project has been in process from the start date. Seems simple, but I've been told that there isn't a way to do this!

Avatar

Level 3
 
トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

2 返信

Avatar

Level 9

Super simple. I would just do a calculated field in a custom form. You'll need to make sure that custom form is applied to the projects you want to see this on.

Here is the calculation:

WEEKDAYDIFF(Entry Date,$$TODAY)

Here is a doc on creating calculated fields: https://one.workfront.com/s/document-item?bundleId=the-new-workfront-experience&topicId=Content%2FRe...

You could also do a calculated column in a report, but the benefits of having this in a custom form are pretty significant.

Avatar

Level 9

You can change the entry date to the actual start date easily. Just replace 'Entry Date' with 'Actual Start Date'

We use entry date because we don't always have a good grasp on when ur projects are actually started, but they're in our court as son as they're entered.