Hi all,
I need to do some time calculations in LO Base queries - seems fairly
straightfoward, but I can't seem to find any good info on how this is done.
I am calculating hours worked in a day (could span midnight, but that is
not normally the case). In a certain app similar to Base, I can do:
(([day_end]-[day_start])-([lunch_end]-[lunch_start]))
In LO Base, the query fails on a wrong data type failure. I am using the
Date/Time data type (time stamp). Can anyone point me to good information
on how to perform this calculation in Base?
Many thanks in advance!
Don