Hi,
I have unique tool set up on two columns sequence number and count.
Few steps earlier there is a summarize tool with all (many) columns set up as 'group by' and additionally column sequence number again as 'count'. This was just to calculate the number of unique rows through all the columns.
Final result is to say 'the number of unique rows with this sequence number is [count]'.
I have so many columns that making the manual concatenation would be a nightmare.
Then I put select to have only these two columns and put unique on them.

Can anyone explain me the logic why GPMO-0510 is in two rows with 1 and 2 count instead of just appearing once with count = 2 ?