Maptitude - http://research.umbc.edu/~roswell/maptitude.html


I'm creating a Maptitude for the Web application. Click on the County, and
the Managed Care Organizations (MCOs) serving that county pop up.


1. I'd like to omit from the list any MCO which has 0 participants in
that county.


2. I'd like to move from 2 columns of numbers to a 3-column table

MCO         N         Percent
Amerigroup   3,941     2.9%
Freestate   41,316    31.1%
etc.

I've figured out that the WriteTable subroutine in the gislib.asp file is
controlling all this. Just honestly not sure how to get what I want to
happen.



3. As an alternative to #2, this:
  18,739 (34.5%)
would also do as just one column, except that the format loses the commas,
and brings the percentage out to innumerable decimals, so it looks like this.
  41316 (31.135093%)

Yich!

BTW, I used:
string(Amerigroup) + " (" + string(Amergrp_P) + "%)"

to get this. 



Any assistance would be welcome!

Margie

_________________________________________________________
            Marjorie Roswell, Spatial Analyst
UMBC Center for Health Program Development and Management
1000 Hilltop Circle                     Fx: (410)455-6850
Baltimore, MD 21250                   E: [EMAIL PROTECTED]
Ph: (410)455-6802    http://umbc.edu/~roswell/mipage.html
_________________________________________________________


______________________________________________________________________
To unsubscribe, write to [EMAIL PROTECTED]

Make your business more productive! Instantly automate routine
business tasks like payroll, time cards, expense reports, invoices,
purchase orders, business forms and more - for free!  Try
Freeworks.com today at

http://www.bcentral.com/listbot/Freeworks

Reply via email to