For Index = 1, cbRunMaxTrials: Long | Any positive whole number | Sets the maximum number of trials |
For Index = 2, cbRunStopOnError: Boolean | True or False | True stops a simulation on calculation errors in forecast cells. False does not. |
For Index = 4, cbRunSameRandoms: Boolean | True or False | True uses the same sequence of random numbers. False does not. |
For Index = 7, cbRunSamplingMethod: Boolean | True or False OR cbSamLatinCube = True; or cbSamMonteCarlo = False | True uses Latin Hypercube. False uses Monte Carlo. |
For Index = 8, cbRunSampleSize: Integer | A whole number between 10 and 5000 | Sets the sample size for Latin Hypercube sampling |
For Index = 10, cbRunCorrelationsOff: Boolean | True or False | True turns off correlations. False turns on correlations. |
For Index = 26, cbRunMinimizeHost: Boolean | True or False | True minimizes Microsoft Excel during simulations. False does not. |
For Index = 27, cbRunMinimizeSheets: Boolean | True or False | False minimizes worksheets during simulations. True does not. |
For Index = 28, cbRunHideForecasts: Boolean | True or False | True suppresses forecast and all other chart windows during simulations. False does not. |
For Index = 29, cbRunMode: Integer | cbRunExtremeSpeed = 1, cbRunNormalSpeed = 2, cbRunDemoSpeed = 3 | Sets Crystal Ball to run in Extreme speed (if available), Normal speed, or Demo speed depending on the named constant or index value listed in the Value column |
For Index = 31, cbRunRandomSeed: Long | Any positive whole number | Sets the seed value for using the same random sequence of numbers |
For Index = 40, cbRunPrecisionControl: Boolean | True or False | True uses precision control to stop the simulation. False uses the maximum number of trials. |
For Index = 46, cbRunPrecision Confidence: Double | Any value between 0.01 and 99.99 | Setting for cbRunPrecisionConfidence; sets the confidence level (as a percentage) for precision control |
For Index = 47, cbRunReversePercentiles: Boolean | True or False | True makes percentiles represent the percentage of the distribution greater than the percentile value. False makes percentiles represent the percentage less than the value. |
For Index = 48, cbRunFormatPercentiles: Boolean | True or False | Determines whether percentiles are indicated by a percent sign (10%) or by a P before the value (P10); True uses the P and False uses the % sign. |
For Index = 49, cbRunSaveAssumptionValues: Boolean | True or False | True saves assumption values for later analysis (such as sensitivity analysis). False discards them. |
For Index = 50, cbRunLeaveOpenOnReset: Boolean | True or False | True leaves the CB Control Panel open when a simulation is reset. False closes it. |
For Index = 51, cbRunUserMacros: Boolean | True or False | Indicates whether or not to run user-defined macros; True runs them and False does not run them. |
For Index = 52, cbRunCapMetrics: Boolean | True or False | Sets whether the UI should display capability metric related information; True shows metrics and False does not show capability metrics. |
For Index = 53, cbRunCapMetricsShort: Boolean | True or False | Determines if the underlying forecast data should be considered short- or long-term; True = short-term data and False = long-term data. |
For Index = 54, cbRunCapMetricsShift | A numeric value indicating short-term/long-term shift | Sets the shift value used for calculating Zst and Zlt; the default shift used in the UI is 1.5 |
For Index = 55, cbRunCapMetricsCalcType: Integer | 0 or 1 | Determines if the capability metrics should be calculated from the fitted curve or the data; 0 = calculate from fitted curve and 1 = calculate from data |
For Index = 56, cbRunCapMetricsNormalityThresh: Double | Any positive value between 0 and 1 | Specifies the p-value threshold used for normality testing |
For Index = 57, cbRunCapMetricsNormalCalcOptions: Integer | 0 or 1 | Determines if the capability metrics should be calculated from the fitted curve or the data if the distribution is not normal; 0 = calculate from fitted curve and 1 = calculate from data |
For Index = 62, cbRunAlertLevel: Integer | cbRunAlertShowAll = 0, cbRunAlertShowImportant = 1, cbRunAlertShowNone = 2 | Sets Crystal Ball to show alert messages according to the named constant or index value listed in the Value column |