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

  • How to separate excel "copy paste" in JMP string?

    Hey, so by copy pasting some cells from excel into a JMP data table column, the cells are perfectly split into separate rows. But if I paste the same cells into a text edit box or just in a JSL script, the cells are only separated by a "pseudo" line break. They all are in different rows but don't have a whitespace or line break or other delimiter in between. How can I separate them like JMP does i...

    Erik_The_First Erik_The_First
    Discussions |
    Aug 25, 2025 12:13 AM
    938 views | 3 replies
  • How can I interact with the table in data table box()?

    How can I interact with the table in data table box()? For example, when I want to select a specific cell, the table displayed by data table box() cannot be selected. How should I modify it so that I can select a cell within the table shown by data table box()? In the JSL script below, is it possible to manually select the cell where KAITE's Age is 12? Like the selection shown in the image below....

    BabyDoragon BabyDoragon
    Discussions |
    Aug 21, 2025 12:27 AM
    1858 views | 6 replies
  • Distribution Platform Preferences -- Default Prediction Interval Generation

    I would like to set up the default for the Distribution platform (Continuous variable) to automatically (by default) generate Prediction Intervals (two-sided 0.95, n =1) so that I can capture the results into a Data Table using a JSL script. I see several defaults (e.g., confidence, tolerance, etc.) that can be set in the Preferences menu for the Distribution platform, but not any for Prediction I...

    kgbrown1963 kgbrown1963
    Discussions |
    Aug 20, 2025 9:23 PM
    495 views | 3 replies
  • Disallowed combinations

    Hello, I have a factor with three levels and I am trying to create a design in which this factor levels are not equal in any given block. So for instance, Factor A should not have the same level repeated in any block. How can I do this please? Thanks. 

    aus22 aus22
    Discussions |
    Aug 20, 2025 1:53 PM
    1649 views | 6 replies
  • How to set a red background or red text on different lines within the List box?

    If using ListboxTemp<< background color("red"); , only the entire List box can change color. May I ask if it is possible to set a red background or red text on different lines within the List box?
    As shown in the picture below. Different Colored backgroundDifferent Colored text

    BabyDoragon BabyDoragon
    Discussions |
    Aug 20, 2025 2:28 AM
    1008 views | 5 replies

Latest Discussions

  • How to separate excel "copy paste" in JMP string?

    Hey, so by copy pasting some cells from excel into a JMP data table column, the cells are perfectly split into separate rows. But if I paste the same cells into a text edit box or just in a JSL script, the cells are only separated by a "pseudo" line break. They all are in different rows but don't have a whitespace or line break or other delimiter in between. How can I separate them like JMP does i...

    Erik_The_First Erik_The_First
    Discussions |
    Aug 25, 2025 12:13 AM
    938 views | 3 replies
  • Disallowed combinations

    Hello, I have a factor with three levels and I am trying to create a design in which this factor levels are not equal in any given block. So for instance, Factor A should not have the same level repeated in any block. How can I do this please? Thanks. 

    aus22 aus22
    Discussions |
    Aug 20, 2025 1:53 PM
    1649 views | 6 replies
  • How to set a red background or red text on different lines within the List box?

    If using ListboxTemp<< background color("red"); , only the entire List box can change color. May I ask if it is possible to set a red background or red text on different lines within the List box?
    As shown in the picture below. Different Colored backgroundDifferent Colored text

    BabyDoragon BabyDoragon
    Discussions |
    Aug 20, 2025 2:28 AM
    1008 views | 5 replies
  • Protecting scripts as corporate IP and logging script usage

    Hi all, I would like to know what others are doing to protect their scripts as corporate IP, and whether groups are logging script usage. Script logging is good to see which are our most broadly used scripts and we can target efforts accordingly.   Our present method is to log encrypted script usage to a network drive, which requires that a user is already authenticated on the network. If the JMP ...

    mikedriscoll mikedriscoll
    Discussions |
    Aug 15, 2025 8:22 AM
    615 views | 2 replies
  • Why doesn't the "Close selected windows" part of this JSL code work?

    This code selects windows and exports to a combined PDF report for easy printing/sharing. I want the option of closing the selected reports when the extract is done, but I can't get the closure to work - here is the most recent attempt (NB everything works OK and there are no errors) - Closing code is in section 5. I'm using JMP18.1.2

    // ===== BEGIN: Select windows and export a single combined PDF...

    NeillSM NeillSM
    Discussions |
    Aug 15, 2025 4:02 AM
    353 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
    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
    553 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