Dear Collegues,
I would like to create a chart which will show the real performance and its forecast.
I have a table in the following format:
ID | Realized_Date | Forecast_Data | Quantity |
---|
1 | 01/01/2017 | 10/01/2017 | 100 |
2 | 03/01/2017 | 01/01/2017 | 200 |
3 | | 10/02/2017 | 300 |
Then the chart would look like this:
Is there anyway I can build this chart keeping the table´s structure?
Thanks in advance!