Hi,
I'll try to explain my problem easy as possible :)
So I have table where is lots of rows but only two different attributes.. I would like to combine rows together by their attributes. For example:
Start looks smthing like this.
ID1ID2100101101102102103500501501502200102And I would like to combine attributes after eachother as long as there is attribute to combine with..
ID1ID2ID3ID4100101102103500501502200102103For now I manage to make attributes after eachother till there is no more, but problem comes with duplicate attributes what I would like to avoid.
ID1ID2ID3ID4100101102103101102103102103500501502501502200102103It seems so simple task to get rid of, but can't get my head on it what im missing.