I want to visualize some results of my DB in a diagramm.
The diagram has the following values:
- x-coordinate = time
- y-coordinate = amount (production)
- bars = show the amount of the produced product
The Problem is:
Now I want to show the production maximum per month with a line graph. So i need to add additional column values to the diagram.
Does it have something to do with the PIVOT value in the SQL Code of the Diagram?
thx