Hi Team,
In Alteryx how do I combine these rows ? As noticed it creates duplicate rows and we just need SubName columns so eventually there will be only 5 rows
| Col1 | Type | Name | SubName |
| Company1 | A | Apple | |
| Company1 | B | Apple | |
| Company1 | C | Apple | |
| Company1 | D | Apple | |
| Company1 | E | Apple | |
| Company1 | A | Apple | CET |
| Company1 | B | Apple | CET |
| Company1 | C | Apple | CET |
| Company1 | D | Apple | CET |
| Company1 | E | Apple | CET |
Thanks