cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Generate Delta table to calculate deltas between two temp measurments

    I have a data table that combines 2 datasets for 2 temperature for multiple units. Each unit is subjected to 20+ tests at 2 temps. I need to generate a delta table for each unit, that calculate the delta between temp2 - temp1 as shown in table "Data_Table". I keep getting the same error after an incomplete delta table is generated shown next   the error I get    My data table  here is my code, ...

    RayE RayE
    Discussions |
    Jan 30, 2026 11:38 AM
    219 views | 10 replies
  • Delimited multiple response categorical data

    Hi out there in JMP land! When selecting delimited multiple response data in the Categorical platform, is there a way the actual delimiters can be selected? I have a couple of responses that have commas in them and it is using them to delimit, effectively giving me more responses than I actually have. So I would like to deselect commas as a delimiter. Thanks and best regards, Greg    

    GregMcMahon GregMcMahon
    Discussions |
    Jan 30, 2026 10:54 AM
    541 views | 3 replies
  • Actions missed by Advanced Log/Workflow Builder

    container to collect actions which are not recorded yet.

    NB:
    "Workflow Builder + Add-Ins"  is already discussed in this post:
    Workflow Builder + Add-Ins 
    and this wish list entry: 
    Workflow Builder + AddIns    [More Topic Containers like this]

    NB: If an action gets recorded by new version of Jmp, I  try to update the posts.
    @ Jmp support, development: If I missed to do so, feel free to change the respec...

    hogi hogi
    Discussions |
    Jan 30, 2026 7:52 AM
    15316 views | 36 replies
  • Lineup Box: merge cells ?

    For a lineup box, is it possible to add an entry which spans across multiple "cells"? to get this design:   instead of this one:   pb = Expr( Panel Box( "", Spacer Box( Size( 20, 20 ) ), <<background color( "dark blue" ) ) ); sb = Expr( Spacer Box( Size( 20, 20 ) ) ); New Window( "test design", Lineup Box( N Col( 4 ), pb, pb, pb, pb, pb, pb, pb, pb, pb, sb, sb, pb, pb, pb, pb, pb, ) ...

    hogi hogi
    Discussions |
    Jan 30, 2026 5:11 AM
    33 views | 3 replies
  • Calculation Result Discrepancy, Col Mean, etc.

    Why do calculation results differ when using variables compared to using direct strings? I suspect that when variables are used, the grouping function for the variable part might not be working. How can this be resolved? with the following formula Col Mean( :data, :A, :B, :C_D == "ccccccc" ) This is the formula. Col Mean( :data, :A, :B, Column(Eval Insert("C_^get_input_1^" == get_input_2))...

    TamedZebra TamedZebra
    Discussions |
    Jan 30, 2026 4:53 AM
    48 views | 5 replies

Latest Discussions

  • Actions missed by Advanced Log/Workflow Builder

    container to collect actions which are not recorded yet.

    NB:
    "Workflow Builder + Add-Ins"  is already discussed in this post:
    Workflow Builder + Add-Ins 
    and this wish list entry: 
    Workflow Builder + AddIns    [More Topic Containers like this]

    NB: If an action gets recorded by new version of Jmp, I  try to update the posts.
    @ Jmp support, development: If I missed to do so, feel free to change the respec...

    hogi hogi
    Discussions |
    Jan 30, 2026 7:52 AM
    15316 views | 36 replies
  • Lineup Box: merge cells ?

    For a lineup box, is it possible to add an entry which spans across multiple "cells"? to get this design:   instead of this one:   pb = Expr( Panel Box( "", Spacer Box( Size( 20, 20 ) ), <<background color( "dark blue" ) ) ); sb = Expr( Spacer Box( Size( 20, 20 ) ) ); New Window( "test design", Lineup Box( N Col( 4 ), pb, pb, pb, pb, pb, pb, pb, pb, pb, sb, sb, pb, pb, pb, pb, pb, ) ...

    hogi hogi
    Discussions |
    Jan 30, 2026 5:11 AM
    33 views | 3 replies
  • Calculation Result Discrepancy, Col Mean, etc.

    Why do calculation results differ when using variables compared to using direct strings? I suspect that when variables are used, the grouping function for the variable part might not be working. How can this be resolved? with the following formula Col Mean( :data, :A, :B, :C_D == "ccccccc" ) This is the formula. Col Mean( :data, :A, :B, Column(Eval Insert("C_^get_input_1^" == get_input_2))...

    TamedZebra TamedZebra
    Discussions |
    Jan 30, 2026 4:53 AM
    48 views | 5 replies
  • How do I keep Window list docked and visible

    When I work in JMP  like to have the Window list visible at all times on left side of screen - so easier navigation between tables and plots.  For that reason I have selected ' dock the window list in maximised windows' in Preferences. But despite that the window list on left side of screen sometimes goes blank/ empty for no reason and I then have to click on Window on the top menu to navigate bet...

    JamesAlcorn JamesAlcorn
    Discussions |
    Jan 29, 2026 10:01 PM
    84 views | 1 replies
  • z stack of Display Boxes?

    Can I place display boxes on top of ach other?
    e.g. the Icon box at the top left corner, inside the picture box? Names Default To Here( 1 ); New Window( "Example", icon Box ("Error"), Picture Box( Open( "$SAMPLE_IMAGES/windmap.png", png ) ) );

    hogi hogi
    Discussions |
    Jan 29, 2026 9:40 PM
    29 views | 1 replies

Latest Discussions

  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    67 views | 0 replies
  • open as HTTP get - Credentials?

    Which credential does open() use when it accesses a file via open("https://www.google.de")

    hogi hogi
    Discussions |
    Jan 22, 2026 2:24 AM
    66 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    652 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    291 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    280 views | 0 replies
view all discussions