Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Calculate total hours
Hi,
Need some help with my workflow that calculate the total of hours.
I added 2 fields on the work order completion to add the Start and End time.
Additionally I add to fields that calulates the total of Hours and Total of Minutes.
Minutes is working fine (formula: MOD((({custbody_schutte_woc_endtime}-{custbody_schutte_woc_starttime})*1440), 60) )
On the other hand, something strange happens with the hours.
If i add in the 'Minutes' 30 or more the hour calculation will be +1
Expected Results: HOUR: 8 - MINUTES 31
Formulas that I tried:
- ROUND((({custbody_schutte_woc_endtime}-{custbody_schutte_woc_starttime})*24),0)
0