EDIT: I mis-typed one of the column names, "Method", as "group" in the original version of this reply. This edit remedies that error.
Apologies,
Brady
*****************************************
Oh, good catch, I did not see that duplication. In that case, yes, you need another column.
The way I create that new "differentiator" column that txnelson mentions--without lags, so you don't have to sort the table--is with the formula:
col cumulative sum ( 1, :ID, :Method, :Name)
Cheers,
Brady