On a form, I have 2 date/time fields. The first field, Next_Review_Date, is editable and have the following hidewhen formula: Status = “Obsolete” | Status = “Draft”. The other field, dispNext_Review_Date, is a computed for display field with Next_Review_Date as its formula. Also, the dispNext_Review_Date field have the following hidewhen formula: Status != “Obsolete” | Status != “Draft”.
Is it possible to have the dispNext_Review_Date field to be visible or “greyed out” when there is no value in the Next_Review_Date field? Currently, I don’t see any fields when the status is Draft or Obsolete.
Thanks for your help in advance!