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)
- SushrutGaikwad7 years agoQrew TraineeThanks. I'll try it out. Where does this code go?
- QuickBaseCoachD7 years agoQrew CaptainYou can call that formula checkbox field
and it will be on your table with the 10,000 records.
and then have a Custom Role Permissions Rule that the users in the Role
Trial Users
can View records where that field is checked.