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.
any help is appreciated.
Phillipg
Phillipg
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