Use the General tab of the cube properties pane to define build parameters.
To define build parameters
- Select the cube's branch in the Design tree. The Properties pane for the cube displays.
- Choose the General tab.
- Choose the Add button in the Parameters group box. A new build parameter displays.
- To edit the build parameter name, double-click in the Name field.
- Enter the new build parameter name.
- To edit the build parameter value, double-click in the Value field.
- Enter the new build parameter value.
- To change the build parameter type, double-click on the Type field. The list of types displays.
- Select a type. The Type field updates.
- To use the build parameter to control an incremental build, turn the Controller checkbox on.
- To continue adding build parameters, repeat steps 4 through 11.
- Choose the OK button. You return to the Properties pane for the cube.
Notes
- Changes made in the Property pane apply when you leave the pane or perform another operation in O3 designer.
- You can also reassign parameter values during the build process by creating a file containing the new values in the format:
<Parameter1Name>=<Parameter1Value>
<Parameter2Name>=<Parameter2Value>
<Parameter1Name>=<Parameter1Value>
The values assigned in the model are substituted with the ones specified in the file. These can be constants or expressions.
Sample Build Parameters