Adding multiple columns from control parameter
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
dpan
6 - Meteoroid
‎09-07-2022
06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Developer
1 REPLY 1
17 - Castor
‎09-07-2022
06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
