Hello,
I have a field Login (string) containing login times (hhmmss) and a field Logout (string) with logout times (hhmmss) off users.
It can happen a person logs in more than 1 time a day.
So for one day it can be:
Login
095510
095834
123404
Logout
095723
100312
165602
I would like to only display the earliest login time and to display the latest logout time, so like:
Login
095510
Logout
165602
Can somebody help me with this?
Regards,
Age
I have a field Login (string) containing login times (hhmmss) and a field Logout (string) with logout times (hhmmss) off users.
It can happen a person logs in more than 1 time a day.
So for one day it can be:
Login
095510
095834
123404
Logout
095723
100312
165602
I would like to only display the earliest login time and to display the latest logout time, so like:
Login
095510
Logout
165602
Can somebody help me with this?
Regards,
Age