/
Access Steps Inputs and Calculations Outputs
Access Steps Inputs and Calculations Outputs
To access steps inputs and calculation outputs, you can use:
model.inputs(String stepName, String tabName)
model.outputs(String stepName, String calculationName)
Also api.input(String inputName)
can be used to access the current tab inputs.
A logic being executed in the context of a given step is only able to access previous steps inputs as well as previous calculations outputs
A tab cannot access inputs from other tabs of the same step.
, multiple selections available,
Related content
Model Calculation Logic
Model Calculation Logic
More like this
Build and Use Parallel Calculation
Build and Use Parallel Calculation
More like this
Query Optimization Engine Results
Query Optimization Engine Results
More like this
Model Object (MO)
Model Object (MO)
Read with this
ModelEvaluationFormulaContext
ModelEvaluationFormulaContext
More like this
Customize Optimization
Customize Optimization
Read with this
Found an issue in documentation? Write to us.