This little script will do it
names default to here(1);
dt=current data table();
:Group[dt<<get selected rows] = "Group A";
Interactively you can also do the same very quickly.
- Select the rows from clicking on the Histogram
txnelson_0-1679551852708.png
- Right Click on the chart and select Name Selection in Column
txnelson_1-1679552005787.png
- In the dialog window that pops up, specify the column to use, and the value to give to the selected rows
txnelson_2-1679552128142.png
- Click on OK and the cells will be filled in
txnelson_3-1679552214438.png
Jim