cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

Data Filter: sort by row()?

Hi,

 

The data filter sorts the entries alphabetically or by number.
As an alternative, one can sort the entries by Counts: 

hogi_0-1751620014268.png

 

Is there a setting to sort by row()?
e.g. when  a user adds new data and wants to see the last entry and the one before. 

workaround: 
generate a dummy column with "score_label"

1 REPLY 1
jthi
Super User

Re: Data Filter: sort by row()?

Value Order can be used for this but it is annoying to manage unless you write your own functions (class is most likely best fit) for it.

 

Additional order options for data filters Allow user to select which summary statistic to use in data filters instead of just count 

-Jarmo

Recommended Articles