Hi - I have a field that is unix time (View_Request.open.date). The field is a number and I have converted to a date/time by the formula
dateadd("s",{View_Request.open_date}-14400,#01/01/1970#)
what I need to do is run a report by time range, for example all Incidents opened between 5pm and 7am for the past 90 days......for that type of range. My question is how do I isolate the time and the date as 2 fields to do this?
help is greatly apprecaited.......Lorri
dateadd("s",{View_Request.open_date}-14400,#01/01/1970#)
what I need to do is run a report by time range, for example all Incidents opened between 5pm and 7am for the past 90 days......for that type of range. My question is how do I isolate the time and the date as 2 fields to do this?
help is greatly apprecaited.......Lorri