Feb 4, 2009 #1 porps Technical User Nov 6, 2008 2 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 Jun 26, 2002 3,511 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 Feb 9, 2002 32,816 US I'm sure Ian means dayofweek(). Day() returns the day of the month. -LB Upvote 0 Downvote