I am using Crystal 10 and am trying to write a formula in the record selection. I currently have a parameter, but am trying to do away with it for the report to run automatically in Enterprise without having to update the parameter everyday. I need to select the data from yesterday starting at 7am until the current day at 7am. I have the date figured out, but not sure how to incorporate the time. Here is my existing code:
date({Unit.ULCATIME}) in currentdate -1 to currentdate
Thanks!
date({Unit.ULCATIME}) in currentdate -1 to currentdate
Thanks!