I’m looking to get a calculated field that will show the working hours between two date / timestamps. Currently I have:
dateDiff({date 1} , {date 2} , ‘MI’) / 60 -
dateDiff({date 1} , {date 2} , ‘DD’) * 16 -
dateDiff({date 1} , {date 2} , ‘WK’) * 16
Is anyone able to share anything that may be more effective? Working hours to measure are from 09:00 to 17:30.