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

Query status

In Query Builder, the status of running queries can be checked:

hogi_0-1697749293185.png

Is this also possible via JSL?

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Query status

I have also contacted JMP support regarding Running Queries window 2.5 years ago (there was an issue where Running Queries could be opened only once in some JMP15 version). And if I remember correctly I did ask if there is a way to access that information through JSL and if not if they could add such a feature.

-Jarmo

View solution in original post

3 REPLIES 3
jthi
Super User

Re: Query status

You can open a window with Main Menu

Names Default To Here(1);
Main Menu("Running Queries");

and you can also write a script which will monitor the query if needed.

-Jarmo
jthi
Super User

Re: Query status

I have also contacted JMP support regarding Running Queries window 2.5 years ago (there was an issue where Running Queries could be opened only once in some JMP15 version). And if I remember correctly I did ask if there is a way to access that information through JSL and if not if they could add such a feature.

-Jarmo
hogi
Level XIII

Re: Query status

Hm, 2.5 Years!
seems to take a while ...

Some days ago, I wrote this wish:
catch SQL errors 

 

.. with the additional idea:

hogi_1-1697797412318.png

Recommended Articles