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

=-( How do I exclude weekend days on reports

Status
Not open for further replies.

jolie555

Technical User
Sep 26, 2002
22
US
I am writing a report where I am using a specific date criteria for elapsed days and need to exclude weekends. Help!
 
I tried doing this and it is giving me an error stating that there is an error in the formula.
 
Blurred vision was close. Try this:

Not (Dayofweek({DateField}) in [1,7]) Software Training and Support for Macola, Crystal Reports and Goldmine
251-621-8972
dgilsdorf@mchsi.com
 
Or you can use:

DayofWeek({Datefield}) in 2 to 6 Software Training and Support for Macola, Crystal Reports and Goldmine
251-621-8972
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top