Ben Ball Posted March 23, 2007 Posted March 23, 2007 I need to calculate time as a number. i.e I have a time field... which outpute 3 hours. I have a number field which says 45. I need to calculate 3 x 45 = 135 How can I output a number calc from this to give me the result of 135? B
aldipalo Posted March 23, 2007 Posted March 23, 2007 Your calculation field should contain: Hour(Time) * Number /* format as number. HTH
comment Posted March 23, 2007 Posted March 23, 2007 Or: TimeField * NumberField / 3600 if you want it accurate.
Recommended Posts
This topic is 6515 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now