Apr 24, 2006 #1 glarkin IS-IT--Management Feb 26, 2002 175 US I'm selecting records for my report using MonthtoDate but I want to exclude the weekends. Is this possible using Crystal 10? Thanks!
I'm selecting records for my report using MonthtoDate but I want to exclude the weekends. Is this possible using Crystal 10? Thanks!
Apr 24, 2006 #2 kutoose Technical User Sep 11, 2002 169 US You may try the function DayofWeek().By default the DayofWeek() returns 7 for Saturday and 1 for Sunday. So something like not(DayofWeek(Date) in [1,7]) Upvote 0 Downvote
You may try the function DayofWeek().By default the DayofWeek() returns 7 for Saturday and 1 for Sunday. So something like not(DayofWeek(Date) in [1,7])
Apr 24, 2006 #3 dgillz Instructor Mar 2, 2001 10,038 US Sure, try this: {YourDateField} in Monthtodate and day({YourDateField}) in 2 to 6 Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz Upvote 0 Downvote
Sure, try this: {YourDateField} in Monthtodate and day({YourDateField}) in 2 to 6 Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz