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

WeekToDateParameter 1

Status
Not open for further replies.

jonpritchard

Technical User
May 19, 2005
1
US
How, in Crystal 9, do I change the WeektoDate 'start date' from Sunday to Monday?
 
For a record selection formula use:

{table.date} in minimum(WeekToDateFromSun)+1 to maximum(WeekToDateFromSun)

Or you could use:

{table.date} in currentdate-dayofweek(currentdate)+2 to currentdate

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top