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

  • Custom design question

    I'm trying to build a DOE with 6 factors, discrete and continuous, the discrete have different levels (mostly 3 and 4 levels). I have 2 questions, 1 of the 6 factors depend on 2 of the other factors (example a distance (xo) depends on the angle (theta) and another distance (yo). I've been messing around with "Define a Constraint" and a lot of googling but still can't figure it out. Any advice?  Th...

    hallef18 hallef18
    Discussions |
    Aug 9, 2023 3:57 AM
    870 views | 1 replies
  • Custom design question

    I'm creating a DOE and haven't in a long time and I can't remember, For continuous levels you input low and high (-1 and 1) and when you make your design it generates different runs. So 3 question, if my variable is temp 50 to 100, how does my model explore temps between (if it's include center points how do I judge how many with such a sliding scale?). Also if my goal is to hit a target (say a di...

    hallef18 hallef18
    Discussions |
    Aug 9, 2023 3:41 AM
    895 views | 1 replies
  • How to save CSV file with custom text before headers

    There is a way to import a csv file where headers start not from the first line. You just specify the on what line the headers are. But let's say after I did something with the data table and I want to export it back to the same format, how would I do that? Let's say I have the text, and it is just one line.So that this CSV in Excel looks like this:and in a Notepad it looks like this: Is there a c...

    miguello miguello
    Discussions |
    Aug 8, 2023 11:17 PM
    4004 views | 5 replies
  • Parse in substitute

    In Substitute, if I don't have a fixed number of symbols, is it possible to use a for loop and parse to generate the symbol names?Something is wrong here: myExpr=Expr(sum()); For( i=1, i<=10, i++, Insert Into (myExpr,parse("__x"||Char(i)||"__"))); Show(NameExpr(myExpr)); For( i=1, i<=10, i++, substitute (Name Expr(myExpr),parse("__x"||Char(i)||"__"),parse("y"||Char(i)))); Show(NameExpr(myExpr));

    hogi hogi
    Discussions |
    Aug 8, 2023 11:04 PM
    1005 views | 2 replies
  • 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
    6045 views | 6 replies

Latest Discussions

  • Custom design question

    I'm trying to build a DOE with 6 factors, discrete and continuous, the discrete have different levels (mostly 3 and 4 levels). I have 2 questions, 1 of the 6 factors depend on 2 of the other factors (example a distance (xo) depends on the angle (theta) and another distance (yo). I've been messing around with "Define a Constraint" and a lot of googling but still can't figure it out. Any advice?  Th...

    hallef18 hallef18
    Discussions |
    Aug 9, 2023 3:57 AM
    870 views | 1 replies
  • Custom design question

    I'm creating a DOE and haven't in a long time and I can't remember, For continuous levels you input low and high (-1 and 1) and when you make your design it generates different runs. So 3 question, if my variable is temp 50 to 100, how does my model explore temps between (if it's include center points how do I judge how many with such a sliding scale?). Also if my goal is to hit a target (say a di...

    hallef18 hallef18
    Discussions |
    Aug 9, 2023 3:41 AM
    895 views | 1 replies
  • How to save CSV file with custom text before headers

    There is a way to import a csv file where headers start not from the first line. You just specify the on what line the headers are. But let's say after I did something with the data table and I want to export it back to the same format, how would I do that? Let's say I have the text, and it is just one line.So that this CSV in Excel looks like this:and in a Notepad it looks like this: Is there a c...

    miguello miguello
    Discussions |
    Aug 8, 2023 11:17 PM
    4004 views | 5 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
    996 views | 2 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
    1434 views | 2 replies

Latest Discussions

view all discussions