Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
Eli,
Can you tell me your formula for your end date/time? It seems to me from your post that you made a formula for the start date/time when you wanted to make a formula for the end date/time.
Can you tell me your formula for your end date/time? It seems to me from your post that you made a formula for the start date/time when you wanted to make a formula for the end date/time.
QuickBaseCoachD
6 years agoQrew Captain
When you set up the calendar report it is looking for the two fields to use for the start and the end of the appointment.
So you will want to have a Time stamp formula date/time field for the start of the appointment which combines the start date and start time, and then formula date/time field for the end date time.
The start date/formula would be called perhaps [Start Date/Time]
ToTimestamp([Date of Event], [Time of Event])
[Start Date/Time] + Hours([Total Duration])
So you will want to have a Time stamp formula date/time field for the start of the appointment which combines the start date and start time, and then formula date/time field for the end date time.
The start date/formula would be called perhaps [Start Date/Time]
ToTimestamp([Date of Event], [Time of Event])
[Start Date/Time] + Hours([Total Duration])