0
Display a field 1 hour after record first created
I am doing a quiz and want to make it so the calculated % Score field will only display 1 hour after the user clicks Now in a Date / Time. They enter the date/time when they start the quiz.
I think I need to use the time interval option but can't figure out the code to use.
The field can say visible indefintely after the 1h time interval.
1 reply
-
Hello! you could put the code below in the 'Display Field only if:' field
now() >= 'Date / Time' + 3600000
Although, for this you will need some type of trigger, as the information doesn't get updated when the record is open as a form.
So, you could put some kind of manual button or choice field only to refresh the page once the time is completed.
Content aside
- 4 yrs agoLast active
- 1Replies
- 681Views