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

  • Are there any other ways to create a new script in the JMP table?

    I think it will have /*...*/ The content of cannot be written
    For example, the script is like this Include("C:\gr.jsl"); /* dz=Open("C:\gr.jsl",Charset("gb2312"),Add to Recent Files(0)); */ I use dt=Open("$SAMPLE_DATA/Big Class.jmp"); Eval(Parse("dt<<new script(\!"test\!", Include(\!"C:\gr.jsl\!"); );"))Thanks Experts!

    lala lala
    Discussions |
    Apr 3, 2026 7:29 AM
    1918 views | 7 replies
  • Removal of Empty() from cell

    I import lots of photos into JMP as part of my work. When complete, blank cells in columns containing photos show "EMPTY()". Prior to JMP 19, I could delete this and it would show a dot in the cell. With JMP 19 I am unable to delete the expression. Is there a way to remove it? If not, why the change?

    RP_64 RP_64
    Discussions |
    Apr 2, 2026 8:17 AM
    161 views | 1 replies
  • 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
    223 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
    665 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
    3219 views | 6 replies

Latest Discussions

  • Removal of Empty() from cell

    I import lots of photos into JMP as part of my work. When complete, blank cells in columns containing photos show "EMPTY()". Prior to JMP 19, I could delete this and it would show a dot in the cell. With JMP 19 I am unable to delete the expression. Is there a way to remove it? If not, why the change?

    RP_64 RP_64
    Discussions |
    Apr 2, 2026 8:17 AM
    161 views | 1 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
    477 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
    744 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
    699 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
    264 views | 3 replies

Latest Discussions

view all discussions