Delete Rows Which Are Empty For All Columns in a List
Solved: Re: Remove rows with one or more empty values using JSL - Page 2 - JMP User Community
Based on the above discussion, I have a script to delete empty rows but it appears to delete those where they are empty in ANY of the listed columns, whereas I want to delete those where ALL are empty for the listed columns.
Thanks
// Get the current data table
dt = Current Data Table();
// Get all c...