Multiple charts from one big data table

Copper Contributor

Hi,

I have a data table that contains multiple chunks of data.

I want to draw a chart for each chunk of data and the charts should be one over the other

on the same form.

The size of the chunk may vary between the chunks

 

For example :

col1     col2    col3

1           67       78

2           77       78

3           97       80

4           107     79

5...         110     84

400       67       88

1           59       74

2           68       75

3           77       87

4           79     89

5...         90     99

420       97       100

1          58       68

2           59       69

3           90       90

4           94       87

5...         111     94

449       167       98

 

For each chunk of data which is represented by "col 1" (values 1 to 400 and something)

i want to draw a chart of col2 vs. col3. The charts should be one over the other

 

Thanks!!!

 

dj400

 

 

0 Replies