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

  • GraphBuilder Customization in JSL: Draw Line Segment DYnamically = Error "Invalid Matrix Token"

    Hi JMP Community; In my quest to automate some of the more tedious tasks of annotation Graph Builder plots, I'm trying to dynamically add horizontal line segments between data groups using the following script. Unfortunately, it looks like I cannot use simple Expr () followed by Substitute (), and Eval () for this specific task. Note: I'm working with sensitive data therefore I will need to create...

    Thierry_S Thierry_S
    Discussions |
    Mar 11, 2020 4:39 PM
    3383 views | 2 replies
  • Delete cell values based on a column condition and merge rows with same timestamp using JSL

    Hi, I have following "TestData":1. I want the cell value to be null when the status is down. for example ("A status " cell value is "down" the value in Column "A" should be null instead of "1334". should do the same for B , C and D Columns.2.Delete all the columns that has "status" in the column name. Output should be something like this:3. Now all the same timestamp rows  should be merged. expect...

    himajamuppalla himajamuppalla
    Discussions |
    Mar 11, 2020 4:11 PM
    2010 views | 1 replies
  • Graphbuilder - Map

    Hallo zusammen, ich beschäfftige mich gerade mit dem erstellen von Karten.  Wie kann ich die "schärfe" eine Karte (Hintergrund) auch beim zoomen beibehalten? Kann ist statt Punkte  eine Zahl=Standortnummer  in der  Karte anzeigen.   Ein Label  ist dafür zu groß.  Kann ich übereinander liegende Punkte mit eine Linie verschieben? Der Anfangspunkt muss fixiert bleiben. Vielen Dank für die Hilfe.  

    Mi Mi
    Discussions |
    Mar 11, 2020 1:15 PM
    5014 views | 5 replies
  • Is there a JSL Message to Access GraphBuilder BoxPlotSeg Labels

        GraphBuilder BoxPlot segments in JMP 14 and 15 appear to have a built-in hover label.   Interactively, the hover label can be pinned.   Embedded below is a picture of a pinned hover label and the associated saved script.   I am interested in accessing the BoxPlotSeg fences. I have not found JSL syntax to access the fence values. From the saved script, of an interactive session, it seems appare...

    gzmorgan0 gzmorgan0
    Discussions |
    Mar 11, 2020 12:10 PM
    5791 views | 6 replies
  • Extracting from a column that has comma delimited data

    I have a column fro a query that has data within that is comma delimited. Reads1,2,3,2,4,3,4,5,2,1,3,4,5,2,1,3,4,2,1,2,3,4,2,1,2,4,2,3,4,5 I would like to have a script that parses out each value into a new column with the column title of D01, D02, D03 etc.... I have used an addin for Text to Cols to work with this column but it would great to have a script as part of post-Query script that makes ...

    UberBock UberBock
    Discussions |
    Mar 11, 2020 9:44 AM
    4730 views | 3 replies

Latest Discussions

  • Delete cell values based on a column condition and merge rows with same timestamp using JSL

    Hi, I have following "TestData":1. I want the cell value to be null when the status is down. for example ("A status " cell value is "down" the value in Column "A" should be null instead of "1334". should do the same for B , C and D Columns.2.Delete all the columns that has "status" in the column name. Output should be something like this:3. Now all the same timestamp rows  should be merged. expect...

    himajamuppalla himajamuppalla
    Discussions |
    Mar 11, 2020 4:11 PM
    2010 views | 1 replies
  • Cell Growth 4P model

    Hi all, I have some time course data of cell growth (mammalian) and would like to fit them to obtain cell division and death rate. JMP has a built-in model named "Cell Growth 4P" in the "Fit Curve" option which seems to work pretty well for most of my data. However, for one of the groups, the model showed negative division and death rates. The fit looks pretty good otherwise. I have a few question...

    hxnduke hxnduke
    Discussions |
    Mar 11, 2020 8:04 AM
    5538 views | 4 replies
  • Prediction Formula Equation

    Dear and Respected All, Please help in sorting out this issue of getting the prediction final equation after applying RSM to a data. I have read several articles which have cited actual equation in different terms having constant and intercepts (image attached), the one JMP gives are having only numerical values (Image attached).  

    Afnanyasir Afnanyasir
    Discussions |
    Mar 11, 2020 5:18 AM
    11833 views | 7 replies
  • Copying PNG images from JMP file to Excel

    I am trying to copy the data from JMP file into Excel. Here is my script:When I run the script the data get copied into the Excel but when I open the excel file it shows some garbage value Can someone help me with this?  dt = Open( "C:\Jay\JMP\JMP data\Images.jmp" ); OutputFolder = "C:\Jay\JMP\JMP data\Test.xlsx"; ColNames = dt << Get Column Names("String"); DesColumnsList = {"pics"};
    for(i
    ...

    Jackie_ Jackie_
    Discussions |
    Mar 10, 2020 12:26 PM
    2601 views | 1 replies
  • get selected item from a List Box()

     I have a GUI where _cbFilters is poupulated in from different list. Once the List Box is populated, I want to select the variable and pass it for some other us. But unable to do that. I tried get text() get selected etc...e..Button Box( "Get DataBase Filter Column", _cbFilters << Remove all; Database_column_type = radio << getSelected; if(Database_column_type == "AN_CDS", ...

    Dib-Dey Dib-Dey
    Discussions |
    Mar 10, 2020 5:59 AM
    3466 views | 2 replies

Latest Discussions

  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2216 views | 0 replies
  • 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
    2020 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
    1668 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
    1604 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
view all discussions