Attendance by State?

My Director of Development needs our overall attendance by state for fiscal year 2023. The problem is we don't have our Geo_Area system table set up yet to pull our zip codes by state (yet, I'm hoping to get that fixed at the TLCC conference next week). 

Does anyone else know of a way I might pull what she needs relatively easily without that? 

Parents Reply
  • To set up Geo Areas you will also need to edit the stored procedure that applies them in SSMS. You set up what the Geo Areas are in the system table, and then you edit the stored procedure to define the zip codes. If you know SQL, it is pretty straightforward to update the procedure by looking at what is there. I suggest trying it in your Test environment first.

Children