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

  • Returning an expression from a function differs when namespace is used.

    Hello everyone, I ran into some strange behavior when returning an expression from a function, and could not find any discussions about this already. I am in the habit of using namespaces for pretty much everything. I found that when a function returns an expression, the expression is not evaluated for an unscoped function, but is evaluated if a namespace is used. Does anyone know what's going on ...

    bculver bculver
    Discussions |
    Sep 19, 2025 4:13 AM
    5636 views | 10 replies
  • get row number of value contain in a column without select row

    Hi all,   I want to get the row number of a value (for example : "Value_A") that might be contained in a column (called "Column_A") without using the following code :     rmat = dt << get rows where( Contains( Column( dt, "Column_A" )[], "Value_A" ) );
    Try( row_number_wanted = rmat[1] );   I don't want to use such code because it takes too much time when a lot of values in a big datatable need to b...

    LoglinearWalk37 LoglinearWalk37
    Discussions |
    Sep 19, 2025 2:38 AM
    1805 views | 2 replies
  • Can't change FrameBox size when creating report - only when all display boxes AND window created.

    All,    I have a script with function that creates a GraphBuilder. It then gets packed into display boxes and put into a new window. Somehow, commands to change FrameBox size from within the function are ignored, and I can only change it when window is created. Why is that? I'd like this functionality to be inside the function, so that it outputs a plot that does not need any additional tinkering ...

    miguello miguello
    Discussions |
    Sep 19, 2025 1:55 AM
    833 views | 7 replies
  • Bug when using combination of set each value, tables with same column name(s) and col statistical functions within a loop

    This has already been reported to JMP support and they have submitted it as a bug to development (00049239). Seems to happen at least with JMP16.2 and JMP17.0   Just as a heads up, there is fairly bad bug with JMP when using the mentioned combination (set each value, loop and col statistical functions). What happens is that JMP does use data from wrong table when adding data to different table. On...

    jthi jthi
    Discussions |
    Sep 18, 2025 1:32 AM
    2585 views | 5 replies
  • Create GUI using Application Builder

    I'm looking for the most efficient workflow to create GUI windows in JSL. I know I can script them manually using New Window() with nested layout boxes (V List Box, H List Box, etc.), but this can be time-consuming and difficult to visualize for more complex dialogs. I've been exploring the Application Builder, as it allows me to drag and drop controls to visually design the layout, which is fanta...

    shuey shuey
    Discussions |
    Sep 16, 2025 9:37 AM
    1531 views | 4 replies

Latest Discussions

  • Can't change FrameBox size when creating report - only when all display boxes AND window created.

    All,    I have a script with function that creates a GraphBuilder. It then gets packed into display boxes and put into a new window. Somehow, commands to change FrameBox size from within the function are ignored, and I can only change it when window is created. Why is that? I'd like this functionality to be inside the function, so that it outputs a plot that does not need any additional tinkering ...

    miguello miguello
    Discussions |
    Sep 19, 2025 1:55 AM
    833 views | 7 replies
  • Bug when using combination of set each value, tables with same column name(s) and col statistical functions within a loop

    This has already been reported to JMP support and they have submitted it as a bug to development (00049239). Seems to happen at least with JMP16.2 and JMP17.0   Just as a heads up, there is fairly bad bug with JMP when using the mentioned combination (set each value, loop and col statistical functions). What happens is that JMP does use data from wrong table when adding data to different table. On...

    jthi jthi
    Discussions |
    Sep 18, 2025 1:32 AM
    2585 views | 5 replies
  • how to Resolution Problem with Formula for Column

    Code:  If( !Contains(col_name_list, "EFT (h)"), Current Data Table() << New Column( "EFT (h)", Numeric, Continuous, Format("Fixed Dec", 10, 1), Formula( :Name( "duration" ) * 24 ) ) ); Error: Unexpected ")". Perhaps there is a missing ";" or ",". Line 9 Column 6:    ))►)   The remaining text that was ignored was ) Resolution Problem with Formula for Column EFT (h):   I am unable to ...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Sep 16, 2025 1:59 AM
    1796 views | 7 replies
  • JMP 17.2 > Complex Data Dimensions Reduction and Estimation > Methods

    Hi JMP Community,   I am working with complex gene expression data from different studies, for which I would like to estimate its intrinsic complexity. I came across the R package Rdimtools, which seems to provide the type of analyses I am interested in. Specifically, the end goal for these analyses is to define the optimal number of dimensions to capture the complexity of the data sets.   Are you...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 8:19 AM
    1430 views | 2 replies
  • Forming a Column Formula from an Associative Array

    I looked but couldn't find a clear example.  I have a script that creates an associative array between pairs of columns in a table.  I now want to leverage that array to create a formula referencing both the value and the key.  How is this done?   For( i = 1, i <= N Items( SpecCols ), i++, key = Column( dt, SpecCols[i] ); value = Column( dt, Char(SpecCols[i])||" Pass/Fail"); assocArra...

    SpannerHead SpannerHead
    Discussions |
    Sep 12, 2025 11:04 PM
    975 views | 1 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
    515 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
    552 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
    577 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
    611 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
    606 views | 0 replies
view all discussions