Page 1 of 1

Sub category filter rows - calling all super heroes

Posted: 2022-11-24 04:03
by utony
Hello all, Calling all super coders!

I am looking for some guidance to solve this request.

I have a table which is filtered by date. Lets say I have 3 rows for 11-24-20022, 4 rows of data for 11-25-2022, and 10 rows of data for 11-26-2022. I am trying to separate this rows by having a Date and day in between each day. Example

- Thursday - 11-24-2002-
Row of Data
Row of Data
Row of Data
and the rest of rows with this date

- Friday - 11-25-2002-
Row of Data
Row of Data
Row of Data
and the rest of rows with this date

- Saturday - 11-26-2002 -
Row of Data
Row of Data
Row of Data
and the rest of rows with this date

and so on....

Any ideas, code help, locations would be greatly appericated.