Jun 23, 2006 #1 busi1 Technical User Dec 14, 2005 56 US Hi, I have a date field called Table_create_date.It should select the data of previous seven days everytime i run the report. I am using crysatl 10.0 and oracle 9 Thanks,
Hi, I have a date field called Table_create_date.It should select the data of previous seven days everytime i run the report. I am using crysatl 10.0 and oracle 9 Thanks,
Jun 23, 2006 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Use Report->Selection Formulas-REcord and place: ( Table_create_date >= currentdate-7 and Table_create_date <= currentdate-1 ) -k Upvote 0 Downvote
Use Report->Selection Formulas-REcord and place: ( Table_create_date >= currentdate-7 and Table_create_date <= currentdate-1 ) -k
Jun 23, 2006 Thread starter #3 busi1 Technical User Dec 14, 2005 56 US Thanks Synapse.... Upvote 0 Downvote