I am wondering about how (or if it's even possible) to group data from a single layer into different displays.
As an example, here's a table of data:
1 | Apples | Green | Warehouse1 |
3 | Apples | Red | Warehouse2 |
2 | Oranges | Orange | Warehouse1 |
3 | Grapes | Green | Warehouse2 |
2 | Raspberries | Red | Warehouse1 |
All this data is in one layer.
In ArcGIS online, can I use this one layer to show how many red fruits are in Warehouse1, how many Apples are in Warehouse2, etc.?
Or do I need to perform the calculations and grouping in another application and import new layers for each grouping?