cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Signal & Noise in control charts

    Hello, I am trying to understand signal and noise in control charts and what all are the possible relation between them?  Can someone please help me to understand this concept. ThanksDheeraj Varapana  

    dheerules dheerules
    Discussions |
    Mar 13, 2023 12:15 PM
    2326 views | 1 replies
  • JMP16 Vs JMP14 Filter

    Hi all! I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16. can you help me with a script that make JMP 16 look like JMP 14?   that is the script I use today: filtter_ly = V List Box( ly << Current Data Table() << Data Filter( Location( {0, 0} ), Mode( Show( 1 ), Include( 1 ) ), Add Filter( column...

    HenLu HenLu
    Discussions |
    Mar 13, 2023 4:54 AM
    1139 views | 1 replies
  • Help with updating a text edit box based upon a radio box selection

    Hello everyone,I was hoping someone could help me with this script.  I would like the start date and the report name to update based upon what radio button is selected:  //rev 3-9-23 names default to here(1); dtspec="J:\Public\Ti Process Control\Dashboard Files\JMP data for CC's\Limits\Master limits table rev 10-10-22.jmp"; //Get user name dll = Load DLL( "mpr.dll" ); dll << DeclareFunction( ...

    shampton82 shampton82
    Discussions |
    Mar 11, 2023 9:05 AM
    1510 views | 1 replies
  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1822 views | 3 replies
  • How to select (but not open) file in a directory?

    Hi All,I'm trying to select a specific file in a directory:This is probably a huge code, but I don't even know how to start. Does anybody know the command how to SELECT (but not open) a specific file? If someone can provide more code - it would be greatly appreciated.Thank you!Alex. 

    Alex19 Alex19
    Discussions |
    Mar 8, 2023 12:58 PM
    2642 views | 5 replies

Latest Discussions

  • JMP16 Vs JMP14 Filter

    Hi all! I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16. can you help me with a script that make JMP 16 look like JMP 14?   that is the script I use today: filtter_ly = V List Box( ly << Current Data Table() << Data Filter( Location( {0, 0} ), Mode( Show( 1 ), Include( 1 ) ), Add Filter( column...

    HenLu HenLu
    Discussions |
    Mar 13, 2023 4:54 AM
    1139 views | 1 replies
  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1822 views | 3 replies
  • Script- Extracting spec limits from distribution process capability

    I am attempting to write a script (JMP 16.0) to select columns from a dataset, create distributions, do a continuous fit “ALL” and generate process capability on the best fit (see below).What I am having issues with is figuring out how to generate a table with characteristics of the distributions, specifically the generated spec limits.  Also I am having difficulty combining all the distributions ...

    KG KG
    Discussions |
    Mar 6, 2023 6:37 PM
    1011 views | 1 replies
  • Post-hoc subgroup Analysis

    Hey everyone,

    I got a question concerning the post-hoc analysis, here's the context: I got 4 medicaments (A, B, C, D) and 3 major diagnosis (Dx1, Dx2, Dx3). I used fit y (3 Diagnoses) by x (the medicaments) to view how each medicament is distributed to the 3 diagnoses. According to Pearsons, there is a significant difference. I wanted to identify the exact difference by using a post-hoc subgroup an...

    kazmo kazmo
    Discussions |
    Mar 6, 2023 10:20 AM
    1545 views | 1 replies
  • Get column value related to another column minimum

    Hi,I am looking for easier way (without scripting) for extract the X column value of Y axis minimum for each plot/charts.I have N columns chart, the first column is the X axis. the other is sets of measurements\reading.I want to get the X value which related to each set of plots.I did it by script but i want to know if there is an easier way.attached example for data format.following the script I ...

    YGerchman YGerchman
    Discussions |
    Mar 1, 2023 6:36 PM
    1164 views | 1 replies

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    903 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    947 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    1068 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1360 views | 0 replies
  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    704 views | 0 replies
view all discussions