vblack7770
Programmer
I am using Crystal 8.5 with a Oracle ODBC connection - Oracle v9. I am working on a report that will be pulled daily and give the count of total records in a group by day.
I am using the DayOfWeek({table.date}) formula to get the 1 thru 7. How do I go one step further to obtain the records I need grouped as follows for Sun & Monday:
Sun - Total Fri and Sat records together
Mon - Total Fri, Sat & Sun records together
My report is grouped as follows: group 1 = team, group 2 =team
Totals for each group are in stages: Stage 1, Stage 2, etc.
I want to total all records in Stage 1 for currentdate - 1 if the weekday(currentdate) is in [3-7] but total it differently (see above) if weekday(currentdate) in [1,2].
I am using the DayOfWeek({table.date}) formula to get the 1 thru 7. How do I go one step further to obtain the records I need grouped as follows for Sun & Monday:
Sun - Total Fri and Sat records together
Mon - Total Fri, Sat & Sun records together
My report is grouped as follows: group 1 = team, group 2 =team
Totals for each group are in stages: Stage 1, Stage 2, etc.
I want to total all records in Stage 1 for currentdate - 1 if the weekday(currentdate) is in [3-7] but total it differently (see above) if weekday(currentdate) in [1,2].