Hi everyone!
I’m adding a date field {Fecha de inicio} and a duration field {Tiempo de impresión} to get an end date with hour. But I need to know if the result can skip/exclude non working hours and days so the results are not for example, Sunday at 4 am but Monday at 8am
This is what I have now:
DATEADD({Fecha de inicio},{Tiempo de impresión}, ‘seconds’)
I’d appreciate if someone can help! :slightly_smiling_face: