Is substantially changed to support the revised Create Report command in Crystal Ball 7.x and later (including 11.x):
The Index constant cbRptForeFrequencies [8] is removed (obsolete).
Index constant cbRptDecVar [15] is deprecated. cbRptChooseDecVar [18] should be used instead.
Index constant RptExistingSheet [16] is changed so that True creates the report on a new sheet instead of the existing sheet of the current workbook while False creates the report in a new workbook.
New Index constants with index values of 17-26, 28-30, and 32-37 are added as described in Table 31.
Additional constants for parameters Value1 and Value2 are added to support the new Index constants. They are listed in Table 36 through Table 40.
Unlike in pre-7.0 versions, the following statement needs to be added at the beginning of the Create Report code to create a custom report:
CB.CreateRptND cbRptDefinedType, cbRptCustom
Otherwise, the type of report currently selected in the Create Report dialog (by default, the Full report) is created.
For Index constants supported in Crystal Ball 2000.5 (5.5) the following changes appear:
To support the rewritten version of OptQuest added in version 11.1.1.0.00:
The following new Index constants are added: cbRptOptimizerSummary [39], cbRptOptimizerChart [40], cbRptOptimizerBestSolution [41], cbRptOptimizerConstraints [42], cbRptOptimizerDecVars [43].
A new report section type is available as Value2 for cbRptSection: cbRptSectOptimizerResults [9].
A new Value2 constant is available for cbRptDefinedType: cbRptOptimizer [7].
A ninth integer is available for cbRptSectionOrder; the cbRptSectOptimizerResults section is assigned number 9.
To support the rewritten version of Predictor added in version 11.1.3.0.00:
The following new Index constants are added: cbRptPredictorChart [45], cbRptPredictorStatistics [46], cbRptPredictorAutocorrelations [47], cbRptPredictorForecast [48], cbRptPredictorConfidenceIntervals [49], and cbRptPredictorMethods [50].
A new report section type is available as Value2 for cbRptSection: cbRptSectPredictorSeries [10].
New Value1 constants are available for cbRptPredictorMethods: cbPredictorMethodsNone [1], cbPredictorMethodsAll [2], cbPredictorMethods1Best [3], cbPredictorMethods2Best [4], cbPredictorMethods3Best [5].
A tenth integer is available for cbRptSectionOrder; the cbRptSectPredictorSeries section is assigned number 10.