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

  • Executing .bat files using Run Program()

    I am trying to execute a .bat file from JSL but it does not work as expected. What am I missing? https://www.jmp.com/support/help/en/15.1/#page/jmp/run-external-programs.shtml rp = RunProgram( Executable( "cmd.exe" ), Options( {"C:\temp\myfile.bat"} ), ReadFunction("text") // returns all text ); //"Microsoft Windows [Version xxx] //(c) 2018 Microsoft Corporation. All rights reserved. // // C:...

    FN FN
    Discussions |
    Sep 21, 2020 7:41 PM
    3570 views | 3 replies
  • Lollipop graph

    Is it possible via GraphBuilder to make  a lollipop plot? See example I've posted. I know you can get something akin to this when looking at time series data (under the time series platform). The control chart very nearly does this, too, but it is obviously to be used for other sorts of analyses, and the lines are not drawn directly below the points. What I want is for the point plotted to have a ...

    abmayfield abmayfield
    Discussions |
    Sep 21, 2020 2:52 PM
    13166 views | 9 replies
  • Issue in JMP script for loop

    Hello, I have two questions -Ques1 --I have a simple data (attached) and a script working fine but as long as I want convert it into a for loop. Not getting the right thing. AIM - I want the top10% resistance value for each current. My data is not symmetric, means number of data points for each current is different.In the same data there are only 7 current values and in real data, it can take 100s...

    HSS HSS
    Discussions |
    Sep 21, 2020 10:02 AM
    3720 views | 4 replies
  • IF Statement according to user input

    Hi,I am trying to create a basic script with an IF statement, I'm not that familiar if a CASE statement exist in JMP but what I'm try to do is similar to a case statement. 1. Ask the user to input a number ranging from 1-20 only2. Create an if statement and execute the command with accordance to the user input For example: User input : 2                        *Executes script inside bracket 2 Can...

    UserID16644 UserID16644
    Discussions |
    Sep 21, 2020 7:13 AM
    2276 views | 2 replies
  • JSL - Graph Builder - Capture FrameBox and Axis Boxes without labels, title, and legend?

    Hi JMP Community,I'm working on a simple JSL script that assembles multiple plots into a 6 x 5 grid. While I get acceptable results by capturing the plot area using the following line of code: img = gbr[FrameBox (1)] << get picture; where gbr is a Graph Builder report, I have not been able to find the right item to call in the Tree Structure to also capture the axis values (without the labels; see...

    Thierry_S Thierry_S
    Discussions |
    Sep 21, 2020 6:48 AM
    1991 views | 2 replies

Latest Discussions

  • Graph Builder and Overlay

    Hello, I am using the Graph Builder to create a wafer map of some leakage currents.  I've dragged the leakage current column over to the Overlay option.  It automatically gives 5 intervals/ranges; I've figured out how to edit the ranges, but I can't find how to add a new range.  Is there a way?  I prefer to use this over the "Color" option.   Thanks, Natalie

    natalie_ natalie_
    Discussions |
    Sep 18, 2020 11:53 PM
    2948 views | 2 replies
  • Null hypothesis - JMP Custom test

    Hi All,I am fitting  a fourth degree polynomial to a dataset.  The equation is. y = b0 +b1x+ b2x^2 + b3x^ + b4x4 + e Typically, we null tested is "Ho: b1=b2=b3=b4=0" However, I want to test if the coefficients are not zero "Ho: b3=b4=0"How do we do this using JMP 15 custom test? Thanks

    rs rs
    Discussions |
    Sep 18, 2020 4:40 PM
    1925 views | 1 replies
  • Comparing mortality/survival rate among treatments

    What is the best method to analyze percent mortality or percent survival (100-mortality) data? I am providing a mock data set. I place 20 animals in a cage and at the end of the study I count the number of live animals and the difference from 20 is the dead animals. The experimental design is a complete randomize block design and I want to use block as either a random effect, covariable, or other ...

    jescobar jescobar
    Discussions |
    Sep 18, 2020 8:41 AM
    2455 views | 3 replies
  • Deleting Column Formula error by using Delete Property (formula) script.

    Hi,   I have multiple columns with formula, and I wanted to remove formula after calculations. codes are as below.   cols = dt << get column names(); For( i = 1, i <= N Col( dt ), i++, cols[i] << Delete Property( formula ) );   Then, the log says the following: Send Expects Scriptable Object in access or evaluation of 'Send' , cols[i] <<  /*###*/Delete Property( formula ) /*###*/ Can some...

    joelahn joelahn
    Discussions |
    Sep 18, 2020 1:51 AM
    1828 views | 2 replies
  • JSL Script using loops and summary

    Need any suggestion on how to make this loop work: itt keeps hiccuping at the line with Group( Box(i) ) and i thought it was an issue with number or brackets / incorrect column names. but adjust these did not help     For( j = 1, j < 3, j++, nrj j = dt1 << Summary( Group( Box( i ) ), Freq( "None" ), Weight( "None" ), Link to original data table( 0 ), ou...

    ClaireR ClaireR
    Discussions |
    Sep 17, 2020 1:52 PM
    4510 views | 5 replies

Latest Discussions

  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1401 views | 0 replies
  • order statistic for DS Weibull ... maximum failure time for n fails out of N~n/p units

    this isn't a JMP question per se, but a reliability/survival statistics question ... see my post on Cross Validatedthanks in advance! :)https://stats.stackexchange.com/questions/483556/order-statistic-maximum-for-subpopulation-weibull-distribution 

    galactus3000 galactus3000
    Discussions |
    Aug 18, 2020 8:48 AM
    985 views | 0 replies
  • Custom Lat Long Contour Map

    Hi all,    Playing around with the Custom Map Creator add in and I ran into some trouble when trying to construct borders for a river system. When constructing a custom map border using a a background map the boundaries function does not let me to trace the river pattern as accurately as I would hope (see attached photo). Alternatively, when constructing a border from a background photo the bounda...

    MikeDereviankin MikeDereviankin
    Discussions |
    Aug 14, 2020 11:03 AM
    1098 views | 0 replies
  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    1486 views | 0 replies
  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1691 views | 0 replies
view all discussions