Hello,
Below is my input
| Group | Cost | Balance Left |
| A | 1 | 6 |
| A | 2 | 8 |
| A | 3 | 3 |
| A | 4 | 4 |
| B | 5 | 6 |
| B | 6 | 1 |
| B | 7 | 3 |
| B | 8 | 9 |
| C | 9 | 3 |
| C | 10 | 6 |
| C | 11 | 2 |
| D | 12 | 3 |
| D | 13 | 1 |
I want to run the workflow for Group A and the o/p should be all the columns as well as Cost-Balance Left column added.The output should be stored in an excel file.
Then the workflow should again run for Group B and then that output should be stored in a new excel file.
Do I need to create a batch marco for that?
The input file would be through the File Browse tool, hence it would be an Analytic App
Thanks.