Create a pointer label in the Trigger tab and use the sampling tool to link it to the group.

And on the Events tab, properly choose the "On Reset" option for the first time of the "CreateRow" event. And the "FinishRow" event must be placed above the "CreateRow" event, so it happens first (previous row is finished, then a new row is created).

You seem to have simply typed in "On Reset", which apparently broke something in the background, because I get errors after selecting the option from the dropdown menu.
You might have to set up a new, non-corrupted Statistics Collector.
In general, whenever you see descriptive text in an option field, that text is defined through markup text in the code that actually defines the logic of the option. If you just type text into a field, you override that code and the compiler is now left with text without any meaning.
You can write code expressions directly into such fields, but to choose some pre-defined option, use the dropdown menu.