AnalysisSetResultValue(RowTag, Param, Value)
Specifies the value for a results field.
Arguments
Parameter | Description |
---|---|
RowTag
|
String containing the name of the
RowTag whose value is to be set. Can be blank to use the
current row tag. |
Param | String containing the name of the parameter to be set. Can be blank to use the current parameter |
Value | Variant. The value to be set. |
AnalysisSetResultValue example
This example sets the current parameter to 100 for the PROPOSED result row tag.
AnalysisSetResultValue("PROPOSED", _ANALYSISPARAM, 100)