Feb 4, 2009 #1 porps Technical User Joined Nov 6, 2008 Messages 2 Location US Hi everyone! I'm trying to use the Select Expert to only pull data from an Oracle DB that happened on the weekend. Any hints? Thanks so much!
Hi everyone! I'm trying to use the Select Expert to only pull data from an Oracle DB that happened on the weekend. Any hints? Thanks so much!
Feb 5, 2009 1 #2 IanWaterman Programmer Joined Jun 26, 2002 Messages 3,511 Location GB Function Day() returns day number of week. day(05/Feb/2009) will retur 5 = Thursday. In Crystal terms Sataurday is 7 and Sunday = 1. You can use this to define weekends only Ian Upvote 0 Downvote
Function Day() returns day number of week. day(05/Feb/2009) will retur 5 = Thursday. In Crystal terms Sataurday is 7 and Sunday = 1. You can use this to define weekends only Ian
Feb 5, 2009 1 #3 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US I'm sure Ian means dayofweek(). Day() returns the day of the month. -LB Upvote 0 Downvote