Expand my Community achievements bar.

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.
SOLVED

Calculated Expression Troubleshooting

Avatar

Level 3

Hi all,

 

I'm sure I'm missing something super simple but I'm trying to use a calculated field, formatted as a number, to pull in the difference between our planned start date and actual completion date on our task reporting form for tasks named review. The formula I'm using is: 

 

IF(CONTAINS({name},"review"),WEEKDAYDIFF({plannedStartDate},{actualCompletionDate}),"")
 
but it isn't working as expected. Does anyone have any suggestions on how to further troubleshoot? 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi @AbiBeggs 

 

Here is the contains structure   CONTAINS(findText, withinText)

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi @AbiBeggs 

 

Here is the contains structure   CONTAINS(findText, withinText)

Avatar

Level 3

Thank you so much!