Hi,
I’m looking for a way to to group a Table and collapse all Groups but the first one. In my Case I’m grouping by date and the first one would always be the current day. That’s the only one I always want to show.
Have 2 tables stacked, set first table filtered to Today() and expanded. Set second table to all records grouped by date and filtered by BeforeToday() and collapsed. Place first table on top of second table, use CSS to hide all the table bits like pagnation, search, buttons etc… you can fine tune the margins etc so that both tables look like one table… just an idea although perhaps a silly one.