Hey Shane,
No worries with response - I am so close to getting this done - just need the parametric search to be done.
If you login into the site ( I can give you credentials if needed )
You will find "test view" which I have been working on.
1) Post view - Agenda Minutes
2) Using RPG Agenda Groups
3) Search and Pagination looks like this
[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="form-group">
<label>[wpml-string context="wpv-views"]Groups[/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="group" type="select" default_label="All" orderby="term_group" url_param="wpv-group"]
</div>
[/wpv-filter-controls]
[wpv-filter-end]
4) Loop Wizard looks like this
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop wrap="1" pad="true">
[wpv-item index=1]
<div class=" ">
<div class="col-sm-12">[wpv-post-body view_template="Loop item in test view"]</div>
[wpv-item index=other]
<div class="col-sm-12">[wpv-post-body view_template="Loop item in test view"]</div>
[wpv-item index=pad]
<div class="col-sm-12"></div>
[wpv-item index=pad-last]
<div class="col-sm-12"></div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
5) Templates for this view, looks like this
<h5> Berry </h5>
[wpv-view name="agenda-minutes-reports-berry" limit=1]
<h5> Black Earth EMS </h5>
[wpv-view name="agenda-minutes-reports-black-earth-ems" limit=1]
<h5> Cross Plains / Berry EMS</h5>
[wpv-view name="agenda-minutes-reports-cross-plains-berry-ems" limit=1]
<h5> Cross Plains EMS</h5>
[wpv-view name="agenda-minutes-reports-cross-plains-ems" limit=1]
<h5> District1 EMS</h5>
[wpv-view name="agenda-minutes-reports-district-1-ems" limit=1]
<h5> Park Planning</h5>
[wpv-view name="agenda-minutes-reports-park" limit=1]
<h5> Planning Board</h5>
[wpv-view name="agenda-minutes-reports-planning" limit=1]
<h5> Roads Board</h5>
[wpv-view name="agenda-minutes-reports-roads" limit=1]
6) Test Page for this test view can be found here
hidden link
Result is unstyled ( forget about that ) - but here you will see the views - the views all return the latest agenda / minutes ( if available ) - good.
Parametric shows parameters - "Groups" - good.
But they do no not filter properly - when selected, they show ALL results
Your point about creating multiple views for each set of agendas / minutes has already been setup.
So, perhaps, if you login, this will make more sense.