Is this the table you want?
There are many ways of doing this, one would be to use formula. Here is one example formula:
:"net name"n[Col Min(Row(), :group)]
It uses Col Min to get first row for each group, and then uses that found row to get value from net name column.
-Jarmo