I am trying to figure out if what I want to do is possible. I have a table called geographic coverages. It is a table of all geographic names in the world. There are 4 different types of name: LR (region) LC (country) LS (state) LU (urban).
So a geo_name could be LR:na (which would be north america)
or LC:na.us (which would be united states in north america)
or LS:na.us.ny (which would be new york in united states in north america)
or LC: na.us.ny.al (which would be albany in ny in us in na).
These names are all in a flat table with only 2 columns - geo_name and description.
I want to create a grid so the user can choose one or more geo_names.
Is there any way to use this one column to create a hierarchical grid of region drilling down to country down to state down to urban?
Thanks
So a geo_name could be LR:na (which would be north america)
or LC:na.us (which would be united states in north america)
or LS:na.us.ny (which would be new york in united states in north america)
or LC: na.us.ny.al (which would be albany in ny in us in na).
These names are all in a flat table with only 2 columns - geo_name and description.
I want to create a grid so the user can choose one or more geo_names.
Is there any way to use this one column to create a hierarchical grid of region drilling down to country down to state down to urban?
Thanks