I am trying to multiply (duration * rate) in order to get a daily employee value (cost)
My duration is just (Clock in) & (Clock-out) with my duration being (Clockout-Clocking) giving me a total.
My rate is a $ value, pulled directly from my employee information.
When trying to multiply duration by rate it is given me a strange number, nothing close to what it should be.
Any suggestions and/or ideas?