Hi there,
I have a very basic question:
I have a table, which contains dates and values.
How can I create a simple line chart, which draws the dates on the X-axis and the correspondig values on the Y-axis?
Thanks for your help!
Sascha.
Hi there,
I have a very basic question:
I have a table, which contains dates and values.
How can I create a simple line chart, which draws the dates on the X-axis and the correspondig values on the Y-axis?
Thanks for your help!
Sascha.
Re: Create Line Chart
Hello,
You could set a group by on your Date and a Sum on the values, and then generate a chart.
regards,
Bernhard Bernsmann
Re: Create Line Chart
Hi Bernhard,
that sounds quite good!
I will try that and give feedback.
Re: Create Line Chart
Hi Bernhart,
I want to create a line chart whit several X lines to compare, every X line with a color, etc.
Is this possible ? and How to do this.
Aquiles