I have a batch macro I want to take three columns and append to a data set in the macro. Is this possible?
Control Parameter input
A | 2 | 3 | 4 |
B | 3 | 5 | 1 |
Dataset in Macro
A | 2 | 3 | 4 |
A | 2 | 3 | 4 |
B | 3 | 5 | 1 |
B | 3 | 5 | 1 |
I would think just using append fields would work.But I can't seem to get it to work with the control parameter.
Hey @dpan,
What kind of result are you looking for? The append field already works for multiple rows/columns so I am not sure why you are using a batch macro. If you want to append each element you could transpose the data first: