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 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
    246 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
    1668 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
    423 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
  • Time Stamp comparison formula

    I have to create an annotation column which should be filled depending on timestamp range from Time1 till time2.
    What is the correct jsl function to put into the formula to compare the given timestamps with the dates in the Time column?

    If((2025-10-23 00:56:57) <= :Time <= (2025-10-26 10:56:57), "Step 1")   The Time column has the following format
    I am using JMP19.0.0

    mlo1 mlo1
    Discussions |
    Oct 28, 2025 8:28 AM
    473 views | 3 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
    246 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
    1668 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
    423 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
    1767 views | 5 replies
  • Graph Builder Axis Box Background Colors Based on Value

    For timeline/Gantt Chart visualization purposes, I would like to set different background colors on the Y-axis Axis Box based on the value inside.  For example, for "Category", I would like the "A" axis box to be one color, "B" to be another color, etc... I'm wondering if there is a Scripting option that could realize this.   In "Properties", there appears to be only one Background Color available...

    ashwint27 ashwint27
    Discussions |
    Oct 23, 2025 9:26 AM
    662 views | 6 replies

Latest Discussions

  • 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
    260 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
    557 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
view all discussions