Overload List
Name | Description | |
---|---|---|
SetInput(InputParameter, String) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculate on all rows in the input.
|
|
SetInput(InputParameter, String, DataSelection ) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculate on the intersection of all the input selections.
|
|
SetInput(InputParameter, String, Boolean, DataSelection ) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculate on the intersection of all the input selections.
|
See Also