I have TOPO Json maps for each of the 50 US States with county level details. I’d like to have 1 dashboard that took the state name/abbr as a parameter and did the follow
- Render the map based on the TOPO Json associated with that state
- Filter the data in the query based on that state.
I’ve see how to use liquid for dimensions and measures on a model but not in the dashboard look ML.
Thanks