Create (Flexible) Hierarchies

Some data is best presented with a fixed hierarchy. For example, census data falls nicely in a hierarchy of country, states, counties, and blocks which could not be rearranged. Some other data could be rearranged using various hierarchies based on the attributes available. For example, if you have health data provided for the 2 sexes, 3 races and 5 age groups, you could present the data in a variety of ways. One example would be by separating men and women at the 1st level, then splitting by race at the second level and then by age. Another hierarchy could be to split by age first, then sex, then race. Flexible hierarchies let you specify the order you want those attributes to be used when creating the hierarchy.

Previous Topic

Next Topic