|
On the Chart parameters
page you can choose Data Series fields.
Some charts, such as
Pie
and Doughnut
allow you to choose only a
single Data Series. 2D Column Line
chart requires two Data Series
fields (one for column and another one for the line). All other
charts can have from one to four Data Series fields.
Data Series is the field
with data.
Note: Only numeric fields can be chosen as a
Data Series (non-numeric fields will not be available for selection
in Data Series dropdown box). Label field is the record
identifier.
Here is a sample data
table:
|
Mersedes-Benz
|
80,160
|
|
BMW
|
112,690
|
|
Acura
|
78,183
|
|
Jaguar
|
45,014
|
|
Porsche
|
44,465
|
|
Volvo
|
44,097
|
In this example we
choose Price
as Data Series,
Make as Label which gives us the following
chart:
Sometimes the data in your
database needs to be processed before it is used in the
chart. Check Using SQL to shape chart
data topic for more info.
|