In this custom project grouping, you can display projects grouped by their Entry Date values.
Each grouping shows projects with an Entry Date within:
You must have the following access to perform the steps in this article:
Adobe Workfront plan* | Any |
Adobe Workfront license* | Request to modify a grouping Plan to modify a report |
Access level configurations* | Edit access to Reports, Dashboards, Calendars to modify a report Edit access to Filters, Views, Groupings to modify a grouping NOTE If you still don’t have access, ask your Workfront administrator if they set additional restrictions in your access level. For information on how a Workfront administrator can modify your access level, see Create or modify custom access levels. |
Object permissions | Manage permissions to a report For information on requesting additional access, see Request access to objects . |
*To find out what plan, license type, or access you have, contact your Workfront administrator.
To apply this grouping:
Go to an existing project report, or create a new project report.
For more information about creating a report, see the article Create a custom report.
From the Grouping tab, click Add Grouping.
Click Switch to Text Mode.
Remove the text in the Group your Report area.
Replace the text with the following code:
group.0.linkedname=direct<br>
group.0.name=Project Entry<br>
group.0.valueexpression=IF(ABS(DATEDIFF({entryDate},$$TODAY))<=30,"Last 30 Days",IF(ABS(DATEDIFF({entryDate},$$TODAY))>30&&ABS(DATEDIFF({entryDate},$$TODAY))<=60,"30-60 Days","Older than 60 days"))<br>
group.0.valueformat=atDateAsMonthString<br>
textmode=true
Click Save + Close.