Hi community,
I got stuck creating a CR 2008 chart on a report using XML data I connected.
The XML consists of four fields:
- Type = Identifier for the series (string)
- X = X Axis value (numeric)
- Y = Y Axis value (numeric)
- Index = Indexing the order how the chart lines should be connected (numeric)
Currently I tried to add a new line chart using chart expert in advanced mode.
- 'On Change of'
- X in ascending order
- Type in ascending order
- 'Show values'
- Y
also I enabled the "Don't summarize'-option.
What I want is to show all rows of the XML on a chart connected by line (with the order I specified via index) and grouped by type.
The table looks like this:
X | Y | Type | Index |
---|---|---|---|
5 | 75 | TypeA | 0 |
5 | 65 | TypeA | 1 |
9 | 45 | TypeA | 2 |
8 | 15 | TypeB | 0 |
3 | 35 | TypeB | 1 |
3 | 16 | TypeB | 2 |
The series should look something line this (example):
Maybe you can help.
Thanks!
Jan