cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

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

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 REPLY 1
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

Recommended Articles