For R Scripted Technique and Script Based Models

The Outputs tab allows you to store the output values computed during the model execution to a table in your atomic schema by mapping the output value to a variable, which you have defined through the Variables Definition window. This is supported only for record-level outputs. Additionally, you can create a new table to store the output if it is a dataframe, vector, or matrix.

Note:

You can view the Outputs tab only after declaring Output variables (## Output -->) in the model script.

Figure 9-6 Outputs tab


This image displays the Outputs tab.

  1. From the Outputs tab, click the icon corresponding to the declared output variable whose value you want to map to a variable. The Variable Browser window is displayed.
  2. Select the appropriate variable and click Ok.
  3. Select the checkbox corresponding to Store in New Table if you want to create a new table to store the output.
    New table name is <<Outputname>>_<<ModelID>>_<<Version Number>>. The combined length should not be more than 30. So ensure the Output name does not have any special characters.
    Note the following limitations:
    • Creating new tables for storing the model outputs is supported only for scripted models, executed using the ORE engine. New table creation may not work for the Evaluation type selected as Group and Row.
    • For models executed using the ORE engine, you can map only row-level outputs to variables.