Sub category filter rows - calling all super heroes

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
utony
Veteran Member
Posts: 93
Joined: 2020-04-03 18:37

Sub category filter rows - calling all super heroes

Post by utony » 2022-11-24 04:03

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.

Post Reply