Forum Discussion
ivannye
Helper I
5 years agoDay shift and night shift
Hi Everyone, thank you for your help. I really appreciate it. I have an issue I would like to submit to you. I started working on it but one is very tricky. I have two columns start_time and...
amitchandak
Super User
5 years agoivannye , One of the DateTime, Start or end has to drive it like start
Duartion Night =if(Hour([StartTime]) >= 7 && Hour([StartTime]) <=21,0,1)
end
Duartion Night =if(Hour([EndTime]) >= 7 && Hour([EndTime]) <=21,0,1)