I am having this problem too and I am new to JSL. I cant figure out why .
I have a column of time stamps as shown below :
Column 1 Column 2
1/1/2011 0:00 5
1/1/2011 1:00 2
1/1/2011 2:00 1
As I import this and a couple of other columns the JMP Data Table looks like this :
I have a column of time stamps as shown below :
Column 1 Column 2
1/1/2011 0:00 5
1/1/2011 1:00 2
1/1/2011 2:00 1
. .
. .
. .
While importing the data from the excel file I tried to do the following :
Open(FilePath, Lines To Read(3)) ;
I also tried to delete the empty rows using :
keeprows = Loc Nonmissing( dtSplit << get as matrix( {2, 3, 4} ) );
dtSplit<<select rows(keeprows)<<invert Row Selection<<delete rows ;
Kindly let me know
Regards
Uday
Best
Uday