Thank you for your answer, Sorry for my duplicate question.
My main language is French, or Arabic. Sorry for misplaining my problem.
I have an application that has to manage the arrival and departure of employees.
For the arrival I have no problem.
For departure, each employee points to his departure, the column is not set by default to: 00:00:00, Because the departure can occur before 00:00. What I want is when the employee has not pointed his departure, before midnight, this column then stops at 00:00:00.
For your last question, the slice is empty “ISBLANK()” because I have a view of the current employees who have not yet left.
Keep in mind the “00:00:00” is the START of the day - not the end of the day.
If you are trying to set a default time to cover the ENTIRE Departure day, you will want to set that time to “11:59:59 PM” or "23:59:59…depending on which clock you are using.
I would recommend to apply this value in the “Initial Value” setting of your Departure column. Then a user can override the time if desired. You haven’t given many details, so it is unclear what you are actually trying to achieve by defaulting the time for a user.
Hello, The arrival time is not visible to employees. it has an initial value: NOW(). It is the starting point that I have a problem with. Because each employee can point his departure whenever he wants. this “start” column is visible, but it has no initial value. I want the starting point to stop at midnight 00:00:00.
Thanks!
If the employee has not pointed his departure before midnight, this column “departure” must have 00:00:00, I want this column not to remain empty, if there is no starting point before midnight. I don’t know if that’s clear to you?