06-29-2020 08:47 AM
So I’d like to use the value of a pipeline parameter as the field in the Aggregate snap.
Can this be done, and if so, how?
Solved! Go to Solution.
06-29-2020 09:11 AM
Specify the field name, including “$” in the pipeline parameters:
Then use the “eval()” function in the Aggregate snap:
This doesn’t set the result field name, but that can be done in a subsequent mapper if needed.
06-29-2020 09:11 AM
Specify the field name, including “$” in the pipeline parameters:
Then use the “eval()” function in the Aggregate snap:
This doesn’t set the result field name, but that can be done in a subsequent mapper if needed.
06-29-2020 09:14 AM
Thanks, that worked for me.