How best to display postal code data?

How have folks found the best way to visualize the Postal Code data within Tessitura? I'm trying to draw up some Analytics widgets/dashboards that will present things cleanly. I can draw up a scatter map, but that gets cluttered rather quickly.

Previously, we had mostly on-site sales, and our staff would ask the zip code survey question of each guest, and we could pull the results. Currently, our sales are online-only, so the survey question isn't possible.

How have you folks found it best to display the answer to the age-old question of 'Where are our guests coming from?'

Parents
  • We've been using Geo Area because it's slightly easier for folks that don't know all the zip codes to understand. It did take some set up in SQL to get our important geo areas coded in but has been totally worth the extra work. I'm currently using a pie chart, though it's not my favorite way to visualize this kind of data. I've also used a treemap which visually is very clear (in my opinion).  

  • I'm interested! When I looked up 'Geo Area', it said there would be some SQL work needed:

    "

    Primary Address Geo Area The geographic area of the primary address for the constituent. The application of geographic areas to postal addresses requires the customization of the LP_UPDATE_GEOAREA procedure, which not all organizations use.

    "

    Would this be possible without a customization? Without  fine-tuning, I don't know if that would be usable for us.


Reply
  • I'm interested! When I looked up 'Geo Area', it said there would be some SQL work needed:

    "

    Primary Address Geo Area The geographic area of the primary address for the constituent. The application of geographic areas to postal addresses requires the customization of the LP_UPDATE_GEOAREA procedure, which not all organizations use.

    "

    Would this be possible without a customization? Without  fine-tuning, I don't know if that would be usable for us.


Children