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

  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    179 views | 0 replies
  • Control Chart Limits sourced from table columns

    hello- I am trying to help a friend with an SPC/ Data flow question and we aren't sure how to proceed.  This may involve scripting.

    We are able to source process monitoring data from our Plant ERP system and get it into JMP (V19).   Control Limits have already been established and are extracted along with the data from the plant system.  The constant limits repeat each row.

    How could we use these co...

    Stu_Dente Stu_Dente
    Discussions |
    Dec 15, 2025 6:51 AM
    187 views | 2 replies
  • How to change the path for saving / opening file in JMP 19 / Python script

    Dear, I run the following script in JMP19 and now in the file the script gets stuck at the bold line below.  The table results.json is on my desk-top. I tried to copy the file and path to a different storage location.  It still gets stuck. In JMP 19 the script was working as it is... Do you now how to change it? I think that I need to tell the script to save the file into the Python path in the JM...

    Ole_Luehn Ole_Luehn
    Discussions |
    Dec 15, 2025 4:22 AM
    161 views | 3 replies
  • using a variable as column name when creating a plot

      The script below loads some data and should create twice the same plot.
    The first one by referring to the column name by using a variable (test1),
    the second one by calling the column name directly. 
    The second one works fine, but for the first one I get an empty plot area. I guess there is a problem with how I define or call test1. I have tried different approaches, but so far nothing worked. Nam...

    matthias_bruchh matthias_bruchh
    Discussions |
    Dec 12, 2025 10:13 AM
    199 views | 2 replies
  • JSL Implementation for Deleting Columns with All Missing Values by Same Category

    In the attached file, the field "Store" is divided into two stores, A and B. If all cells in the entire column corresponding to the same Store are missing values, then delete the entire column, as shown in the attached "Expected result". How can this be implemented using JSL?   I am able to count the missing values in each column, but I cannot find a way to verify if all the cells corresponding t...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 12, 2025 6:05 AM
    163 views | 3 replies

Latest Discussions

  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    179 views | 0 replies
  • JSL Implementation for Deleting Columns with All Missing Values by Same Category

    In the attached file, the field "Store" is divided into two stores, A and B. If all cells in the entire column corresponding to the same Store are missing values, then delete the entire column, as shown in the attached "Expected result". How can this be implemented using JSL?   I am able to count the missing values in each column, but I cannot find a way to verify if all the cells corresponding t...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 12, 2025 6:05 AM
    163 views | 3 replies
  • How to get reference to a table within "On Close" in that table?

    Hi!   I need some help with getting a reference to the table within On Close statement of that said table. I have a simple script: GUI with "Open" button, that opens a data table, and a combo box with list of tables. I also keep track of the tables in an associative array with table names as keys and table references as values. I have a couple of legacy namespaces that I have to maintain in this s...

    miguello miguello
    Discussions |
    Dec 10, 2025 1:28 PM
    195 views | 2 replies
  • Where Ctrl+Z / Undo will help

    More and more steps in Jmp can be undone via Ctrl-Z.But some actions are not yet recorded. Let's collect what could be improved ... [More Topic Containers like this]

    hogi hogi
    Discussions |
    Dec 7, 2025 1:12 AM
    3212 views | 6 replies
  • Trying to connect to excel spreadsheet

    I am using JMP® Student Edition 18.2.0. I am trying to set up a live connection to an excel spreadsheet. I read the following article: https://www.jmp.com/support/help/en/19.0/index.shtml#page/jmp/connect-to-a-database-using-data-connectors.shtml  It says that I should have several data connectors pre-loaded into JMP, but I am not seeing anything pre-loaded. Do I need to manually install some driv...

    AutoMongoose469 AutoMongoose469
    Discussions |
    Dec 5, 2025 12:36 PM
    271 views | 2 replies

Latest Discussions

  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    179 views | 0 replies
  • Make customizing the toolbar a breeze.

    Just modify this file directly. As long as you prepare your own ICONS in advance, you can instantly usercust.jmpcust create your own personal toolbars in batches. Make scripts ubiquitous.

    lala lala
    Discussions |
    Nov 13, 2025 6:39 AM
    202 views | 0 replies
  • Python and Formula Columns

    Formula Column are very restrictive.
    If the entries of a JMP column are defined by a column formula , there is no possibility to change individual entries, neither manually nor via JSL:   dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << new column("row", Formula(row())) << run formulas; :row << suppress eval; Try(:row[5]=7, Caption("change a cell of a formula column via JSL? doesn't work")); Wait(2...

    hogi hogi
    Discussions |
    Nov 6, 2025 3:08 AM
    196 views | 0 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    182 views | 0 replies
  • WINDOWS > JMP 17.2 > Custom Report Window > Save Presentation ==> Only portion saved to PPTX

    Hi JMP Community, I built a simple report with a graph builder plot, a multicolumn text section, and a summary section (see below)  that I would like to export to PowerPoint. While I can save this report as a PDF without any problems, when I save it as a Presentation/PowerPoint manually or within the script, JMP generates slides that only contain the plot section and none of the text (GO GENES and...

    Thierry_S Thierry_S
    Discussions |
    Oct 20, 2025 8:06 AM
    253 views | 0 replies
view all discussions