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

  • Can't JMP 19 use the mouse wheel to control the vertical scroll bar of the table to move up and down?

    JMP 18 is normal, but I didn't succeed using JMP 19.1.0.
    64-bit Windows 11 Simplified Chinese version system.
    Thanks Experts! dt=Open("$SAMPLE_DATA/Big Class.jmp");

    lwx228 lwx228
    Discussions |
    Apr 6, 2026 7:26 AM
    589 views | 6 replies
  • Finding Effect Magnitudes for Non Orthogonal DOE

    Hi, I’m pretty new to JMP and had a question about interpreting regression vs orthogonalized effects. I ran a 3-factor, 3-level DOE (X, Y, Z) using simulations to look at main effects and interactions on a response (force). I was missing a few runs, so the design isn’t fully orthogonal. I used Fit Model to run a regression and got the usual outputs (Estimate, t Ratio, Prob>|t|). I also looked at t...

    RandomSquirrel1 RandomSquirrel1
    Discussions |
    Apr 4, 2026 11:21 AM
    737 views | 7 replies
  • why ::labelslist ?

    Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); labelsList = {"F" = "A", "M" = "B"}; //here namespace ::labelsList = {"F" = "①", "M" = "②"}; // global variable f = function ({}, {default local}, labelsList = {"F" = "X", "M" = "Y"} ; // local variable dt:sex << Set Property( "Value Labels", labelsList ) // which variable will JMP pick? ); f JMP 19.1:  ①,②
    JMP 18.2...

    hogi hogi
    Discussions |
    Apr 3, 2026 10:17 PM
    352 views | 3 replies
  • 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
    2095 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
    192 views | 1 replies

Latest Discussions

  • Can't JMP 19 use the mouse wheel to control the vertical scroll bar of the table to move up and down?

    JMP 18 is normal, but I didn't succeed using JMP 19.1.0.
    64-bit Windows 11 Simplified Chinese version system.
    Thanks Experts! dt=Open("$SAMPLE_DATA/Big Class.jmp");

    lwx228 lwx228
    Discussions |
    Apr 6, 2026 7:26 AM
    589 views | 6 replies
  • Finding Effect Magnitudes for Non Orthogonal DOE

    Hi, I’m pretty new to JMP and had a question about interpreting regression vs orthogonalized effects. I ran a 3-factor, 3-level DOE (X, Y, Z) using simulations to look at main effects and interactions on a response (force). I was missing a few runs, so the design isn’t fully orthogonal. I used Fit Model to run a regression and got the usual outputs (Estimate, t Ratio, Prob>|t|). I also looked at t...

    RandomSquirrel1 RandomSquirrel1
    Discussions |
    Apr 4, 2026 11:21 AM
    737 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
    192 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
    581 views | 9 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
    838 views | 9 replies

Latest Discussions

view all discussions