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

NickVa1
NickVa1
Online

Badges

Badges
38

Accepted Solutions

Accepted Solutions
6

Likes Received

Likes Received
171

Posts

Posts
313

Discussions

Discussions
22

Questions

Questions
291

Ideas

Ideas
22

Blog Posts

Blog Posts
0
Top badges earned by NickVa1
Customize the badges you want to showcase on your profile
Bulk add Queue Topic to Project Templates - Workfront 29-11-2021
Hi WF Community, Does anyone know how to bulk add a queue topic to all project templates? I created a custom form (on the issue object) called Checklist. I want to add this as a queue topic to all of my project templates, but don't want to have to go into each individual template and add this one by one. Thanks,Nick

Views

8

Likes

2

Replies

0
Can regular (non admin) users toggle between Classic and New Experience UI's? - Workfront 22-11-2021
Hi WF Community, Is it possible for regular (non admin) users toggle between Classic and New Experience UI's? Thanks,Nick

Views

13

Likes

0

Replies

2
Re: Cross-Object Calculated Field (Sum Hours from all Tasks and Issues) - Workfront 04-11-2021
Thanks, Randy and Chris. I forgot that the Actual Hours on the project object is a rollup of all hours from tasks and issues. That, combined with the Planned Hours (project object), should get me what I need in a calculated field with an IF statement. Cheers!

Views

18

Likes

0

Replies

0
Re: Calculated Field with IF Expression - Workfront 29-10-2021
Very interesting, Douglas. That's good to know...I can use that too.

Views

29

Likes

0

Replies

0
Re: Calculated Field with IF Expression - Workfront 29-10-2021
I figured it out....it had to do with more "&" and "-" symbols. Had to reconstruct and save, reconstruct and save and make sure it was as clean as possible (no symbols, even in the "then this" results). Cheers.

Views

29

Like

1

Replies

0
Re: Calculated Field with IF Expression - Workfront 29-10-2021
Hi again, Richard. I went to add additional IF's to that original expression, but I'm getting that "Custom Expression is Invalid" error again. Here's my original, singular IF that works:IF(INV Item Number="I-132 Retainer","400001 Retainer","") Here's my new, multiple IF that isn't working:IF(INV Item Number="I-132 Retainer","400001 Retainer",IF(INV Item Number="I-133 Project - Fixed Cost","400002 Project - Fixed Cost”,"")) Any idea why the multiple IF isn't working? Followed this to a tee

Views

29

Likes

0

Replies

0
Re: Calculated Field with IF Expression - Workfront 29-10-2021
Thanks, Richard. This was the issue! Gott'er working now after that modification.

Views

29

Likes

0

Replies

0
Calculated Field with IF Expression - Workfront 28-10-2021
Hi WF Community, I'm trying to create a calculated field on the Task object with a simple IF expression, yet it keeps telling me the "Custom Expression is Invalid". Here's my expression:IF(INV - Item Number="I-132 Retainer",400001 Retainer,"") *INV - Item Number is another field (dropdown) on the same custom form Does anyone know where I'm going wrong? Thanks,Nick

Views

29

Likes

0

Replies

6
Cross-Object Calculated Field (Sum Hours from all Tasks and Issues) - Workfront 22-10-2021
Hi WF Community, I'm looking to accomplish the following: * Creation of a custom calculated field on the Project object called Billable Hours * The logic for this field is as follows:Use the sum value of all Actual Hours logged for all of the project's tasks and issues if this sum value is larger than the sum value of the project's Planned Hours from all of the tasks and issues Is this possible? It's been a while since I played around with calculated fields, and can't recall how to grab the sum ...

Views

18

Likes

0

Replies

3