Group values from selected rows
Hi, I am trying to group values from the selected rows
Here is the dt: The final output should look something like this. So combine the Product values with similar percent. Any suggestion? dt = Current Data Table();
dt << select duplicate rows( Match( :Label, :Percent ) );
Try( dt<< delete rows );