BuildSensitivityHTML Function

Builds a Sensitivity report HTML file from the XML file generated by a sensitivity analysis.

Note that this fil

Arguments

Number Type Compulsory Default Description
1 String Yes Input file
2 String Yes Output file
3 Real No 0 Sort column
4 String Yes sensitivity.css CSS file

Argument 1

XML input file. This is generated by the sensitivity analysis. Its path can be retrieved using the GetAnalysisInfo function using the outfile parameter.

Argument 2

Path to file to receive HTML generated code

Argument 3

The resulting HTML file is in the form of a table. By default, the table is sorted in order of case number - column 0. This argument specifies alternative columns to be used for the sort order.

Argument 4

Optional CSS file that may be used to style the HTML. This CSS file will be referenced in the HTML output and not embedded in it. Note that if the CSS file is not found, a default style will be used

Returns

Return type: real

Status: success: 1.0, fail: 0.0