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

  • 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
    304 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
    1911 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
    157 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
    215 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
    648 views | 7 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
    157 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
    475 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
    735 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
    661 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
    254 views | 3 replies

Latest Discussions

view all discussions