SMTP setup
Is it possible to setup a SMTP server to send email through SMTP relay using JSL? See some options on SAS but not sure how to setup using JSL. Thank you
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIs it possible to setup a SMTP server to send email through SMTP relay using JSL? See some options on SAS but not sure how to setup using JSL. Thank you
Hi all,I have a data table with say 6 columns, one identifies the sample site, 2 are X and Y coordinates of that site and the last 3 are the relative abundance of say 3 different species at that location. I simply want a map where each site is shown as a pie chart describing the relative abundance of the 3 species. It seems like an easy problem but I can't quite figure out how to do it. I presume...
I tried this script to hide column no.1,2,3 but it only select the columns without hiding them. What did i missed?Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
c= dt << Select Columns( [1.2.3] );
c << Hide;
I want to check if a specific ODBC datasource is available on a user's computer.Due to speed issues, I don't want to Create a Database connection but just: see if the datasource setting is available.
Is there a JSL command to get this info?
Hi all,I have a case where I want to apply a Bootstrap Forest approach in combination with a tuning design table. While following the instructions in JMP-Help I ran into the problem that only two out of the six described hyper parameters in the tuning table made it into the nunmbers of models build according to the run number of the tuning table.Was this issue identified by someone else, too?I alr...
Is it possible to setup a SMTP server to send email through SMTP relay using JSL? See some options on SAS but not sure how to setup using JSL. Thank you
Can JMP achieve a ready quantile at 115 weight?
Hi all, I am trying to do "save script to journal" with two different plots, it is appending on the journal, the problem is I cannot save the journal itself. Also, in my graph builder plot, why is it prompting to save the file? Please help Sample script:biv = dt << Bivariate( invisible, Y( :height ), X( :weight ), By( :sex ) );
biv << Save Script to Journal; //1st
gb = dt << Graph Builder(
Varia
...
I'm trying to determine the sample size using one sample mean. The Std. Deviation from the historical study is 5.8E+8 and I don't know how to use it in that platform as the one sample mean has a Std. Deviation limit of 200,000. Any idea how to overcome this issue? Is it possible to use CV in the calculator?
Hi. I have a data table column consisting of coded integer values. For example, a "0" indicates "OK", and other numbers indicate some kind of issue. I would like to set spec limits of (0,0) for this column, but JMP issues a "Consistency Error" when I try this and will not let me have the USL be less than or equal to the LSL. I know I could just set the limits to be something like (-0.1, +0.1),...
I tried to do “Fit life by X” (fit TTF by voltage), but in the output, somehow “nonparametric overlay” did not show up. I was hoping to see the probability of failure vs time at 80V, 50V, and 15V (use condition), but that plot was not included in the output. I attached the report here. If anyone can take a look and point out went wrong, that would be great. Thank you!
Wow, custom binning even works with dates, cool! There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?
(view in My Videos) dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" );
d
...
In Jmp16, Custom binning was introduced: Interactive Binning - New in JMP 16 Very useful, thanks a lot to the developers! There are 3 ways (or more?) to use this feature:In the data table, via the menu: Col/Utilities/Make Binning Formula ...
or via right click / New Formula Column/Distributional */Custom Binning ...
for plot modes like Overlay, Color, X/Y Group, Page:
via right click/Levels/Custom L...
Hi JMP Community, I created a data table that will used by a few colleagues to update table rows with new weekly data and to pull charts & graphs from. The file is stored on a SharePoint folder so we can all access it. The problem is if one user has the file open and another user opens the file, it will create a copy with that users computer ID.
Is there a way for multiple users to access this file...
There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph. With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()
), this was quite simple as the display element was simply a Table Box()
that can receive a Set Row Change Function()
message. The same cannot be done (to my knowledge) with Gra...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...