trying to create field that looks like: 1500(12.5) to represent start shift time and the duration of the shift.
I have shiftstartdate shiftstarttime, shiftenddate, shiftendtime that are datetime fields.
hour(shiftstarttime) &"("& datediff('h',shiftstarttime,shiftendtime)
getting 1500.00(12.00) want 1500(12.5)
any ideas would be greatly appreciated.
I have shiftstartdate shiftstarttime, shiftenddate, shiftendtime that are datetime fields.
hour(shiftstarttime) &"("& datediff('h',shiftstarttime,shiftendtime)
getting 1500.00(12.00) want 1500(12.5)
any ideas would be greatly appreciated.