frequency_table - ObjectVision/GeoDMS GitHub Wiki
Aggregation functions frequency_table
- frequency_table(a, relation)
- attribute a with string value type.
- relation with value type of the group CanBeDomainUnit
attribute<string> freq_city_name (Region) := frequency_table(City/name, City/Region_rel);