Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAS90 Report Issue wtih CR 8.5 Date and Time fields

Status
Not open for further replies.

webshel29

IS-IT--Management
Jun 11, 2003
3
US
I am trying to calculate the total time between four fields (Start Time, Start Date, End Time, End Date). The fields are strings and I cant seem to get the calculation formula correct. The start time and end time are converted and rounded up already..ex (07:30 is 7.5). The hours will be totals up and dates could vary so that has to be counted for as well. Any help would be appreciated.
 
Combine the date and time fields together to make 1 formula

ex:
formula 1:
DateTime({@startdate}, {@StartTime})

and in another formula:
formula 2:
DateTime({@Enddate}, {@EndTime})

Then subtract.

hope that helps.
Andy

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top