cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Delete Duplicate Rows
robot
Level VI

This JSL script will delete duplicate rows in a data table.  The first unique occurrence of each row is preserved.

Comments
guy_yosef

I usually do summary of all columns. if its the same value i dont catre which line is kept

but to get only the last results... i need to do summary by max date and then join it with the orginal table (it happen alot due to rework or remesure)

Recommended Articles