I’m currently looking at how to create unique queue items, but where one column from my datatable is grouped into a comma separated list of strings.
As you can see from my screenshot, there are multiple columns which are unique and can be grouped together - but what I would like to do is group the ID’s in Column A / “Item ID”, to give me a datatable with unique scenarios + the Item IDs.
So basically I would like my data to be grouped by the unique values in columns 2,3 and 4 (where Company ID, Comment and Notes all match - essentially like a pivot table). I’d then like the corresponding item IDs for those values to also be combined, so I’m left with a unique line for each unique variation.
I hope this makes sense, just let me know if not, having trouble trying to write it out