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

  • Character to DateTime Conversion Help Needed

    Hi  I am attaching a sample single row table. Date1 column is character e.g. 03-Mar-22 12.13 PMie. DD-MMM-YY HH.MM am/pm Date2 has a datetime format I need a formula for especially Date1 to convert it into DateTime w/ desired format of MM/DD/YYYY HH:MM:SS am/pm(SS, seconds would be automatically zero ) My goal is to update a table based on a second one (or join) once I can 2 comparable datetime co...

    altug_bayram altug_bayram
    Discussions |
    Mar 2, 2023 1:51 PM
    6786 views | 10 replies
  • Create new columns that add data from existing columns to one fixed column

    Let's say I have one column with numeric-continuous data.  This data is my "reference" data.  I have n other columns with numeric-continuous data.  Is there a way to create an additional n columns where each of these new columns is a sum of the first "reference" data column with each of the n other columns?

    ashwint27 ashwint27
    Discussions |
    Mar 1, 2023 9:27 PM
    2076 views | 2 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
    1168 views | 1 replies
  • Minimum function

    I have two different dates for different people. First column (A) is person name. Second column is (B=index event date) and the third one is (C=intervention date). The fourth column is  the difference (D) between the two dates "B-C/ in days(1)" .
    My question is how to let JMP choose specific value in D for each person (A). I need to select the value in the following timeframes:
    1- The closest value ...

    AliSheffeh AliSheffeh
    Discussions |
    Mar 1, 2023 3:51 PM
    1552 views | 2 replies
  • Cycles Detected is a major problem for my work.

    Hello JMP community  "Cycles detected" is a major problem (that occurs frequently) due to simulating business rules which are NOT cyclic row-wise. However, JMP is unable to handle a very simple row-wise dependency that excel can. Quite frankly, I do not like hearing that JMP is not spreadsheet because I think a significant portion of users probably came up w/ this sort of problem. I am fighting th...

    altug_bayram altug_bayram
    Discussions |
    Mar 1, 2023 1:29 PM
    2940 views | 3 replies

Latest Discussions

  • 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
    1168 views | 1 replies
  • Minimum function

    I have two different dates for different people. First column (A) is person name. Second column is (B=index event date) and the third one is (C=intervention date). The fourth column is  the difference (D) between the two dates "B-C/ in days(1)" .
    My question is how to let JMP choose specific value in D for each person (A). I need to select the value in the following timeframes:
    1- The closest value ...

    AliSheffeh AliSheffeh
    Discussions |
    Mar 1, 2023 3:51 PM
    1552 views | 2 replies
  • New graph

    Dear All, Is it possible to reproduce the attached graph with JMP?
    Personally, I don't have much programming skills, however, since the JMP graphics are very defined, it would be a nice graphic to include in scientific publications.
    Thank you
    Giuseppe 

    GiuseppeC GiuseppeC
    Discussions |
    Feb 27, 2023 12:19 AM
    2652 views | 4 replies
  • Looking to automate a process and coming at problem from two methods, looking for guidance:

    Hi all, I'm running a script that takes a column from a data table and summarises it like so:names default to here(1); dt = Current Data Table(); fails = dt << Summary(Group( :Test_Name ),Freq( "None" ),Weight( "None" ),Output Table( "Tests that have Failed" ));The general method in our process is to select a row in the table created:There can be any number of rows in this first summary table sho...

    OC200m OC200m
    Discussions |
    Feb 23, 2023 7:13 AM
    919 views | 1 replies
  • Profiler - Assess Variable Importance - "Variable importance requires at least two..."

    Hi!Quick question, I am having trouble identifying the root cause for the message "Variable importance requires at least two rows in the data table" that appears one and then even though the data table has about 10K rows, please advise. When using a similar dataset with mostly the same dimensions and using boosted trees, it works perfectly fine, however, if I change to another dataset, with mostly...

    RiztCL RiztCL
    Discussions |
    Feb 22, 2023 6:20 AM
    1491 views | 2 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
    950 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
    1070 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
    1361 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
    705 views | 0 replies
view all discussions