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

  • 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
    478 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
    749 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
    702 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
    265 views | 3 replies
  • extracting month and year from mm/dd/yyyy date format

    Hi,I need to extract the month and year information from Date column in format of mm/dd/yyyy to mm/yyyy so I can find the mean of turnaround time by month. Month(:Date) extract month and Year(:Date) give year of the date. But I need it both in same formula (or same column). Tried Month(:Date) || Year(:Date) worked but resulting date type - 'expression' won't allow to plot the data. The attached ta...

    rahul_pd rahul_pd
    Discussions |
    Mar 31, 2026 7:03 PM
    12021 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
    478 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
    749 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
    702 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
    265 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
    407 views | 4 replies

Latest Discussions

view all discussions