Are you a calculated custom field guru? I need your help. | Community
Skip to main content
New Participant
August 16, 2024
Solved

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

  • August 16, 2024
  • 1 reply
  • 667 views

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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

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

1 reply

skyehansen
skyehansenAccepted solution
New Participant
August 16, 2024

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

New Participant
August 16, 2024

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