cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • 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 19 is here! Learn more about the new features.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    213 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
    1336 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
    356 views | 3 replies
  • Analysis model for categorical and quantitative factors in full factorial design without center points

    Hi, I am working in a experiment with categorical and continuous factors  each at 4 levels without center points in full factorial design with 3 replicates (4*4*3). For the response variables, when plotted it is non-linear  and tried to apply second order polynomial model for data analysis.  Do you think this is right way? Does only using  full factorial classical model (linear regression ) with s...

    Sabda Sabda
    Discussions |
    Oct 29, 2025 8:51 AM
    332 views | 4 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
    256 views | 2 replies

Latest Discussions

  • 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
    213 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
    1336 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
    356 views | 3 replies
  • Analysis model for categorical and quantitative factors in full factorial design without center points

    Hi, I am working in a experiment with categorical and continuous factors  each at 4 levels without center points in full factorial design with 3 replicates (4*4*3). For the response variables, when plotted it is non-linear  and tried to apply second order polynomial model for data analysis.  Do you think this is right way? Does only using  full factorial classical model (linear regression ) with s...

    Sabda Sabda
    Discussions |
    Oct 29, 2025 8:51 AM
    332 views | 4 replies
  • X axis for Control Chart Builder JMP 19

    When I use the control chart builder in JMP 19, the X axis is not adjusting to the correct order.  I even tried Value order on and off and it does not make a difference Why isn't the x axis changing to the correct order?  I am on a MacBook, but it also does it on Windows.

    lisamaley lisamaley
    Discussions |
    Oct 28, 2025 1:17 PM
    434 views | 5 replies

Latest Discussions

  • How to fit a model with random effect using Nonlinear platform

    May I ask a question: In “Random Effect Model.jmp”, where the response is Y, X is a fixed effect, and Z is a random effect, how to fit the corresponding model using “Nonlinear” Platform? "Example 23.13" in the book “Statistical Methods for Reliability Data, Second Edition” is an example of accelerated life test data analysis that includes random effect,I don't know how to perform the analysis, I w...

    Rily_Maya Rily_Maya
    Discussions |
    Oct 26, 2025 4:09 AM
    178 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
    231 views | 0 replies
  • How do I get z-scores for each protein in the Longitudinal dataset? (JMP Pro 18 Free Student Edition)

    For context, I am running analyses on a proteomics experiment. I have two datasets: Intraday (comparing AM to PM), and Longitudinal (comparing Day 0 to Day 30 to Day 90) for protein concentration. For Intraday, I have 600 proteins I am looking at. For Longitudinal, I have 68. I want to find out the magnitude of change between the time points for each protein, so I am trying to find z-scores. I am ...

    CompositeLemur6 CompositeLemur6
    Discussions |
    Oct 19, 2025 3:48 PM
    262 views | 0 replies
  • SPC Sampling Rate Determination

    I am trying to determine an appropriate sampling plan for a manufacturing process which has a dimensional in process control (a length). There is a USL and LSL with a target. Cpk and Ppk are both coming in at >2 on a sample size of >2000 units across two mfg. lots.

    We sampled at a rate of ~5%. I’m trying to figure out what the minimum sample rate is to ensure quality (95/95 confidence coverage). H...

    NullWolverine78 NullWolverine78
    Discussions |
    Oct 18, 2025 12:51 PM
    887 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
    282 views | 0 replies
view all discussions