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

  • 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
    187 views | 0 replies
  • How to reuse/move Graph Builder visuals from one table in another (after update via JSL)?

    Hi everyone, I’m working in JSL and have created several Graph Builder visualizations on Table A.
    Later in the script, I update or join Table A with Table B (using Time as the key and ID as a filter) — this creates a new table (let’s call it Merged Table). The issue is: The visuals and Graph Builder setups I made on Table A don’t automatically appear in the Merged Table. I want to copy or reapply...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Oct 30, 2025 3:25 AM
    243 views | 1 replies
  • Issue Sending Pandas DataFrame from Python to JMP 18 Data Table

    Context:
    I am using JMP 18 with Python integration to merge multiple datasets. The merge and processing in Python works correctly using pandas, but when I try to send the final pandas DataFrame back to JMP using Python Get(), the resulting JMP Data Table is empty. I want to create a JMP table from my pandas DataFrame in Python and access it in JSL. Example of What I’m Trying: // Send JMP tables to...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Oct 29, 2025 3:06 PM
    1639 views | 15 replies
  • Importing data from text file issue

    We are having problems with data import from text file. Now, we have error message for some columns ("Invalid data encountered while importing column... Try importing the data again, but explicitly set the Data Type of those column to Character"). To better clarify, we have JMP scrip that is used to extract bunch of data from a database. After extracting, the data are organized with parameter in c...

    antonio-domenic antonio-domenic
    Discussions |
    Oct 29, 2025 10:10 AM
    422 views | 3 replies
  • Python Submit File fails right after package installation (timing issue)

    Hello, I’m currently developing a JMP add-in that relies on embedded Python scripts.
    At startup, the add-in installs the required Python packages (using a local wheel repository) before executing any Python code. The issue I’m facing is that, when the add-in is launched for the first time, it sometimes fails to execute the embedded Python functions defined in the files submitted right after the pac...

    SophieCuvillier SophieCuvillier
    Discussions |
    Oct 29, 2025 3:18 AM
    317 views | 2 replies

Latest Discussions

  • 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
    187 views | 0 replies
  • How to reuse/move Graph Builder visuals from one table in another (after update via JSL)?

    Hi everyone, I’m working in JSL and have created several Graph Builder visualizations on Table A.
    Later in the script, I update or join Table A with Table B (using Time as the key and ID as a filter) — this creates a new table (let’s call it Merged Table). The issue is: The visuals and Graph Builder setups I made on Table A don’t automatically appear in the Merged Table. I want to copy or reapply...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Oct 30, 2025 3:25 AM
    243 views | 1 replies
  • Issue Sending Pandas DataFrame from Python to JMP 18 Data Table

    Context:
    I am using JMP 18 with Python integration to merge multiple datasets. The merge and processing in Python works correctly using pandas, but when I try to send the final pandas DataFrame back to JMP using Python Get(), the resulting JMP Data Table is empty. I want to create a JMP table from my pandas DataFrame in Python and access it in JSL. Example of What I’m Trying: // Send JMP tables to...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Oct 29, 2025 3:06 PM
    1639 views | 15 replies
  • Importing data from text file issue

    We are having problems with data import from text file. Now, we have error message for some columns ("Invalid data encountered while importing column... Try importing the data again, but explicitly set the Data Type of those column to Character"). To better clarify, we have JMP scrip that is used to extract bunch of data from a database. After extracting, the data are organized with parameter in c...

    antonio-domenic antonio-domenic
    Discussions |
    Oct 29, 2025 10:10 AM
    422 views | 3 replies
  • Included workflow -> open

    Is there a one-click shortcut to open a workflow which is included in another workflow? 

    hogi hogi
    Discussions |
    Oct 23, 2025 2:55 PM
    1766 views | 5 replies

Latest Discussions

  • 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
    187 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
    255 views | 0 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
  • 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
view all discussions