We have some reports that came with an application and they have the option when you first run the report to specify a date range. This is right but we would also like to be able to specify a time range.
If you want to specify certain times within a date range, you can create a time range parameter and then set up your record selection formula like this:
date({table.datetime}) in {?daterange} and
time({table.datetime}) in {?timerange}
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.