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

  • Process Screening Single Grouping Item

    Based on this question, I was able to get a script to create a yield table.   Solved: Process Screening By Groups - JMP User Community   One flaw in this approach is that any grouping item that has only 1 value is absent from the finished table.  For example, if the data has multiple wafers from only one lot, the wafer numbers report but the lot does not.    

    SpannerHead SpannerHead
    Discussions |
    Jun 12, 2025 1:05 PM
    593 views | 1 replies
  • JSL: Help with strange behavior for New Script command

    Hello Scripters,   (W11, 64-bit, JMP Pro 18.1.1)     I'm having some strange behavior with a script that I'm running. The script does several things, but one thing that it does is to create some new scripts to add to the data table. I have to pass some variables to the New Script and have it run in the data table outside of the original JSL. I am adding two new scripts to the data table. One is fo...

    SDF1 SDF1
    Discussions |
    Jun 12, 2025 11:19 AM
    1077 views | 3 replies
  • Mapping Columns in two different Tables by manual Selection using JSL

    I have two tables, let call them dt1 and dt2 Each table has one column each Column1 in dt1 and column2 in dt2. I need to (either update or create a new table ) that has contents of Column1 mapped to to contents of Column2 by manual selection. Since the column entities are so different a join or update feature cannot be used.  My aim is to create a user interface that allows the user to select row ...

    NewToThis NewToThis
    Discussions |
    Jun 12, 2025 7:29 AM
    2684 views | 11 replies
  • JSL script Save Values in Model Driven Multivariate Control Chart

    Hi! How could I write JSL to "Save Columns -> Save Values" for saving t-square in Model Driven Multivariate Control Chart?try use obj << T Square Plot( SaveValues );still cannot savevalues in new column T2  thanks  

    Wei1 Wei1
    Discussions |
    Jun 11, 2025 11:28 AM
    2271 views | 4 replies
  • Equivalence test with Geometric Means

    Hi All,   in JMP, is there a way to run equivalence test/TOST using the Geometric Means rather Arithmetic means? Also is there JMP function to establish 95% confidence intervals for Geometric Means. 

    MSN MSN
    Discussions |
    Jun 11, 2025 3:02 AM
    473 views | 1 replies

Latest Discussions

  • Equivalence test with Geometric Means

    Hi All,   in JMP, is there a way to run equivalence test/TOST using the Geometric Means rather Arithmetic means? Also is there JMP function to establish 95% confidence intervals for Geometric Means. 

    MSN MSN
    Discussions |
    Jun 11, 2025 3:02 AM
    473 views | 1 replies
  • custom graph legend

    I'm trying to add a nice pretty graph legend to a Bivariate Fit:     The orange fit line is a customized line added using this script:     Pen Color( "orange" );
        Pen Size( 2 );
        Y Function( 21.07 * x, x );   I used this custom script in the graph to get that text in there:
        Text( {20, 32}, "TOT Other = 21.1 * 3XL" );
        Text( {20, 25}, "TOT Other = 46.8 + 9.1*3XL" );
        Text( {20, 19}, "Lo...

    seanschubert seanschubert
    Discussions |
    Jun 11, 2025 1:51 AM
    606 views | 2 replies
  • JSL: How to set a single row across multiple columns to a single value?

    Hello JSL specialist,     Wondering if there is an elegant (simple) way to set a single row across all columns to a single value.     I know I can do a For loop, and the For Each Row isn't quite what I'm after either.     I'm almost looking for an analogous command, like For Each Column or something like that. Perhaps there doesn't exist a command that can set a single row across all columns to a ...

    SDF1 SDF1
    Discussions |
    Jun 10, 2025 9:55 AM
    460 views | 1 replies
  • Method to update a data table from a csv file

    Using the Excel import tool you can set-up a JMP Data Table with embedded scripts that you can update from the source file as extra information is added (i.e. refresh the data while keeping the embedded table scripts).   Are there any inbuild ways akin to "Update Table(1)" to achieve this?      

    CB00523 CB00523
    Discussions |
    Jun 8, 2025 8:49 AM
    585 views | 2 replies
  • How do I get to prompt a user to define the LSL and USL for each subset table?

    A customer asked how to create a JSL script to prompt other users to define the LSL and USL for each subset table.   I figured might as well post the script here to help others who might have the same request in the future. Anyone who has feedback, questions or enhancements, please feel free to add a comment.   // Subset data table // → Data Table( "Product=B" ) dtList = Open("$SAMPLE_DATA/Abra...

    yasmine_hajar yasmine_hajar
    Discussions |
    Jun 6, 2025 12:43 PM
    592 views | 1 replies

Latest Discussions

  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    555 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    607 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    491 views | 0 replies
view all discussions