Time formatting

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hello Does anyone know how to format grouping your data in
reports in half hour and 15 minute increments?
 
Since one day is the equivalent of "1" then one hour is 1/24 and a half hour
is 1/48. Therefore, you can set the sorting and grouping dialog to something
like:
=Int([DateTimeField] * 48)
or
=Int([DateTimeField] * 96)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top