Can JMP automatically run JSL when the cursor clicks on a cell?
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesFor example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you
dt = Current Data Table();
For( i = 1, i <= 50, i++,
dt << Bivariate(
Y( Column( dt, "u" || Char( i ) ) ),
X( Column( dt, "oven.T" ) ),
Fit Line( {Line Color( {212, 73, 88} )} )
)
);
Bonjour à tous, Je dispose d’une base de données dans laquelle j’aimerais créer une nouvelle colonne à partir d’une formule ou d’un script. Voici un aperçu de la base de données : - la colonne T représente des opérations à effectuer- la colonne X_3 représente une particularité- La colonne op représente des objets Le but est de créer une colonne « bilan » dans laquelle on ajoute « ko » et le numér...
dt=Open("$SAMPLE_DATA/Big Class.jmp");dt[1,1] is set to red
dt[1,2] is set to white
dt[1,1] is set to clear coloringThanks!
HelloI have a table with 2 columns, "% of Total" and "Correlation"I would like to sort simultaneously both columns in Descending only but when I run the script, the column Correlation is sorted like Descending but % of Total is sorted like Ascending What is wrong with my script? dt << sort ( by ( "Correlation" , "% of Total" ), Order ( Descending ), Replace table );
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you
dt = Current Data Table();
For( i = 1, i <= 50, i++,
dt << Bivariate(
Y( Column( dt, "u" || Char( i ) ) ),
X( Column( dt, "oven.T" ) ),
Fit Line( {Line Color( {212, 73, 88} )} )
)
);
dt=Open("$SAMPLE_DATA/Big Class.jmp");dt[1,1] is set to red
dt[1,2] is set to white
dt[1,1] is set to clear coloringThanks!
I would want to get the date yesterday, I am using the today () functiondateNow = Format (Today(), "m/d/y");However, I don't know how to derive from dateNow the date yesterday. Tried using d = (dateNow - 1);but is not working.
Hi, I use include() to run multiple JSLs in each JSL I have variable "todaydate". However, now I want to run all the JSLs using include, but change the todaydate across all JSLs to 03Jun2023. How I can do that ? todaydate = Format date( Today(), "ddmonyyyy" );
I was thinking:
todaydate = "03Jun2023"; // this will replace in all 10 jslinclude(jsl1);include(jsl2);...include(jsl10);
Hello!For example, using large class data:
Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
The parameters of the sine curve are random. Thanks!
Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.
HI, I want set Scale Values in Graph Builder use Col Quantile function, but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder(
Size( 839, 726 ),
Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Pr...
Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog. We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1: https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...
@PatrickGiuliano , As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x): can be iterated ? Y Function(N, x);
For(i = 1, i <= N Col(xm), i++,
ym[i] = Min(Normal D...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...