0
Date Field Question
Is there a way for a Date field to display as anything other than a date? I want to be able to enter a date but only want it to display in a table as an "X".
1 reply
-
Use a combination of an after update trigger on the date field and a shadow text field that is set to "X" if date field is not null. Set display only if on the shadow field to something like if 'Shadow Field' then true else false end;
Content aside
- 5 yrs agoLast active
- 1Replies
- 1186Views