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.

Discussions

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

Showing the Running Queries table with JSL

When running a query in the background I would like to pull up the View > Running Queries view. Don't see any references to this in the online help or scripting index.

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Showing the Running Queries table with JSL

Use Main Menu()

Names Default To Here(1);

Main Menu("View:Running Queries");

 

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: Showing the Running Queries table with JSL

Use Main Menu()

Names Default To Here(1);

Main Menu("View:Running Queries");

 

-Jarmo
jay_holavarri
Level IV

Re: Showing the Running Queries table with JSL

I did not know I could navigate menu items like this! Thank you!

Recommended Articles