cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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