Ido
I know, I wasn't giving much away was I ;-) I struggled so much with this that I rather expected replies advising me not to bother.
However, I'm getting there (slowly) my problems were compounded by the fact that I was trying to use XML as the datasource for the chart, and my format is obviously wrong, so I've gone back to CSV (for now)
I'm trying to recreate the sort of Fetal growth chart shown at
Ideally I'd like to create a report with the chart already showing the median and 5th/95th centile lines and then have a datasource in XML that was just the individual measurement points.
For now when I create the chart I'm doing it as a Line chart and using data in the form:
Weeks,5th,median,95th, BPD
14,2.8,3.1,4.4
15,3.1,3.4,3.7
16,3.4,3.7,4
17,3.6,4,4.3
18,3.9,4.3,4.7
19,4.2,4.6,5
20,4.5,4.9,5.4,5
21,4.8,5.2,5.7
22,5.1,5.6,6.1
23,5.4,5.9,6.4
24,5.7,6.2,6.8
25,6,6.6,7.1,6.5
So I've got everything in the datafile. It sort of works except that I still have to pick an "On change of" value which doesn't really make sense as all the data relates to a single chart, and when I add the 5th, Median etc they add as "Sum of..."
The shape of the charts is OK, but I have to manually rename the axis. Also, I'd still like to get the data back into XML format.
I guess my problem is that it seems very hard work compared to Excel where this would have been dead easy.
Do I make any sense?
Rob