HI Team,
I have the below requirement. I need split rows into multiple output based values of a column. I want to split based on values in Entity column. But I do not want to use the filter tool. Is there any other alternative.
Appreciate any help around this.
Input:
| Entity | Value |
| A | 1111 |
| A | 2222 |
| B | 3333 |
| B | 4444 |
| B | 5555 |
| C | 6666 |
| C | 7777 |
| C | 8888 |
3 Outputs :
I do not want to use filter because the filter values in Entity column might change so do not want to hard code it.