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

JasonMu
JasonMu
Online

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
1

Questions

Questions
4

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by JasonMu
Customize the badges you want to showcase on your profile
Project List Tab - Workfront 02-08-2022
Ability to add a custom list tab, where the user is able to control the column in the list. The line items are not linked to specific object within the Workfront. The new list object would still need to be available for reporting. Why is this feature important to you - I have group request custom lists to hold project level data that does not have a logical limit that would be created via a custom form. How would you like the feature to work - At bottom of Project tab list add a button to create...

Views

29

Likes

0

Replies

0
Re: Multiple If statements in text mode - Workfront 16-12-2019
Hi Brandon, I think you are looking for a nested if statement valueexpression=IF({project}.{DE:Final Files Due Date}>=0,IF({plannedCompletionDate}>={project}.{DE:Tactic Requested Due Date},"Needs Attention","On Time"),IF({plannedCompletionDate}>{project}.{DE:Final Files Due Date},"Needs Attention","On Time")) This checks to is if the field has something in it then drops to the correct if statement depending on the initial True or False If the first statement is true it runs the Bolded if stateme...

Views

46

Likes

0

Replies

0
Re: Adding conditional formatting on a custom column - Workfront 09-12-2019
Hi Skye, Thank you, That is exactly what I was missing. No need to fail around. It even worked on the value expression column, this is a double win! To help others, I added. The Bolded line to make the styling work - styledef.case.0.comparison.leftmethod=project.plannedCompletionDate styledef.case.0.comparison.lefttext=project.plannedCompletionDate styledef.case.0.comparison.operator=gte styledef.case.0.comparison.operatortype=date styledef.case.0.comparison.rightmethod=project.DE:Final Files Du...

Views

28

Likes

0

Replies

0
Re: Adding conditional formatting on a custom column - Workfront 09-12-2019
Hi Skye, Thank you for the response, I will look into whether I can add an additional field for this. I did try an run this on a normal column and had the same result, Is it possible to do a comparison of two fields for formatting purposes or does it have to be a static Date Example: styledef.case.0.comparison.leftmethod=project.plannedCompletionDate styledef.case.0.comparison.lefttext=project.plannedCompletionDate styledef.case.0.comparison.operator=gte styledef.case.0.comparison.operatortype=d...

Views

28

Likes

0

Replies

0
Adding conditional formatting on a custom column - Workfront 09-12-2019
Hi, This seemed to be straight forward but ended up not being so. I built a custom column and the formula to get the results works fine. When I try and build in some formatting nothing seems to work. I am calling on real fields from the system and not relying on anything created so the formatting logic should follow like any other column. displayname=Look Here- Final Files styledef.case.0.comparison.icon=false styledef.case.0.comparison.leftmethod=project.plannedCompletionDate styledef.case.0.co...

Views

28

Likes

0

Replies

4
Likes given to