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

  • 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
  • about JSL formula to mark lowest 6 numbers within each fixed Item

    I have one table with column "ITEM" and "ID", and the "ID" column value is random, could help to suggest how to use JSL formula to create one new column, and fill in content "Y" when the "ID" value is the lowest 6 within each fixed "ITEM" value. thanks a lot ITEMID6 low ID within each Fixed Item?OHO112973YOHO1129111 OHO112972YOHO112971YOHO1129114 OHO1129113 OHO112969YOHO1129109 OHO112970YOHO112911...

    qspringleaf qspringleaf
    Discussions |
    Jul 28, 2021 4:16 AM
    2504 views | 4 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

Latest Discussions

  • 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
  • JSL script to run multiple nested JSL scripts issue

    Hello all,I have a checkbox gui setup with JMP applications that lets the user select which analysis to run, this feature lets users select/run multiple analysis at the same time essentially. (i.e. one button to run all) Each individual script works when run stand-alone, but when calling/running them all from a singular script, issues arise. I cannot edit each individual analysis jsl script due to...

    Glo_Roh Glo_Roh
    Discussions |
    Jul 23, 2021 5:14 PM
    1802 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