내 커뮤니티 업적 표시줄을 확대합니다.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

Less Then Today's Date

Avatar

Level 2
What is the code that is used to represent "today's date" I want a report to change the color of the date to red if the date is falls before the day the report is ran. At this time I am just entering in the current date to make this happen.
2 답변 개

Avatar

Level 3
I trying to create a Matrix Hour Report. My rows are Users and the column is Entry Date (in months). The report looks okay but I would like it to sort by Total Hours i.e. I would like to sort it by user with highest number of hours to the lowest.

Avatar

Level 5
code for "Today's Date" is $$TODAY Other parameters you may find useful are $$USER.name (substitutes the user id of the person who running the report) (can also substitute other USER attributes, such as role, id, etc. For a filter on "day before", you can use between $$TODAY - 1d and $$TODAY