Open haresh333 opened 5 years ago
I have build a hierarchy of nodes - say City-->Area-->SubArea-->Building-->Shop1, Shop2, Shop... Shop is a leaf node.
I want to count number of shops in each building, then total shops in each subarea/area/city
Leaf Node Shop may have attribute say -Shop Type = food, grocery, hotel. Also I would like to count of the food-shops in a city.
How this can be done?
I have build a hierarchy of nodes - say City-->Area-->SubArea-->Building-->Shop1, Shop2, Shop... Shop is a leaf node.
I want to count number of shops in each building, then total shops in each subarea/area/city
Leaf Node Shop may have attribute say -Shop Type = food, grocery, hotel. Also I would like to count of the food-shops in a city.
How this can be done?