cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Selecting and removing duplicates row with condition

    Hi guys, I've searched around the forum however didnt come close to what I wanted to achieve, or maybe I missed out. Anyway, I need help on the table above. As can be seen, I have duplicates as per highlighted by color. The serial number is same for most part because the part is inspected on different section(as show 1A,1B,2A,2B,3A,3B,4A,4B). Usually if the part fails inspection it will be re-insp...

    OtisZeca OtisZeca
    Discussions |
    Oct 24, 2023 9:55 PM
    9410 views | 5 replies
  • How can I create a column for the statistics (means,max,min) of specific lots (specific rows) that I have in my data table?

    I am able to create Mean or min or max of the whole column by clicking column properties, formula, statistical, Col Mean. This brings me the mean of the whole data set. How can I make it bring me the mean of every lot? for example, rows 1 to 10 are lot A, and rows 11 to 20 are lot B. I would like rows 1 to 10 to show me mean of Lot A and 11 to 20 to show me the mean of lot B.

    Waferswafers Waferswafers
    Discussions |
    Oct 24, 2023 6:38 PM
    2229 views | 5 replies
  • Event Handler: How to implement a relative file path? (JMP 17.0.0 - Windows 10)

    I'm trying to create a column in table1 with an Event Handler which has a link to a different table "table2" in the same folder "path1". I.e. Click on the link in table1 it opens table2. I'm using Open(); in the Event Handler
    If I use an absolute path (for testing purposes) it works great. - I don't think there are any issues with my filename.I don't want to use an absolute path, because I'm genera...

    Kast Kast
    Discussions |
    Oct 24, 2023 4:16 PM
    1096 views | 2 replies
  • How to highlight cell if previous row is different (kinda conditional formatting in Excel)

    Running a DOE experiment for the first time.Afraid to misread a value for a factor - tens of factors, tens of runs. Any way for a specific row to highlight a cell if its value is different from cell value in a previous row? So that I don't miss a value that changed in the next experiment?  Kinda trying to figure out my BKM I guess. P.S. Or maybe any other tips and tricks on how to go through a lis...

    miguello miguello
    Discussions |
    Oct 24, 2023 3:44 PM
    1998 views | 2 replies
  • How to make graph Y-Axis axis scale with filter

    Kind of a hard one to describe in the title.  I have a heatmap that I move around through with a local data filter.  I would like for the y-axis to maintain a specific scale per heatmap box and for the graph to get longer or shorter based on how may entries on the y-axis exist.  So if it has 10 entries it's X long.  If it has 200 entries it's 20*X long.   Basically I want to maintain readibility o...

    Evan_Morris Evan_Morris
    Discussions |
    Oct 24, 2023 1:59 PM
    1282 views | 2 replies

Latest Discussions

  • How to dynamically adjust the y-axis scaling in response to Local Data filtering on the Graph Builder platform

    Hi,To better explain, I created a simple table containing three columns: X, Y and Category (two categories, A and B).The Y-values for category B are much larger than the ones from category A. As a result, when plotting the data in Graph Builder, I'm unable to see the profile of the data related to category A. I thought a simple solution would be to add a Local Data Filter for Category. However, by...

    Dani Dani
    Discussions |
    Oct 24, 2023 1:03 PM
    1540 views | 4 replies
  • DOE in mixture design with mixture in mixture approach

    Greetings to allWishing this reaches all well, thanking all for the help and suggestionsI had been involves in a research project relating to develop a mixture and was introduced to DOE in JMP and did a basic learning on the software but I am finding it hard to develop doe for the purpose of experimental test. the details of the application in my case is follows. the property responses that I want...

    ControlLizard61 ControlLizard61
    Discussions |
    Oct 24, 2023 7:43 AM
    1047 views | 1 replies
  • Choose output of a new column based on name of the column

    I have column names with student names and the class/es that they’ve attended:

    Name, Class A1, Class A2, Class A3, Class A, Class B

    Where not every Class column has an input. On my script, how can I create a new column where it will only choose the output where:

    If a student attended all “A” Classes, the output is from column Class A.

    If a student attended Class A1 through A2 or A3, the output is from...

    Yula Yula
    Discussions |
    Oct 23, 2023 11:03 PM
    943 views | 3 replies
  • Match case ( 0 )

    HelloI would like to find test names that continue "pcie0" sometimes in lower or upper formatI understand I should use Match case ( 0 )I have added it to my script but received errorcan you check what I should change in my script?  Column(dt, "PARAMETR") << Set Each Value( If( Contains(( :TEST_NAME,"pcie0")), Match case( 0 ),"PCIE0",:PARAMETR)); 

    Dennisbur Dennisbur
    Discussions |
    Oct 23, 2023 9:59 PM
    1058 views | 4 replies
  • Why my question has not been posted yet?

    Why my question has not been posted yet? It has been 30 minutes since I upload my questions. 

    TDK_Long TDK_Long
    Discussions |
    Oct 23, 2023 12:25 PM
    625 views | 2 replies

Latest Discussions

  • Type 1 MSA for microscope and Offset.

    Hello Everyone,I was looking for someone who could help me with a dilemma I'm facing with respect to an MSA for a microscope. The specific problem is that i do not have tolerance I can input for my type 1 analysis. Resolution used is 5 microns per pixel, the accuracy cannot be below 5 microns. This is the standard resolution for particles starting from 50 microns. I have attached the Linearity stu...

    MSAanalysis MSAanalysis
    Discussions |
    Oct 23, 2023 12:58 AM
    1008 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    418 views | 0 replies
  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    465 views | 0 replies
  • Strange behavior using GenReg and Forward Selection

    Hi All,   I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method.   So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...

    SDF1 SDF1
    Discussions |
    Oct 2, 2023 9:06 AM
    474 views | 0 replies
  • SIMCA classification method: what alternative options do I have in JMP and what are the pros/cons?

    Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method?  I am currently using JMP 17 Thank you very much...

    CamillaLiscio CamillaLiscio
    Discussions |
    Oct 2, 2023 5:55 AM
    744 views | 0 replies
view all discussions