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 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
    3215 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
    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

  • 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
  • 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
    395 views | 4 replies

Latest Discussions

view all discussions