Hi all,
I am wanting to put together an asset listing of single calendar events and was looking to group these by year then month. However when I apply group options to the listing I get the listing but the items are grouped:
Year
- month
event item
Year - month
event item
but, what I want is:
Year
- month
event item
event item
- month
event item
event item
I have applied two group options to the listing
- Group_listing_1: Keyword
- Keyword event_start_datetime_Y
- Group_listing_2: Keyword - after
- Keyword event_start_datetime_m
The reason for this is that I have applied a jquery filter to dynamically filter the results from the page without the page needing to reload based on metadata values. I also want to achieve this without having to put items into folders if that is also a viable option.
Group 1
group_name
asset_listing
Group 2
group_name
asset_listing
Is any of this correct or should I group the month items first then the years in ascending order? If not should I use folders to create the listings as I am not limiting the listing on the page?
Any and all help appreciated.