cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    1314 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
    5646 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
    1603 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
    7911 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
    2154 views | 2 replies

Latest Discussions

  • 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
    1314 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
    5646 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
    2154 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
    2145 views | 2 replies
  • Multivariate Control Chart Run Rules

    Is it possible in JMP (or even appropriate statistically) when using multivariate (T2) control charts to use run rules other than run rule #1 (result above upper control limit)?  For example, run rule #2 for nine consecutive results above the mean/median.  Thank you.

    gfirmstone gfirmstone
    Discussions |
    Aug 8, 2023 7:19 AM
    2585 views | 3 replies

Latest Discussions

view all discussions