Hello,
I am trying to use the calendar view. I have many formula fields that are calculating different dates. I am only seeing two of those listed here. Is this a bug? Or is there something in the formulas that is making it not appear as a date?
here are the two formulas that do show up in the list:
-
SET_TIMEZONE(DATEADD(DateOfReply, -1, ‘days’),‘America/Pacific’)
-
IF(HOUR({DateOfReply_Pacific}) >=20, DateOfReply, PreviousDay_Pacific)
And here is one that I need that isn’t showing up:
- IF(HOUR({DateOfReply_Eastern}) >=20, DateOfReply_Eastern, PreviousDay_Eastern)