Aug 13, 2010 #1 rhollet Technical User Joined May 29, 2007 Messages 5 Location US Hi, I need to be able to pull only the last hour of tickets in Crystal Reports 2008. Can anyone tell me what formula to use in select expert?
Hi, I need to be able to pull only the last hour of tickets in Crystal Reports 2008. Can anyone tell me what formula to use in select expert?
Aug 13, 2010 1 #2 briangriffin Programmer Joined Nov 6, 2008 Messages 878 Location US Remember that you can pass in a negative value to dateadd to go back in time: yourdatetimefield >= dateadd("h",-1,currentdatetime) Upvote 0 Downvote
Remember that you can pass in a negative value to dateadd to go back in time: yourdatetimefield >= dateadd("h",-1,currentdatetime)