Filtering by device for Map Widget
Currently, You can filter based on Tag when showing devices in a list.
I think this feature would be very powerful for the map widget, but I have not figured out a way to do the same thing.
What I would like is to create a pin that only shows the last location of say, 20 devices with tag "X".
I would like to be able to create a pin that selects variable "Y" of every device that has tag "X".
Then I could have a map of all sensor locations that would dynamically update as you add more devices with tag "Y".
My current plan is to work around by creating a Mutable bucket, and run an analysis that deletes all entries and repopulates them with device locations with a based on a tag.
Caio