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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Add "Data View" to "Rows" -> "Row Selection" menu

One of my (many) favorite JMP features is being able to select a subset of rows, and then right-click the "Selected" line in the Rows pane of the data table and select "Data View".

 

Ideally a user could assign a keyboard shortcut to this feature (on the Mac), but it doesn't appear to be in any of the menus, which I think is a requirement to assign a keyboard shortcut.

 

So the request is to add "Data View" to the "Rows" -> "Row Selection" menu.

4 Comments
jthi
Super User

Adding it as a script to toolbar should be something like:

 

Current Data Table() << Data View();

but there could be built-in command somewhere.

 

hogi
Level XIII

as an alternative:
use the shortcut icon from  QuickSelect Toolbar 

 

hogi
Level XIII

ah, sorry - MAC - no toolbars?

Status changed to: Acknowledged