cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Can JSL be used to automate plotting of charts and adding of ref lines among others

    Hi, I plot Distribution charts on a regular basis. Some days I get just a few columns of data, some days quite a bit more.  Once the individual charts are generated, I will need to adjust their respective min/max Y axis for readability, and then add in a couple of reference lines (basically USL and LSL lines).  After a while, it gets tedious, especially there are a lot of columns of data. I would ...

    BooBee BooBee
    Discussions |
    Jan 24, 2024 6:48 AM
    4455 views | 12 replies
  • 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

    Ken_K Ken_K
    Discussions |
    Jan 24, 2024 3:48 AM
    7544 views | 21 replies
  • Create pie chart images for each line of a data table

    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...

    yvesprairie yvesprairie
    Discussions |
    Jan 24, 2024 3:20 AM
    3823 views | 4 replies
  • Hide columns script

    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;

    Tavuk89 Tavuk89
    Discussions |
    Jan 24, 2024 1:51 AM
    2052 views | 3 replies
  • Check if ODBC data source is available (win)?

    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?  

    hogi hogi
    Discussions |
    Jan 23, 2024 11:22 PM
    1229 views | 2 replies

Latest Discussions

  • 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

    Ken_K Ken_K
    Discussions |
    Jan 24, 2024 3:48 AM
    7544 views | 21 replies
  • Can JMP achieve a ready quantile at 115 weight?

    Can JMP achieve a ready quantile at 115 weight?

    lala lala
    Discussions |
    Jan 23, 2024 10:17 AM
    1083 views | 2 replies
  • Combine multiple "Save Script to Journal" into one journal

    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...

    UserID16644 UserID16644
    Discussions |
    Jan 23, 2024 4:18 AM
    848 views | 1 replies
  • power and sample size calculation in JMP

    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?

    DFereidouni DFereidouni
    Discussions |
    Jan 23, 2024 3:11 AM
    1501 views | 2 replies
  • Setting Spec Limits with USL=LSL?

    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),...

    nikles nikles
    Discussions |
    Jan 22, 2024 5:27 PM
    3903 views | 7 replies

Latest Discussions

  • how to show "nonparametric overlay" in the output of "Fit life by x"?

    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!

    RenZ RenZ
    Discussions |
    Jan 22, 2024 10:02 AM
    580 views | 0 replies
  • Custom Binning - how to edit the bins?

    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...

    hogi hogi
    Discussions |
    Jan 21, 2024 2:33 AM
    848 views | 0 replies
  • Custom Binning - how to edit Transform Column settings?

    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...

    hogi hogi
    Discussions |
    Jan 19, 2024 10:50 PM
    674 views | 0 replies
  • Data Table for Multiple Users

    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...

    CTrahon0526 CTrahon0526
    Discussions |
    Jan 19, 2024 9:45 AM
    791 views | 0 replies
  • GraphBuilder Legend hook

    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...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    657 views | 0 replies
view all discussions