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

  • Problems with downloading JMP student

    I signed up for JMP student access and recevied the license information. On the license information page, when I click on the hyperlink "JMP Subscription Installer Download via MyJMP", I am getting an error message stating the following. How do I resolve this issue as my graduate class starts in 3 days? "Thank you for your interest in accessing My JMP. We apologize for any inconvenience, but we ar...

    MSSJU MSSJU
    Discussions |
    Oct 14, 2024 11:06 AM
    992 views | 1 replies
  • Importing Excel Files Containing Mixed Date Formats into JMP results in missing values

    Hello!

    I am currently facing an issue while importing an Excel file that contains a date column into JMP. This column includes two different formats: "DD/MM/YYYY" and "DD/MM/YYYY hh:mm". The "DD/MM/YYYY" format should be interpreted as midnight, i.e., "DD/MM/YYYY 00:00". However, when I import the file into JMP, whether via script or the GUI, whatever import option used, JMP seems to import missing...

    Florent_M Florent_M
    Discussions |
    Oct 14, 2024 5:08 AM
    2159 views | 4 replies
  • Conditionally colour text of a Data Table Box

    I would like to colour the text of specific cells of a Data Table Box based on a condition. Take as example of what I am trying to do the following: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Select Where(:Age > 14); :Age << Color Cells( "Red" ); the above gives the output:but then the result in the window is: win3 = New Window( "Combined Report", Data Table Box(dt));There is not any colour....

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Oct 14, 2024 4:08 AM
    1617 views | 4 replies
  • R-plot though JSL/JMP

    I have this script as seen below where I calculate some simple in R, and where I want to see some plots in JSL. I cannot get JSL to show the two plots. When I run the code below it close plot1 and only show plot two. I have tried using what is descirbed here ( https://community.jmp.com/t5/JMPer-Cable/Getting-started-with-the-JMP-to-R-Interface/ba-p/43920 ) but I cannot get it to work. It might be ...

    NormalDistSigma NormalDistSigma
    Discussions |
    Oct 11, 2024 1:47 PM
    1748 views | 3 replies
  • How to reference already open data table (from multiple open data tables) JSL

    I am working on writing scripts that create different reports and data tables. However, I always have to end up running them chunk wise and manually clicking on the drop down menu to select the data table I want to run the given chunk of script on. I am familiar with the current data table() function, but not really anything else that doesn't require a file path.  Does anyone know any easy way to ...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Oct 11, 2024 5:02 AM
    1816 views | 3 replies

Latest Discussions

  • Problems with downloading JMP student

    I signed up for JMP student access and recevied the license information. On the license information page, when I click on the hyperlink "JMP Subscription Installer Download via MyJMP", I am getting an error message stating the following. How do I resolve this issue as my graduate class starts in 3 days? "Thank you for your interest in accessing My JMP. We apologize for any inconvenience, but we ar...

    MSSJU MSSJU
    Discussions |
    Oct 14, 2024 11:06 AM
    992 views | 1 replies
  • Importing Excel Files Containing Mixed Date Formats into JMP results in missing values

    Hello!

    I am currently facing an issue while importing an Excel file that contains a date column into JMP. This column includes two different formats: "DD/MM/YYYY" and "DD/MM/YYYY hh:mm". The "DD/MM/YYYY" format should be interpreted as midnight, i.e., "DD/MM/YYYY 00:00". However, when I import the file into JMP, whether via script or the GUI, whatever import option used, JMP seems to import missing...

    Florent_M Florent_M
    Discussions |
    Oct 14, 2024 5:08 AM
    2159 views | 4 replies
  • How to reference already open data table (from multiple open data tables) JSL

    I am working on writing scripts that create different reports and data tables. However, I always have to end up running them chunk wise and manually clicking on the drop down menu to select the data table I want to run the given chunk of script on. I am familiar with the current data table() function, but not really anything else that doesn't require a file path.  Does anyone know any easy way to ...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Oct 11, 2024 5:02 AM
    1816 views | 3 replies
  • Counting Formulas

    Looking to create 3 cols by col variable to could down with change, count up and count up/down from mid point.

    DELANDJ1985 DELANDJ1985
    Discussions |
    Oct 10, 2024 10:29 AM
    1403 views | 3 replies
  • Work flow builder

    Hi All,  I recorded a seqeunce of data clean up steps on a file using workflow builder. I would like to be able to just change the name of the file and carry out the same set of steps however, some of my setps have name of the data table I orignially used to built the work flow builder.  Is there a way I can update the names of the table to the latest table? 




    e.g 
    I have one of the steps as follow
    Da...

    Ahmed1 Ahmed1
    Discussions |
    Oct 10, 2024 6:52 AM
    5393 views | 11 replies

Latest Discussions

  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    705 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    656 views | 0 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    1098 views | 0 replies
  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    784 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    720 views | 0 replies
view all discussions