Is it possible to filter all layers at once (or a group of layers) in Field Maps? You can do this in Experience with a group filter, but I can't find a way to do it in Field Maps.
Our users register 30+ object types in buildings, and we'd like them to be able to filter features by floor without having to individually filter 30 layers.
Yes in the Map Viewer you can create groups. Click on the three dots next to the layer and select group which will create a group name it whatever you want. Then you again click on the three dots next to each layer and select move and pick the group you want it moved to. Field maps will show these groups.
Sure, but you can't filter all the layers within the group at once? I want to filter them based on a floor, not just toggle them on/off.
I also don't want to make a group layer for each of the 10 floor levels and duplicate the 30 layers within each group, with a filter on the floor level each time.
Sorry, I see now. That is a good question. I guess I would attempt to write a python script to set the definition query in arcgis pro then publish as floor1 and repeat.
I could do that in Portal with the Python API but don't want 300+ layers in my map. Thx anyway