Hi there,
I am having a problem rounding my time field to the nearest hour.
I have two time fields that I am grouping by day first, then by each hour. I am asking for the "last date in the period" to be printed which results in time values of 0:59, 01:59, 02:59 etc.
I would like to know how to round those values up to the nearest hour so that I would get 01:00, 02:00, 03:00 etc.
I am trying to average data between 12AM - 1 AM and have the value printed with a time stamp of 1 AM instead of 12 AM.
I tried to group by each hour using a datetime formula field with this formula:
dateadd("n",+1,{DateTimeField}) with no success.
Any help would be appreciated, thanks in advance.
Trevor
I am having a problem rounding my time field to the nearest hour.
I have two time fields that I am grouping by day first, then by each hour. I am asking for the "last date in the period" to be printed which results in time values of 0:59, 01:59, 02:59 etc.
I would like to know how to round those values up to the nearest hour so that I would get 01:00, 02:00, 03:00 etc.
I am trying to average data between 12AM - 1 AM and have the value printed with a time stamp of 1 AM instead of 12 AM.
I tried to group by each hour using a datetime formula field with this formula:
dateadd("n",+1,{DateTimeField}) with no success.
Any help would be appreciated, thanks in advance.
Trevor