- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Sorting Data Markers
@txnelson is right. A row state column is the way to go here.
There are also Row State Functions that will convert row states into numeric values and vice-versa.