Hello All,
I've a data set which looks kinda below
| Issue_1 | Issue_2 | Issue_3 | Issue_4 |
| aaa | | ggg | iii |
| bbb | eee | | mmm |
| ccc | fff | | |
| ddd | | hhhh | kkk |
Now I want combine these values under one column only and then remove other columns. So my final data should look like below
| Issue_1 |
| aaa |
| bbb |
| ccc |
| ddd |
| eee |
| fff |
| ggg |
| iii |
| mmm |
| kkk |
Could you please advise how this can be achieved in alteryx?
BR
swap