Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

RichardLe1
RichardLe1
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
67

Likes Received

Likes Received
465

Posts

Posts
218

Discussions

Discussions
0

Questions

Questions
218

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by RichardLe1
Customize the badges you want to showcase on your profile
Re: Showing the Note entered by name on a report - Workfront 25-08-2022
That's strange, the code works perfectly in my instance. Are you using a task report?

Views

6

Likes

0

Replies

0
Re: Limits to Projects/Reports/Forms - Workfront 25-08-2022
Hey, I don't believe there is any limit to the number of forms or reports that you have in Workfront, however regular housekeeping and maintenance is certainly recommended as best practice! There was a recent webinar on this topic that you might find useful. Take a look at the recording here Best Regards, Rich.

Views

2

Likes

0

Replies

0
Re: Groups Report: list users? - Workfront 24-08-2022
Hi Rich, This is exactly what I was looking for. Thank you so much for helping me out! Best regards, Laurence

Views

1

Likes

0

Replies

0
Re: Pulling a Specific Job Role via Text Mode - Workfront 24-08-2022
You're very welcome, glad I could help.

Views

1

Likes

0

Replies

0
Re: Assigning Bill Rate to a Task - Workfront 24-08-2022
This is what we do on those projects where we have those different costs. If the end users are on board, you could have say three tasks setup for logging time. One at the task level with that custom rate. Another at the user level for their assigned rate, and then a third to be based on their job role for the task. Probably a bit too much complexity, but could work here.

Views

2

Likes

0

Replies

0
Re: Calculated field to track time spent (duration) in a Project Status - Workfront 23-08-2022
Hi Seth, A couple of ways you could achieve this: 1. Build a series of calculated fields that capture the date / timestamp of when a particular status was applied to the project. In the following text mode example, I have created a calculated field called 'Date Set To Current', the field will populate with the date/time that the project status was first changed to current IF({status}='CUR',IF(ISBLANK({DE:Date Set To Current}),$$NOW,{DE:Date Set To Current}),{DE:Date Set To Current}) You would ne...

Views

5

Likes

0

Replies

0
Re: How to display proof attributes in project reports? - Workfront 23-08-2022
Hi Karthick, Try the following text mode in a project report. This will display the name of all documents stored against each project and the current proof decision against each of those documents. displayname=Documents and Proof Statuslistdelimiter=listmethod=nested(documents).liststextmode=truetype=iteratevalueexpression=CONCAT({name}," - ",{currentVersion}.{proofDecision})valueformat=HTML Best Regards, Rich.

Views

4

Likes

0

Replies

0