Hi @kom,
Okay, I've got something for you. Here's what it can look like:
gdf.gif
It might say "Local Data Filter," but that's actually a Global Data Filter in that dashboard, and as such, will update row states (selections) when it's modified so that your selection formula operates. How did I do this? One tiny change in the script that JMP generates. But first, I built the dashboard as that video showed:
julian_1-1614205524448.png
Next, I ran that dashboard to make your almost-there version with a local data filter:
julian_2-1614205587615.png
Next, I saved the script of this dashboard to a script window, by using the Red Triangle for the dashboard:
julian_3-1614205631582.png
On line 47, you will see the filter being defined:
julian_5-1614205741324.png
Change Local to Global, and you're done!
julian_6-1614205947242.png
I've attached your table here with the full script saved to the table. *Almost* no coding required :)
@jules