I'm having a little trouble wrapping my head around this one for some reason. It seems real simple.
Crystal 8.5
I am attempting to take two parameters, a start date and an end date, and display all of the days between them. The problem I'm having is that I want them in a vertical list, not concatenated. I can get it to look like
MondayTuesdayWednesday....etc. but I would like to see
Monday
Tuesday
Wednesday
Thursday
....etc.
I would like to group by another date that is separate from the other two and is a field in the database. The two parameter dates are also fields in the database.
I'm sure this is quite easy, but I'm just not getting it. Any direction would be greatly appreciated.
Thanks,
Darrin
Crystal 8.5
I am attempting to take two parameters, a start date and an end date, and display all of the days between them. The problem I'm having is that I want them in a vertical list, not concatenated. I can get it to look like
MondayTuesdayWednesday....etc. but I would like to see
Monday
Tuesday
Wednesday
Thursday
....etc.
I would like to group by another date that is separate from the other two and is a field in the database. The two parameter dates are also fields in the database.
I'm sure this is quite easy, but I'm just not getting it. Any direction would be greatly appreciated.
Thanks,
Darrin