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

Vantage Analyst User Guide

Product
Teradata Analytic Apps
Vantage Analyst
Release Number
1.4.1
Published
May 2022
Language
English (United States)
Last Update
2022-05-09
dita:mapPath
ufz1626905554941.ditamap
dita:ditavalPath
wsp1565965728073.ditaval
dita:id
B035-3805
Product Category
Teradata Applications

Variable Type

When using Variable type input parameters, you must select one of the following:
  • Global variable
  • Workflow variable

When executing the workflow node, the system uses the selected variable value as the Stored Procedure or Macro node input parameter value.

Formula Type

When using Formula type input parameters, you can use either of the following:
  • Simple value
  • JUEL expression with variables, which returns a value similar to either of the following:
    "${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