Add Global Filter on Top of Page That apply on multiple Models

For Posterity , I would like to indicate issue I had and workaround I used

The problem is that the JS will attempt to match ANY conditions that match the 1st Model’s Condition’s names. 

It’s important the first model (the one updating all others) have No “Unnamed Conditions” (always On condition, are considered Unnamed…since that option’s to name is only there when a Condition is filterable on/off) as it will try to update those values in other models’ filters

The Workaround I used, was to create a new model with only condition i want to filter on, and make that model update all other models (i had 9) with snippet

and it worked liek a charm!

Thank you Anna and Peter for helping found the issue!  and hope this explanation/workaround helps someone else


Thx