Forum Discussion
MattStephens
8 years agoQrew Cadet
If you records are getting populated steadily throughout the day and not all at once, you could sort on a text field with a formula something like this:
var TimeofDay DT = ToTimeOfDay([Date Created]);
Second($DT)
&"."&
Minute($DT)
&"."&
Hour($DT)
var TimeofDay DT = ToTimeOfDay([Date Created]);
Second($DT)
&"."&
Minute($DT)
&"."&
Hour($DT)