I have a map on a dashboard that I want to have show a subset of my devices based on a device tag, let’s say it’s vehicleType with 2 possible values “car” or “truck”.
I also have a dashboard context string variable called {{ctx.string-0}}.
Under the map settings -> Block Data -> Device IDs / Tags dropdown, I can explicitly select vehicleType=car
or vehicleType=truck
, but I’d like to be able to specify something like vehicleType={{ctx.string-0}}
so that I can change the subset of vehicles shown without having to leave the dashboard and change the map settings. Is there a way to do this?