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

  • Different icons for JMP Files

    Hi Guys,   I recently had someone work on my computer, previously all the different JMP files, such as Scripts, Journals and Data tables had different icons when they were sitting in my working folder, since the work was done all these have the same icon and are very hard to identify unless i look at the extension, and everytime l click on one it reopens JMP,  so i may reopen JMP several times in ...

    Mickyboy Mickyboy
    Discussions |
    Sep 25, 2024 7:18 PM
    3920 views | 6 replies
  • Changing colors in compare means analysis

    Hi, Comparing multiple groups and hitting the "compare all means."I always find it challenging to understand which circle belongs to which group.I tried color-coding the groups, but I still can’t get the circles to change their colors. I know JMP is programmed to indicate statistically significant groups by marking red vs. gray, but that is not helpful to my purposes. I copied the picture and over...

    Shahar_JMP Shahar_JMP
    Discussions |
    Sep 25, 2024 10:01 AM
    2270 views | 2 replies
  • JSL- Formula for calculating column average for last x rows per ID

    I am trying to create a column formula to calculate the average for the last 30 sets of data per cycle run (shown in the example below):I have been able to achieve this, however I would like to be able to calculate the average per "ID" rather than the entire data set per test cycle. The formula I have used is shown below:If( Row() == Col Max( Row(), :Cycle ), Mean( As Column( "Output, mV" )[Index...

    AvgLlama27 AvgLlama27
    Discussions |
    Sep 25, 2024 8:00 AM
    710 views | 1 replies
  • Fit Spline for multiple columns and saving predicted values

    Hi all,    I have a lot of different columns from an FTIR spectra experiment, and in order to correct the baseline, I need to perform a Fit Spline on each column (one column = one spectra). I would like to do this automatically using JSL, so I don't have to save hundreds of "Predicted values" by hand.  I tried to create a code but somehow it doesn't want to save the values or put 0 in each columns...

    LGaspard_98 LGaspard_98
    Discussions |
    Sep 25, 2024 5:10 AM
    1292 views | 2 replies
  • How to write a formula that counts number of rows that are not excluded?

    I am trying to write a simple formula that will count the number of rows in my datatable that are not excluded. I want the total to be updated as I change row states using the graph builder. In another part of the formula I was able to successfully use the Excluded () function, e.g.  <jsl> X = Col Sum( :MG1_2520_LH_Setting, Excluded() ); However, I am using N Rows() to count the total number of ro...

    BrianB BrianB
    Discussions |
    Sep 24, 2024 7:58 AM
    1795 views | 4 replies

Latest Discussions

  • Changing colors in compare means analysis

    Hi, Comparing multiple groups and hitting the "compare all means."I always find it challenging to understand which circle belongs to which group.I tried color-coding the groups, but I still can’t get the circles to change their colors. I know JMP is programmed to indicate statistically significant groups by marking red vs. gray, but that is not helpful to my purposes. I copied the picture and over...

    Shahar_JMP Shahar_JMP
    Discussions |
    Sep 25, 2024 10:01 AM
    2270 views | 2 replies
  • JSL- Formula for calculating column average for last x rows per ID

    I am trying to create a column formula to calculate the average for the last 30 sets of data per cycle run (shown in the example below):I have been able to achieve this, however I would like to be able to calculate the average per "ID" rather than the entire data set per test cycle. The formula I have used is shown below:If( Row() == Col Max( Row(), :Cycle ), Mean( As Column( "Output, mV" )[Index...

    AvgLlama27 AvgLlama27
    Discussions |
    Sep 25, 2024 8:00 AM
    710 views | 1 replies
  • Rescaling Y-axis in Control Charts based on LSL or USL in JMP

    Hello everyone,I've been working on control charts in JMP and I'm looking to rescale the Y-axis based on the Lower Specification Limit (LSL) or Upper Specification Limit (USL). Could someone guide me on how to achieve this in JMP? I want the Y-axis to dynamically adjust based on the LSL or USL to better visualize the data in relation to the specification limits. Thank you in advance!

    ConvergentWhale ConvergentWhale
    Discussions |
    Sep 24, 2024 4:50 AM
    3369 views | 6 replies
  • hextonumber not working with 64bits

    Hi I have hex that is bea000000004080bh, I tried hextonumber("bea000000004080bh"), but it is not working. Can someone help me?

    dadawasozo dadawasozo
    Discussions |
    Sep 22, 2024 12:29 PM
    3154 views | 8 replies
  • Turn off box plot in variability chart using JSL

    Hi All,  Does anyone know why the following script failed to turn off the box plot and cell mean? I copy this script after I manually created the variability plot. However, if I run the script, the box plot and cell mean are not turn off. I am currently using JMP17. The only workaround I found is by using either of the two options below :1. << (Variability Analysis[1] << Show Box Plots( 0 ))2. << ...

    LatentDataTiger LatentDataTiger
    Discussions |
    Sep 22, 2024 9:55 AM
    1482 views | 4 replies

Latest Discussions

  • 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
    1097 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
    716 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    708 views | 0 replies
view all discussions