Query status
In Query Builder, the status of running queries can be checked:Is this also possible via JSL?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIn Query Builder, the status of running queries can be checked:Is this also possible via JSL?
For example, the name column of Big Class.jmp automatically sets the color gradient of the name based on the value of the height column
It is required to be done in script.Thanks!
Hi, I want to visualize data from production and want to implement reference lines to reflect the targets. The issue I face is, that the target changes due to product changes. This means, I not just need to define the y-value of the reference lines, but also the x-values. I tried by simply adding lines in the code, which did not led to the needed lines in the graph:Graph Builder(
Size( 1524, 884
...
The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!
My code is like below, it works well if I click option 1 and 2 one by one, but multiple list box would be generated after I continuously click the option 1 which would make my users confused. How could I optimize the code? Many thanks. Another two question are:1. If I delete a panel box, would the boxed(like text box) be deleted too or just not displayed?2. How could I get the hierarchy of a modal...
For example, the name column of Big Class.jmp automatically sets the color gradient of the name based on the value of the height column
It is required to be done in script.Thanks!
Hi, I want to visualize data from production and want to implement reference lines to reflect the targets. The issue I face is, that the target changes due to product changes. This means, I not just need to define the y-value of the reference lines, but also the x-values. I tried by simply adding lines in the code, which did not led to the needed lines in the graph:Graph Builder(
Size( 1524, 884
...
The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!
Hi, Is there a way to run the radiobox using set?Tried the following code but doesn't workNames Default To Here( 1 );
New Window( "Example", r1 = Radio Box( {"Red", "Green", "Blue"},
das = r1 << get selected;
if(r1 == "Green",
Caption("Green"))
) );
r1 << set( 2, runscript(1) );
I have imported an excel file using workflow and am editing the script to be more general. Within the import settings under Column names starts is a specific number but instead I want it to be when a specific condition is met (e.g. when row 5 column 2 says START with start being the column name). Any help in the right direction is very appreciated. The snippet of code is below with the importan...
The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!
In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...
Hi All, I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method. So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...
Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method? I am currently using JMP 17 Thank you very much...
What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)? This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...
Join the JMP Scripters Club Learning Sessions, led by Scripter experts from different industries, to...
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-regression-anova-20f...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
Do you need to formulate drug products to match a specific dissolution profile? Do you n...