Sep 3, 2002 #1 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 am writing a report where I am using a specific date criteria for elapsed days and need to exclude weekends. Help!
Sep 3, 2002 #2 BlurredVision Technical User Aug 6, 2001 326 GB Dayofweek({Datefield}) Not in [1,7] Brian http://www.crystalcommunity.com Upvote 0 Downvote
Sep 3, 2002 #3 IdoMillet Instructor Feb 6, 2001 5,290 US See: http://www.kenhamady.com/form01.html hth, - Ido CUT & Visual CUT: e-mailing, exporting, bursting, distribution, and scheduling of Crystal Reports: http://www.MilletSoftware.com Upvote 0 Downvote
See: http://www.kenhamady.com/form01.html hth, - Ido CUT & Visual CUT: e-mailing, exporting, bursting, distribution, and scheduling of Crystal Reports: http://www.MilletSoftware.com
Sep 3, 2002 Thread starter #4 jolie555 Technical User Sep 26, 2002 22 US I tried doing this and it is giving me an error stating that there is an error in the formula. Upvote 0 Downvote
Sep 3, 2002 #5 dgillz Instructor Mar 2, 2001 10,056 US 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 Upvote 0 Downvote
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
Sep 3, 2002 #6 dgillz Instructor Mar 2, 2001 10,056 US 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 Upvote 0 Downvote
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