Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Use the General tab of the cube properties pane to define build parameters.
To define build parameters

  1. Select the cube's branch in the Design tree. The Properties pane for the cube displays.
  2. Choose the General tab.
  3. Choose the Add button in the Parameters group box. A new build parameter displays.
  4. To edit the build parameter name, double-click in the Name field.
  5. Enter the new build parameter name.
  6. To edit the build parameter value, double-click in the Value field.
  7. Enter the new build parameter value.
  8. To change the build parameter type, double-click on the Type field. The list of types displays.
  9. Select a type. The Type field updates.
  10. To use the build parameter to control an incremental build, turn the Controller checkbox on.
  11. To continue adding build parameters, repeat steps 4 through 11.
  12. 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

  • No labels