cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar
mrmodo
Level I

Sorting Data Markers

Hi,

I've been going through different analyses and marking outliers in my dataset with different data markers (eg open square, circle, etc...).

Now I'm trying to sort by data markers so I can hid and exclude the outliers. The other option is to scoll through and select each row a data marker appears, but that seems time intensive for a large dataset.

Is there a way to sort by data markers? 

Thanks!

JP

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Sorting Data Markers

I am not aware of being able to sort the Row State column, however, you can create a new column in the data table, declare it to be of the Modeling Type, Row State, and then use 

     col << copy from row state

Then you will be able to sort the new column

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Sorting Data Markers

I am not aware of being able to sort the Row State column, however, you can create a new column in the data table, declare it to be of the Modeling Type, Row State, and then use 

     col << copy from row state

Then you will be able to sort the new column

Jim
Jeff_Perkinson
Community Manager Community Manager

Re: Sorting Data Markers

@txnelson is right. A row state column is the way to go here. 

SortRowState2.gif

There are also Row State Functions that will convert row states into numeric values and vice-versa.

-Jeff