How would I code the formula to look for records that fall in a date/time range. My report runs daily and needs to show all records that have been entered from 6:00 am previous day through 6:00 am current day.
Use the formula below to set all records to create a reporting date for each record. Then you can have the report select on records that fall within the reporting date range.
Formula:
ReportingDate
If Hour{RecordDateTime} < 6
Then Date{RecordDateTime} - 1
Else {RecordDateTime}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.