I have been using the following function
DateTimeDiff("2013-12-31",[CUST_DOB],"hours") to calculate age
I need the time difference in hours in order to match the age with another app.
this is what I get:
CUST_DOB AGE Age6 (in hrs)
1945-12-13 00:00:00 68 596520
1946-12-02 00:00:00 67 588024
1900-01-01 00:00:00 114 -193758
1945-07-22 00:00:00 68 -593070
1945-12-12 00:00:00 68 -596502
Why am I getting negative hours in some of my records (records older than 69 ) and in others not .
Does alterix have some date-time baseline that I need to set?
Thanks for your help