Jump to content

Converting Time Valure to a Unit QTY Value


Lee J

This topic is 8362 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a Time Duration field which is calculated by the usual Start/Stop times.

I then need this to be converted to a Unit value to be used as a qty.

Currently I copy the Time value into a dummy field, I then create a new calculation using a combination of TimeToText, Right() to remove Seconds and then Substitute() to convert the ascii character ":" to "."

and I finally get my qty ie. 5:35:45 becomes 5.35

Can someone please clarify if this is a good way of doing it?, or maybe offer a better option.

Cheers

Link to comment
Share on other sites

Much easier is to just treat your time duration directly as a number. It is numerically equal to the duration in seconds. If you want it in minutes, divide it by 60. If you want it in hours divide by 3600. You don't have to do any conversion. It's all automatic.

Link to comment
Share on other sites

This topic is 8362 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.