CreateContingentValuesWorkbook

Title  Create Contingent Values Workbook

Description

Creates contingent values by analyzing the schema or data of the target table.

Usage

          
The target table must have at least one field field group.

License

Basic

Syntax

CreateContingentValuesWorkbook (input_table, workbook, mode)

Parameter Explanation Data Type
input_table Dialog Reference

The table with field groups.

GPTableView
workbook Dialog Reference

The output Excel file containing information about field groups and contingent values.

DEFile
mode Dialog Reference

Defines from where the contingent values will be generated:

  • Create empty - Do not create any contingent value entries. This is the default.
  • Use schema - Create contingent values from all combinations of domains. This is the default.
  • Use data - Create contingent values from existing rows in the table.

GPString

Code Samples