Previous Page Next Page
Edit Parameter
This dialog appears when you right-click a parameter and select Edit Parameter from the shortcut menu in the Catalog Manager or the Data panel. It helps you to edit a parameter.

The following are details about options in the dialog:
Name
Displays the name of the parameter.
Value Setting
Specifies the parameter type.
- Type-in Parameter
Using this type you can predefine parameter values by typing manually.
- Bind with Single Column
Using this type the parameter can be bound with a DBField. The values of the DBField will be retrieved as the parameter values.
- Bind with Cascading Columns
Using this type you can create a group of cascading parameters so as to achieve the function of filtering parameters with parameters in a simple way. Not available when the parameter is in a catalog data source that contains only XML connections.
Value Type
Specifies the data type of the parameter.
Value
The section after Value Type varies with the type you select from the Value Setting drop-down list.
- For Type-in Parameter
- For Bind with Single Column
- Source
Specifies the source type from which to retrieve the DBFields which can be used to bind with the parameter. The available source types are: Tables and Views (including synonyms), Stored Procedures, Imported SQLs, and User Defined. However, when the parameter is in a catalog data source that contains only MongoDB connections, only Tables and User Defined are available in the Source drop-down list.
- Bind Column
Specifies the DBField to be bound with the parameter.
- Display Column
Specifies the DBField the values of which will be displayed for specifying the parameter value at runtime.
- For Bind with Cascading Columns
- Data Source
Specifies the data source from which to retrieve the columns which can be used to bind with the parameters. The available data sources are tables, views, synonyms, stored procedures, imported SQLs, and user defined data sources in the same catalog data source as the parameter. However, when the parameter is in a catalog data source that contains only MongoDB connections, only tables and user defined data sources are available.
- Value List
Defines a group of cascading parameters.
Options
Specifies options for the parameter.
OK
Applies all changes and closes the dialog.
Cancel
Does not retain any changes and closes the dialog.
Help
Displays the help document about this feature.
Previous Page Next Page