I am working on a report with a stacked column chart.
The bars (pillars) shall show the maximum points and the reached points of different review chapters.
Example: Max is 800 and reached is 500 --> the bar should be in two colors and end @ 800 Points. The first color is up to 500 Points and the second color fills up the rest of the bar until 800.
The String with the Pointcounts are commited by a previously calculation with JavaScript and are not a datasource but Business Objects.
I did my very best but I could not get a chart with a displayed outcome like I described it...
The Screenshots shows U how it behaves with two rows... It always sets both values about each other.
Maybe someone can help me and give me a hint how to make it work without calculating the difference in Java Script.
Thank you all!!

Greetings, qcm