I created a simple check-in form whereby the system Created Date field is to be the entry time. It will be a running sheet where all punches are stored so, for reporting purposes, need to pull out only their most recent date/time for display - the 'time' piece being my challenge. (Also have "Check-in / Arrival" criteria set)
What I've tried...
Max(Collect) shows only the most recent entry but drops the time... (Row 1 in the pic)
Join(Collect) shows the time but pulls in all values... (Row 2 in the pic)
Max(Join(Collect)) makes it all go blank. (Row 3 in the pic)
Feeling like I'm missing something REALLY simple???