Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LastFullWeek operator problem

Status
Not open for further replies.

MattRichardsUK

Technical User
Dec 11, 2000
22
GB
Hi Guys, I need to get data for the FullWeek before the LastFullWeek (last but one full week if you like) is there a way of doing this or does anyone have a formula i could use.
I am using Crystal 8.5 on a Sybase Adaptive Server. Date is coming from a {Datetime} field.
thanks in Advance
Matt
 
Try this:

{Datefield} In Dateadd("d",-7,Minimum(LastFullWeek)) to Dateadd("d",-7,Maximum(LastFullWeek)) Software Support for Macola, Crystal Reports and Goldmine
714-348-0964
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top