JamesTrory
8 years agoQrew Assistant Captain
Force text into date field
I have a date formula field called [Due in Opentext] that displays dates based on another date field called [To MRC]. However, in a very specific case there are no dates in [To MRC] in which case I'd like to display text in [Due in Opentext] instead of it being left blank.
It would look something like:
If
(
[Shot Type]="standard","See lifestyle"
)
Is this possible?
I've tried using ToText() to force the text into the field but the problem is that this is only designed for converting an existing field to text, not for adding text to a blank field, so it doesn't work. Anyway, thought I would check here before giving up.
It would look something like:
If
(
[Shot Type]="standard","See lifestyle"
)
Is this possible?
I've tried using ToText() to force the text into the field but the problem is that this is only designed for converting an existing field to text, not for adding text to a blank field, so it doesn't work. Anyway, thought I would check here before giving up.