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

  • getting data from display box stored inside an associative array

    Hey,   I'm trying to have an array that holds information as a key and display boxes as values but I can't seem to get their correct status(for checkbox) afterward- all check boxes returns as 0 even if pressed. I cant seem to understand if that is due to a syntax issue or something deeper, here is my code: MainDisplayBox = V List Box(); DisplayArray = Associative Array(); current data table(...

    Benf Benf
    Discussions |
    Aug 1, 2021 1:07 AM
    1548 views | 2 replies
  • How Can I Close an Automated JMP Script While it is Running Using Another JMP Script

    I use the windows scheduler to launch JMP scripts on regular intervals. If a script takes a long time, is there a way to stop it using another script?For example, if a script takes too long to run can I run another script to stop the prior script? I don't want to rely on keyboard shortcuts (like the Esc key) as mentioned in prior posts.Thanks,Jens

    JensRiege JensRiege
    Discussions |
    Jul 29, 2021 5:26 PM
    1035 views | 1 replies
  • Graph Builder Script for more complicated reference lines

    Is it possible to create a script for graph builder that can set Y-axis reference lines so that they start and end at specific X-axis points? I know how to create reference lines with ranges but I can't figure out how to adjust them so they cover specific areas on the other axis. I am attaching a Pdf that shows what I can do in JMP - the graph on the left - and what I would like to accomplish - th...

    babn babn
    Discussions |
    Jul 29, 2021 8:23 AM
    4166 views | 5 replies
  • How do I script DOE Evaluate Design over a variable array of X Factors?

    I have a script where after opening a data table, the user gets to select which columns are the X regressors/factors: Panel Box( "Column Selection", Lineup Box( N Col( 2 ), Text Box( "Select Controlled Conditions" ), cont_cond list = Col List Box( All ) ) )   The list cont_cond has worked very well for me in the rest of my script (creating Exploratory Data Analysis and savi...

    lisa2442 lisa2442
    Discussions |
    Jul 28, 2021 7:08 AM
    1326 views | 1 replies
  • Opening URL table with "," issue

    Hi all,when trying to open URL table I got an issue wit hthe columns,some of the valiues have "," in them and it cause the valuse to split in several columns,is there a way to resolve it?example:original value in column: "bag,mask,cup"when I open URL in JSL-> I got 3 seperate columns: "bag"  "mask"  "cup" appriciate your support.

    Hamal22 Hamal22
    Discussions |
    Jul 28, 2021 4:46 AM
    983 views | 1 replies

Latest Discussions

  • How Can I Close an Automated JMP Script While it is Running Using Another JMP Script

    I use the windows scheduler to launch JMP scripts on regular intervals. If a script takes a long time, is there a way to stop it using another script?For example, if a script takes too long to run can I run another script to stop the prior script? I don't want to rely on keyboard shortcuts (like the Esc key) as mentioned in prior posts.Thanks,Jens

    JensRiege JensRiege
    Discussions |
    Jul 29, 2021 5:26 PM
    1035 views | 1 replies
  • How do I script DOE Evaluate Design over a variable array of X Factors?

    I have a script where after opening a data table, the user gets to select which columns are the X regressors/factors: Panel Box( "Column Selection", Lineup Box( N Col( 2 ), Text Box( "Select Controlled Conditions" ), cont_cond list = Col List Box( All ) ) )   The list cont_cond has worked very well for me in the rest of my script (creating Exploratory Data Analysis and savi...

    lisa2442 lisa2442
    Discussions |
    Jul 28, 2021 7:08 AM
    1326 views | 1 replies
  • Opening URL table with "," issue

    Hi all,when trying to open URL table I got an issue wit hthe columns,some of the valiues have "," in them and it cause the valuse to split in several columns,is there a way to resolve it?example:original value in column: "bag,mask,cup"when I open URL in JSL-> I got 3 seperate columns: "bag"  "mask"  "cup" appriciate your support.

    Hamal22 Hamal22
    Discussions |
    Jul 28, 2021 4:46 AM
    983 views | 1 replies
  • Creating a dynamically linked table

    Hi, I created a set of tables from a script using the Tabulate feature, but they don't appear to be dynamically linked. Is there a way to amend this, or how else would one go about creating a dynamically linked table in JMP / JSL? FYI by dynamically linked I mean, when you click on a cell in the table, it selects the corresponding data samples. Mike

    mostarr mostarr
    Discussions |
    Jul 27, 2021 2:57 PM
    2407 views | 4 replies
  • Fit Special Limits JSL

    Hi all, I am using Fit Y by X Plot and I need 3 limits on my plots (Control Limit, Upper Limit and Lower Limit) where I used the fit special 3 times and input the slope and intercept needed. But I don't know how to do this in JSL. This is only the output I get when I save the script to script windowBivariate( Y( :Age ), X( :Sex ), Fit Line( {Confid Curves Indiv( 1 ), Line Color( "Black" )} ), ...

    29755 29755
    Discussions |
    Jul 25, 2021 9:38 PM
    1150 views | 1 replies

Latest Discussions

  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    989 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1478 views | 0 replies
  • 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
    2222 views | 0 replies
view all discussions