Hi all,
I am trying to split a row based on a number in that row (Units in the example below) - so know I should be using the Generate Row tool. I'm stuck because there are some negative numbers that I would like to split.
Would someone be able to help with the correct configuration? 😊
Original Table
| Company | Product | Specification | Units |
| ACB Inc | Chips | 18nm | -2 |
| Acme | Phones | 5.6in | 3 |
Desired Output - split the units to +1 / -1
| Company | Product | Specification | Units |
| ACB Inc | Chips | 18nm | -1 |
| ACB Inc | Chips | 18nm | -1 |
| Acme | Phones | 5.6in | 1 |
| Acme | Phones | 5.6in | 1 |
| Acme | Phones | 5.6in | 1 |
Thanks in advance!