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!

DateTime formula in CR8.5 and CR9 return different results

Status
Not open for further replies.

Phillipg

Technical User
May 3, 2002
53
US
in CR8.5 the results are correct, but in CR9 the results add 12 hours. I don't understand why. Both use the same data.
Code:
 if TimeValue ({INCIDENT.TIMEALERTED}-{INCIDENT.TIMENOTIFIED}) >= timevalue(00,02,00) 
and ({INCIDENT.PRIORITYTOSCENE}) = "Emergency"
then "Disp.="+totext (TimeValue ({INCIDENT.TIMEALERTED}-{INCIDENT.TIMENOTIFIED}))

any help is appreciated.
Phillipg

Phillipg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top