Matrix Version: 5.5
Hi Squiz Folk
I’m trying to use an asset listing page to populate a dropdown list based on a metadata value/s via custom grouping. Asset type to list => Calendar Event
The issue is that its populating everything but I need to only populate (dynamically update) values past or equal to today’s date?
PS - I know the below example is wrong but just wanted to show what I’m trying to do.
example:
%begin_group_name^gte_date:{globals_date}%
<option value="%group_name^lowercase%">%group_name%</option>
%end_asset%
This is probably simple but I can’t seem to work it out. I can hard code the dropdowns but that’s not a preferred option
Cheers
Nick