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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grouping by dates

Status
Not open for further replies.

DannyBill

Technical User
Nov 21, 2005
14
US
Using CR9

I'm using {EndDate} as a field to group by, and a parameter field to select the date range for record selection. Currently the report is displaying the first day in the week (Sunday), how do you get the report to display the date for that following friday thus being the last work day for that piticular week.

Thanks for all the help you guys have given me on this report. I'm finding working with dates are my weak point.

Thanks again,

Dan
 
Go to report->group expert->options->customize groupname->use a formula to customize name->x+2 and enter:

totext({table.date}-dayofweek({table.date})+6,"MM/dd/yyyy")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top