Input Parameters (Used in Stored Procedure and Macro Nodes) - Teradata Analytic Apps - Vantage Analyst

Vantage Analyst with Machine Learning Engine User Guide

Product
Teradata Analytic Apps
Vantage Analyst
Release Number
1.1
Published
December 2019
Language
English (United States)
Last Update
2020-08-06
dita:mapPath
ezh1551894635141.ditamap
dita:ditavalPath
wsp1565965728073.ditaval
dita:id
B035-3805
lifecycle
previous
Product Category
Teradata Vantageā„¢

When using input parameters of Variable type, you must select a global or workflow variable from the list. The selected variable value will be used as the Stored Procedure or Macro node input parameter value on workflow node execution.

When using input parameters of Formula type, you can use the simple value or the JUEL expression with variables. The JUEL expression must return a value similar to the following examples:
  • "${varInt1}" uses a single workflow variable to use a value assigned to varInt1 as the input parameter.
  • "${(varInt1 + varInt2) / 100}" uses several workflow variables and uses a calculated value as the input parameter.