cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Bivariate Fit - how to delete line fitting frame box

    In jsl, how do I delete the box containing all of the "Fit Each Value" line items. I want to keep the plot with the fitted lines, but delete box containing all of the "Fit Each Value" lines which can be >100 items long and makes scrolling through many plots painful. 

    RonSwanson RonSwanson
    Discussions |
    Feb 7, 2020 2:24 PM
    2215 views | 1 replies
  • Splitting columns

    Hi, i have a column full of dates with different time points in the date. Eg:2020-01-31T11
    2020-01-31T12
    2020-01-31T13
    2020-01-31T14
    2020-01-31T15
    2020-01-31T16
    2020-01-31T17
    2020-01-31T18
    2020-01-31T19
    2020-01-31T20
    2020-01-31T21
    2020-01-31T22
    2020-01-31T23
    2020-02-01T00
    2020-02-01T01 but I want to split them into two separate columns: date and time. I'm a beginner so I'm still getting use to the software.than...

    SMast SMast
    Discussions |
    Feb 7, 2020 9:55 AM
    2504 views | 2 replies
  • Fit Group Automate

    Im working with this code but somehow on the 9th output, it gets an error. Parameters_1 contains 23 items on it.     current data table(subs); for (i = 1, i <= nitems(parameters_1), i++,     print(i);   Oneway(         X( :Recipe ),         Y( column(subs, parameters_1[i]) ),                 With Control(1),                 Quantiles(1),                 Means and Std Dev(1),                 CDF Pl...

    skyzvoir0001 skyzvoir0001
    Discussions |
    Feb 6, 2020 9:38 PM
    3768 views | 5 replies
  • Delete a script from a datatable

    Hi everyone, I'm currently writing a script that pulls data from a DB.  I add several scripts to the datatable (not in a column, but in the script box, frame top left of the datatable).JMP adds standard some of the scripts.  One of them is 'Save To DB'.  This script needs to get deleted in the script I'm writing. I can't have the users run this script accidently.  In the past we did 1 DB-update an...

    jan_solo jan_solo
    Discussions |
    Feb 6, 2020 6:52 PM
    11709 views | 3 replies
  • JMP 14 crush

    Hi all, I have a big script that includes other smaller scripts. JMP (14.0.3) crushes allot of times when I try to execute the script, about ones every three runs. Does anyone know what the reason can be? Is there a crush report somewhere? 

    avner8943 avner8943
    Discussions |
    Feb 6, 2020 5:57 AM
    7273 views | 6 replies

Latest Discussions

  • Splitting columns

    Hi, i have a column full of dates with different time points in the date. Eg:2020-01-31T11
    2020-01-31T12
    2020-01-31T13
    2020-01-31T14
    2020-01-31T15
    2020-01-31T16
    2020-01-31T17
    2020-01-31T18
    2020-01-31T19
    2020-01-31T20
    2020-01-31T21
    2020-01-31T22
    2020-01-31T23
    2020-02-01T00
    2020-02-01T01 but I want to split them into two separate columns: date and time. I'm a beginner so I'm still getting use to the software.than...

    SMast SMast
    Discussions |
    Feb 7, 2020 9:55 AM
    2504 views | 2 replies
  • JMP 14 crush

    Hi all, I have a big script that includes other smaller scripts. JMP (14.0.3) crushes allot of times when I try to execute the script, about ones every three runs. Does anyone know what the reason can be? Is there a crush report somewhere? 

    avner8943 avner8943
    Discussions |
    Feb 6, 2020 5:57 AM
    7273 views | 6 replies
  • Selecting data for past X number of days

    I have a data set that contains past 60 days of data and I want just past 7 days of data. Data column name "OUT_DATE" in the format of   MM/DD/YYY HH:MM:SS AM/PM. Date is not sorted and in random order. I found the following discussion answered by super user "txnelson" (https://community.jmp.com/t5/Discussions/Date-function-in-jsl/td-p/57122) and did my script as below dt=Open("Report.csv");// Ope...

    djmomo djmomo
    Discussions |
    Feb 6, 2020 5:54 AM
    2968 views | 3 replies
  • Formulas in data table not re-evaluating

    Howdy, So today I have an issue with formulas not updating in my data table. I have a large table with a bunch of measurements. There is a script that sets columns with formulas to evaluate specifications contained in data table variables. These formulas are generated in the following way : Eval( Eval Expr(Column(Concat(columnName," Spec"))<< Set Formula( If( Column(expr(columnName))[]>Expr(USL),...

    bobmorrane bobmorrane
    Discussions |
    Feb 6, 2020 5:37 AM
    3203 views | 1 replies
  • Analysis of Means - Transformed Ranks

    Hello together,I found a function in JMP and was wondering when to apply the Transformed Ranks option within the Analysis of Means menu. I read the reference from Nelson et. al, provided by JMP, but I am still not quite sure if I apply it properly. Unfortunetaly, I do not really find any other references which are useful. If I compare groups (measurements instruments with same sample set) with non...

    Martin91 Martin91
    Discussions |
    Feb 5, 2020 8:23 AM
    1902 views | 1 replies

Latest Discussions

  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2016 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1660 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1600 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1681 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    2077 views | 0 replies
view all discussions