function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JamesDavisonJamesDavison 

Chart with multiple data plots/series

I have a custom object "Walk Ins" that simply counts for a group of walk-in visitors to my facility how many of each type of visitor is in the group. There is a numeric field for each type of visitor, so a given record will look as follows:

 

Date/Time: 8/21/2009 9:40 a.m.

HS Seniors: 0

HS Juniors: 2

Transfers: 0

Other Students: 1

Other Guests: 3

 

Given a set of records of this sort in the object, I am trying to create a line chart for each day (or even just a single day using a bar chart) the total number of each category, but so far I have only been able to create a chart for a single field, i.e., a line chart listing only HS_Seniors. Is there any way to add multiplt data fields to a chart in SF? This is usually pretty straight forward in other chart systems such as Crystal/Access/Excel, so I'm assuming I'm just missing some option somewhere. Thanks for your help!