Matrix Version: 5.5.4
Hi squiz folk,
I have an asset listing using asset grouping (Group Level 1: Asset Metadata)
If I use metadata field 1, 2 and 3 I get the desired response but these are all grouped together and I can’t seem to work out how to group them separately by region type and year.
The only way I was able to do this was to create 3 separate asset listers.
Each one has the following:
Region:
<li class="facet-item %group_name^lowercase% d-block">
<a class="facet-link" href="./?a=430661?etype=%group_name^lowercase%">%group_name%</a>
<span class="badge badge-info">%group_total_child_asset_count%</span>
</li>
Type:
<li class="facet-item %group_name^lowercase% d-block">
<a class="facet-link" href="./?a=430661?etype=%group_name^lowercase%">%group_name%</a>
<span class="badge badge-info">%group_total_child_asset_count%</span>
</li>
Year:
<li class="facet-item %group_name^lowercase% d-block">
<a class="facet-link" href="./?a=430661?etype=%group_name^lowercase%">%group_name%</a>
<span class="badge badge-info">%group_total_child_asset_count%</span>
</li>
So my question is can I achieve thew above by using just the one asset lister?
Cheers
NickyP