Hello all.
I am using CR10 against an Oracle DB
I have a line chart that needs to have one of the lines break/stop in it.
I have looked at the cr_line_chart_nulls.pdf only, the clear statement at the top of it of
In my chart I have Actuals & Forecast. It is feasible to forecast spending into the future, whereas actuals can only be up until present day.
As such, I have 2 questions, both pretty much interlinked:
1) Can I make the Actuals line just break/stop somehow?
2) The date period is required to display full fiscal years. It is feasible that the forecast expenditure doesn't span the full fiscal period. As such, I need to stop ALL lines at a certain time, but the chart continue until the end of the period.
I have looked at the prospect of underlaying 2 charts to resolve 1) above. The main issue I found was that I couldn't find a way to ensure that the 2 verticals axis were the same scale, seeing as how the Actuals may in fact be zero.
I still have the axis scaling set to automatic, seeing as how the Forecast or Actual figures may be almost any value.
As to 2) above, the number of fiscal years can also be a variable number, such that I can't manually set the horizontal axis scale either.
From the Oracle side I can easily set the data I don't want displayed to be NULL values, but as the chart currently stands, I'm using "For each record", such that the NULL values mean that field is not available to be charted.
Any thoughts/ideas most appreciated.
Regards,
Peter.
I am using CR10 against an Oracle DB
I have a line chart that needs to have one of the lines break/stop in it.
I have looked at the cr_line_chart_nulls.pdf only, the clear statement at the top of it of
indicated that this was not likely to work for me. That was 12 months ago, so, perhaps there is now a workaround.At time of writing, there is no workaround available for CR 10
In my chart I have Actuals & Forecast. It is feasible to forecast spending into the future, whereas actuals can only be up until present day.
As such, I have 2 questions, both pretty much interlinked:
1) Can I make the Actuals line just break/stop somehow?
2) The date period is required to display full fiscal years. It is feasible that the forecast expenditure doesn't span the full fiscal period. As such, I need to stop ALL lines at a certain time, but the chart continue until the end of the period.
Code:
| .
| .
| .
| Forecast .
|........................
|
|
| Actuals
| ***********
| *
| *
| *
|*
|
|
|-----+-----+-----+-----+-----+
^ ^
Today End of Data
I have looked at the prospect of underlaying 2 charts to resolve 1) above. The main issue I found was that I couldn't find a way to ensure that the 2 verticals axis were the same scale, seeing as how the Actuals may in fact be zero.
I still have the axis scaling set to automatic, seeing as how the Forecast or Actual figures may be almost any value.
As to 2) above, the number of fiscal years can also be a variable number, such that I can't manually set the horizontal axis scale either.
From the Oracle side I can easily set the data I don't want displayed to be NULL values, but as the chart currently stands, I'm using "For each record", such that the NULL values mean that field is not available to be charted.
Any thoughts/ideas most appreciated.
Regards,
Peter.