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

  • Extract String Representation of an Image

    Is there a better way to get the string from New Image() than converting the expression to a string and extracting?  It just feels sloppy.  Arg() doesn't work with "Picture" objects.   Names Default to Here ( 1 ); g = New Image( Char To Blob( "blahblahblob", "base64compressed" ) ); f = Substr( Char( g ), Contains( Char( g ), "\!"") + 1, Contains( Char( g ), "\!", \!"base64" ) - ( Contains( Char( g...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Jun 20, 2025 9:55 PM
    585 views | 2 replies
  • How to dynamically assign X or Y variables in Graph Builder using JSL based on conditions?

      Hi JMP Community, I'm trying to build a dynamic Graph Builder report in JSL where the list of X variables is determined by certain conditions (e.g., flags like includeSite, includeWW, etc.). The goal is to flexibly add or remove columns from the X-axis based on runtime logic. I’ve tried several approaches, including using:   X( :ColumnName )
    X( Column("ColumnName") )
    Expr( X(...) )
    Substitute(...) ...

    RA899 RA899
    Discussions |
    Jun 20, 2025 9:36 AM
    981 views | 4 replies
  • Using JSL Script to Get Spec Limits from Column

    I am using JMP 18.1.0. I am trying to find if there is a way I can get the "Spec Limit" property of a column, and then be able to manipulate the LSL or USL as a number. Below is some example code and the resulting Log messages. The LSL and USL outputs from Get Property don't seem to be in a usable state. The commented out line is what I would like to do, math functions or comparison with the LSL/U...

    PumpkinRocket PumpkinRocket
    Discussions |
    Jun 18, 2025 7:15 PM
    598 views | 1 replies
  • Copying and pasting data from the data table to email

    Hey everyone, When trying to copy data from a data table and pasting into an email, JMP will not respect the columns on pasting vs if you copy and paste from excel it will respect the columns.  So my work around is to save the data table to an excel table, copy and paste it into the email, then close the excel file.  Beyond annoying.  I'm hoping that I am missing something obvious as a better way ...

    shampton82 shampton82
    Discussions |
    Jun 18, 2025 3:35 AM
    1297 views | 5 replies
  • Y Function using data table values

    I'm trying to build multiple graph boxes, each one plots a Y Function that takes values from a data table. This should be an easy task however I'm not able to get the plots to show in the graph boxes. It works with hard coded numbers, but not with values from a Data Table

    win = New Window("window", vlb = V List Box()); For (i=1, i <= N Rows(dt), i++, vlb << Append(Graph Box(Y Function((dt:M)[i] *...

    shuey shuey
    Discussions |
    Jun 17, 2025 3:53 AM
    575 views | 1 replies

Latest Discussions

  • How to dynamically assign X or Y variables in Graph Builder using JSL based on conditions?

      Hi JMP Community, I'm trying to build a dynamic Graph Builder report in JSL where the list of X variables is determined by certain conditions (e.g., flags like includeSite, includeWW, etc.). The goal is to flexibly add or remove columns from the X-axis based on runtime logic. I’ve tried several approaches, including using:   X( :ColumnName )
    X( Column("ColumnName") )
    Expr( X(...) )
    Substitute(...) ...

    RA899 RA899
    Discussions |
    Jun 20, 2025 9:36 AM
    981 views | 4 replies
  • Copying and pasting data from the data table to email

    Hey everyone, When trying to copy data from a data table and pasting into an email, JMP will not respect the columns on pasting vs if you copy and paste from excel it will respect the columns.  So my work around is to save the data table to an excel table, copy and paste it into the email, then close the excel file.  Beyond annoying.  I'm hoping that I am missing something obvious as a better way ...

    shampton82 shampton82
    Discussions |
    Jun 18, 2025 3:35 AM
    1297 views | 5 replies
  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 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
    474 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
    607 views | 2 replies

Latest Discussions

  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • 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
    556 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
view all discussions