Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Not tested but can probably use the now() function to grab the minutes portion of the current time, so for example. Unfortunately there is not an easy way to get at seconds.
var number Divisor = ToNumber(Left(ToText(Now()),2))
IF(Rem([Record ID#], $Divisor)=0,true)
var number Divisor = ToNumber(Left(ToText(Now()),2))
IF(Rem([Record ID#], $Divisor)=0,true)
SushrutGaikwad
7 years agoQrew Trainee
Thanks. I'll try it out. Where does this code go?