I need to create a rpt., to display a Map. (I have a map)
For each state, I need to count and display on the map a number of students enrolled into the program(any pgm) in that state.
Please help.
I know the SQL code, but... How do I do this in Crystal?
In what section do I place the map? How do I print/display those counts.
This is what I did so far....
1. created @state:
if {Name.STATE_PROVINCE} = 'AZ' then "Arizona" else
if {Name.STATE_PROVINCE} = 'AL' then "Alabama" else
if {Name.STATE_PROVINCE} = 'CA' then "California"
group on this formula.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.