Expand my Community achievements bar.

SOLVED

Are you a calculated custom field guru? I need your help.

Avatar

Level 2

I would like to add logic to a custom calculated field. Is that possible?

 

1. make a description field only appear if the trigger is met:

IF(WEEKDAYDIFF($$TODAY,{DE:Requested Send Date and Time})<=1,'You have chosen a send date and time that is less than our required minimum turnaround of two business days. If this request requires expedited production, please indicate this by selecting the option below. Otherwise, please select a later send date and time.')
 
2: if the same trigger is met, display a radio button field.
Both would appear the note about the date (above) then a radio button with: Yes, please proceed. / No, I will update the send date.
 
Is this possible from within Workfront? 
 
Thank you for your insight into this. =D
Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

are you asking if a radio button can be displayed based on the answer in a calculated field? Answer to this one is no.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

are you asking if a radio button can be displayed based on the answer in a calculated field? Answer to this one is no.

Avatar

Level 2

That's exactly what I suspected thank you for confirming. =D