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

  • Make row state handler

    Hi, I have a JSL code to append button boxes for row selection. The problem is that it keeps appending duplicate boxes even if only 1 row is selected. I only want to append 'n' box for 'n' selected rows. If no rows are selected then it should delete all the boxes in the table box It added 10 boxes just by selecting 1 row.  Names Default To Here( 1 ); dt2 = Open( "$SAMPLE_DATA/Iris.jmp", invisible...

    Jackie_ Jackie_
    Discussions |
    Oct 19, 2025 10:11 PM
    1771 views | 4 replies
  • Turning date/time data into days for individual runs

    Hello,  Trying to use a formula (or JSL if I need to) to get days for manufacturing runs. I think I need two If/ then statements to get the days to go from 0-12, given the run number/ batch ID and the date/time stamp right? I have tried a few formulas, and searched this forum (and google); however, I have not been able to get the correct output. Unfortunately my programing days are so long ago I c...

    BioMTT BioMTT
    Discussions |
    Oct 17, 2025 12:30 PM
    615 views | 7 replies
  • How to selectively evaluate variables in New Script() while preserving Expr() for deferred evaluation?

    I'm creating a data table script using New Script() that needs to be evaluated later when a user clicks it. I need to substitute some variables at script-creation time (like a file path) while preserving Expr() calls that should only be evaluated when the script actually runs.   file_path = "C:\MyData\slopes.jmp"; dt << New Script("Plot Slopes", dt_slopes = Open( file_path ); slope_array ...

    shuey shuey
    Discussions |
    Oct 16, 2025 1:24 PM
    311 views | 2 replies
  • Concatenation of rows by using JMP menues or JSL

    How can text in a column "A" in different rows be concatenated, if the grouping value in another column "B" is equal and if the text in column "A" in the 2 rows are different?:   B       C          A  A1     Mix 1       Salt A1     Mix 1       Sugar A1     Mix 2       Salt A1     Mix 2       Sugar       I want to output to be two rows: B          C        A_combined A1      Mix 1    Salt, Sugar A1...

    LKor LKor
    Discussions |
    Oct 15, 2025 7:43 AM
    562 views | 3 replies
  • How to use Name Expr of functions inside dt << New Script

    I have a JSL script that has the following:
    There is a function stored in a variable toJournal: toJournal = Function({}, //some commands ); I want to call this function inside a New Script message: dt << New Script("save presentation",
    toJournal();
    journal << save presentation();
    ); however due to name scope where I use names default to here(1) in my main script, the function toJournal isn't know...

    shuey shuey
    Discussions |
    Oct 15, 2025 5:05 AM
    245 views | 1 replies

Latest Discussions

  • Concatenation of rows by using JMP menues or JSL

    How can text in a column "A" in different rows be concatenated, if the grouping value in another column "B" is equal and if the text in column "A" in the 2 rows are different?:   B       C          A  A1     Mix 1       Salt A1     Mix 1       Sugar A1     Mix 2       Salt A1     Mix 2       Sugar       I want to output to be two rows: B          C        A_combined A1      Mix 1    Salt, Sugar A1...

    LKor LKor
    Discussions |
    Oct 15, 2025 7:43 AM
    562 views | 3 replies
  • Topic Containers

    Trunk of the tree - here are the branches:

    hogi hogi
    Discussions |
    Oct 14, 2025 9:16 AM
    5046 views | 14 replies
  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Oct 8, 2025 10:19 AM
    986 views | 1 replies
  • Col score & Col N unique

    Add dense ranking to Ranking Tie and Col Rank functions  Col N Categories (:green_heart:)    new in JMP19 : New in Graph Builder for JMP 19    very helpful : )  

    Details you should be aware of: 1) excluded rows are not included in the calculation
    [ very useful, along the idea of Formula Editor: meaningful results with excluded rows , nevertheless:  somewhat inconsistent, in view of the behavior ...

    hogi hogi
    Discussions |
    Oct 8, 2025 4:00 AM
    683 views | 4 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    311 views | 0 replies

Latest Discussions

  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    311 views | 0 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
    511 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
    549 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
view all discussions