For Index = 1, cbForName: String | Forecast name, in quotes ("") | Specifies the new forecast name |
For Index = 2, cbForUnits: String | Units name, in quotes ("") | Specifies the new units |
For Index = 4, cbForAutoOpen: Boolean | True or False | True displays the window automatically. False does not. |
For Index = 5, cbForOpenWhen: Integer | 0 or 1: cbOpnWhenRunning = 0, cbOpnWhenStopped = 1 | Sets when to display the forecast chart: 0 = during the simulation; 1 = after the simulation stops |
For Index = 6, cbForPrecision: Boolean | True or False | True turns on precision control. False turns it off. |
For Index = 7, cbForPrecisionAbsolute: Boolean | True or False | True sets the confidence interval to be in absolute units. False sets it in relative terms. |
For Index = 8, cbForPrecisionAbsoluteValue: Double | Units | Sets the size of the confidence interval in terms of forecast units |
For Index = 9, cbForPrecisionRelativeValue: Double | 0.01 to 99.99 | Sets the size of the confidence interval in (relative) percentage terms |
For Index = 10, cbForPrecisionMean: Boolean | True or False | True checks the precision of the mean. False does not. |
For Index = 11, cbForPrecisionStdDev: Boolean | True or False | True checks the precision of the standard deviation. False does not. |
For Index = 12, cbForPrecisionPerc: Boolean | True or False | True checks the precision of a percentile. False does not. |
For Index = 13, cbForPrecisionPercValue: Double | 0.01 to 99.99 | Sets the percentile value that Crystal Ball checks for precision |
For Index = 14, cbForFilter: Boolean | True or False | True turns on forecast filtering. False turns it off. |
For Index = 15, cbForFilterInside: Boolean | True or False | True discards values inside the filtering range. False discards values outside the range. |
For Index = 16, cbForFilterFrom: Double | Units | Sets the lower bound of the filtering range |
For Index = 17, cbForFilterTo: Double | Units | Sets the upper bound of the filtering range |
For Index = 18, cbForFilterGlobal: Boolean | True or False | True applies the filtering settings to equivalent trials for all forecasts in a simulation. False applies them only to the current forecast. |
For Index = 19, cbForFrozen: Boolean | True or False | True freezes the forecast so it will not recalculate when a simulation runs. False unfreezes the forecast. |
For Index = 20, cbForLSL: Variant | A numeric value (double), a string representing a cell reference (such as “=B1”), or cbParmUndefined | Sets the lower specification limit (LSL) for the forecast |
For Index = 21, cbForUSL: Variant | A numeric value (double), a string representing a cell reference (such as “=B1”), or cbParmUndefined | Sets the upper specification limit (USL) for the forecast |
For Index = 22, cbForTarget: Variant | A numeric value (double), a string representing a cell reference (such as “=B1”), or cbParmUndefined | Sets the target value for the forecast |