cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Easy and intuitive editing of multiple cells in data table within a custom window

    Is there a way to allow users to select, or appear to select, multiple cells in a Table Box, or is there a different object I could use instead? To illustrate the use case, a user might want to move the pump tags from the left table to the right starting on row 2 in the image below. How would they select the block of cells to copy and then paste them? View more... New Window( "Editing a data tabl...

    ih ih
    Discussions |
    Apr 2, 2026 6:51 AM
    213 views | 2 replies
  • Any command-line way to export .jmp files to TSV on macOS?

    I’m wondering if there’s any command-line utility on macOS that can convert a .jmp file to something like TSV or CSV — for example: jmp2tsv myFile.jmp  -->  myFile.tsv I realize JMP is primarily a GUI tool, but I’ve seen other applications ship small CLI utilities (sometimes tucked inside the .app bundle) that leverage their native file readers for simple conversions like this. Does anything lik...

    BHarris BHarris
    Discussions |
    Apr 2, 2026 5:29 AM
    642 views | 7 replies
  • Can JSL control mouse movements and clicks, and input numbers in other Windows?

    For example, dt[1,1]=789 in the JMP table DT
    In addition, there is other software xxx.exe in the specified location of the screen, it has a text box to fill the content, the text box has a confirmation button right. I now want to implement through JSL:Move the mouse to the textbox range of xxx.exe and click once,make it to the current focus, then DT [1,1] the value of 789 to fill in the xxx.exe tex...

    lwx228 lwx228
    Discussions |
    Apr 2, 2026 12:09 AM
    3210 views | 6 replies
  • Compress (identical) images in JMP Data Tables

    JMP has the ability to store images in data column. Even storing the same image 1000x is super fast - and no issue for the memory of the PC.
    But storing the file on the hard drive takes a while - and a lot of space! Activating the GZ compression doesn't help:   Try it out - why does the GZ compression not work dt = new table("test", add rows(1000),Compress File When Saved( 1 ), new column ("img", ...

    hogi hogi
    Discussions |
    Apr 1, 2026 4:09 PM
    474 views | 9 replies
  • Mixture DoE with 6 ingredients, use maximum 3.

    Dear Community,  I'd like to set up a mixture DoE comprised of: Polymer: 80%Water: 18,4% - 20%Additive1: 0-0,8%Additive2: 0-0,8%Additive3: 0-0,8%Additive4: 0-0,8%Additive5: 0-0,2% Since Polymer ist constant, I removed it. Hence I get: Water: 92% - 100%Additive1: 0-4%Additive2: 0-4%Additive3: 0-4%Additive4: 0-4%Additive5: 0-1% Now I want to screen Additive performance, but have only 1 or 2 Additive...

    DocBo DocBo
    Discussions |
    Apr 1, 2026 1:19 PM
    715 views | 4 replies

Latest Discussions

  • Compress (identical) images in JMP Data Tables

    JMP has the ability to store images in data column. Even storing the same image 1000x is super fast - and no issue for the memory of the PC.
    But storing the file on the hard drive takes a while - and a lot of space! Activating the GZ compression doesn't help:   Try it out - why does the GZ compression not work dt = new table("test", add rows(1000),Compress File When Saved( 1 ), new column ("img", ...

    hogi hogi
    Discussions |
    Apr 1, 2026 4:09 PM
    474 views | 9 replies
  • Mixture DoE with 6 ingredients, use maximum 3.

    Dear Community,  I'd like to set up a mixture DoE comprised of: Polymer: 80%Water: 18,4% - 20%Additive1: 0-0,8%Additive2: 0-0,8%Additive3: 0-0,8%Additive4: 0-0,8%Additive5: 0-0,2% Since Polymer ist constant, I removed it. Hence I get: Water: 92% - 100%Additive1: 0-4%Additive2: 0-4%Additive3: 0-4%Additive4: 0-4%Additive5: 0-1% Now I want to screen Additive performance, but have only 1 or 2 Additive...

    DocBo DocBo
    Discussions |
    Apr 1, 2026 1:19 PM
    715 views | 4 replies
  • JSL scripting for dynamic column asignment in graph builder

    I am attempting to create a session script to generate graphs using JMP's Graph Builder. However, a challenge arises because the number of columns in my data varies depending on the period each time the data is updated, which necessitates modifying the Graph Builder script manually for each update. To address this, I am considering a method where column names are prefixed (e.g., A_B_C_). This ...

    TamedZebra TamedZebra
    Discussions |
    Apr 1, 2026 10:23 AM
    660 views | 9 replies
  • Help needed

    need make a addin that can query data from another addin(premade with ui to extract data and don’t have access to script) that is connected to a database. Is there a workaround? Pls help

    mm74 mm74
    Discussions |
    Apr 1, 2026 8:32 AM
    253 views | 3 replies
  • Tiny Tricks with Data Connectors

    The new Data connector Concept in JMP is very helpful:

    - within a few minutes (and a willing AI) a user can create any data connector they want. Here is a wonderful introduction by Brian Corcoran: Build a Python-based JMP Data Connector in Minutes (2026-EU-30MP-2638)  - The data is piped through Query Builder. Together with the data, the user gets a working UPDATE functionalitiy. - ...   here are s...

    hogi hogi
    Discussions |
    Mar 30, 2026 9:54 AM
    385 views | 4 replies

Latest Discussions

view all discussions