cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Get the value from a given column on the first selected row using JSL

    I'm trying to simply get the value from a given column on the first selected row -- but somehow this is surprisingly hard.  Here's what I have so far: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Probe.jmp" ); dt << Select Where( :Wafer Number == "16" & :Die X == 3); selRow = ( dt << get selected rows() )[0]; Row() = selRow; site = :Site; // returns "1", should return "5" (:Site from ro...

    BHarris BHarris
    Discussions |
    Aug 8, 2023 8:38 PM
    6054 views | 6 replies
  • Data time format while importing excel sheet

    Hello JMP users, I am trying to import an excel sheet which have two different type date-time format. (screenshot attached below)After importing in JMP format looks like below: Can you suggest how to fix date-time format while importing excel sheet in to JMP table. Thanks, 

    chandankishor66 chandankishor66
    Discussions |
    Aug 8, 2023 6:47 PM
    997 views | 2 replies
  • How to pick data Quantiles in Distribution?

    Hello, i'm making the contour plot using the data in Distribution, Quantiles 75% & 25%. My question is how do i put the data Quantiles 75% & 25% in my Minimum Maximum Contour Values? All the data Quantiles is different from another data.

    //Put the spec limit on parameter into current data table Names Default To Here( 1 ); dt = Current Data Table(); // Get the all column names from the data table c...

    mystylelife19 mystylelife19
    Discussions |
    Aug 8, 2023 5:44 PM
    1940 views | 2 replies
  • Is there a way to move the default distributions chart "Quantiles" & "Summary Statistics" into the same column?

    // Using sample data, I can generate a distribution chart using the following script:

    dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); rep = dt << Distribution( Stack( 1 ), Continuous Distribution( Column( :height ), Horizontal Layout( 1 ), Vertical( 0 ), Normal Quantile Plot( 1 ), PpK Capability Labeling( 0 ) ) ); Report(rep)[Frame box(1)] << Row Legend("sex", color(1), marker(0));

    // Is the
    ...

    RLo RLo
    Discussions |
    Aug 8, 2023 12:51 PM
    1727 views | 1 replies
  • How do I enable by default confidence diamond in box plot within Graph Builder?

    I'd like the confidence diamond to appear automatically every time I add a box plot in the Graph Builder, i.e. make confidence diamond a default for a box plot in Graph Builder. How can I do this?

    ansouk ansouk
    Discussions |
    Aug 8, 2023 12:11 PM
    1436 views | 2 replies

Latest Discussions

Latest Discussions

view all discussions