cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • prev sib - how?

    I want to get in this display tree from the Axis Box to the TextEditBox:  but with the below code, I get stuck at step 2: going to the previous sibling: Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Variables( X( :height ), Y( :weight )), Elements( Points( X, Y) ) ); show(start= report(gb)["Graph Builder",AxisBox(1)]); show(step1 = start << par...

    hogi hogi
    Discussions |
    Jun 1, 2024 9:32 AM
    673 views | 2 replies
  • Break/Continue a (nested) outer for loop

    If I have 2 nested for-loops, how can I break/continue the outer loop?example:for (i=0, i<10, i++,     for (j=0, j<10, j++,          // Do stuff         if ( <condition>,               // Continue with the next i          ); // end if    ); // end inner loop          // Do some more stuff); // end outer loop

    jan_solo jan_solo
    Discussions |
    Jun 1, 2024 9:28 AM
    11640 views | 3 replies
  • Importing from excel when numbers are scientific

    Hello all,I have the same problem as this post from 2021:https://community.jmp.com/t5/Discussions/How-to-stop-JMP-from-truncating-excel-scientific-notation-format/td-p/378498#:~:text=Re%3A%20How%20to%20stop%20JMP%20from%20truncating%20excel%20scientific%20notation%20format,-Apr%2020%2C%202021&text=I%20see%20the%20same%20behavior,decimals%20before%20importing%20into%20JMP. I have data in an excel i...

    Katz0801 Katz0801
    Discussions |
    Jun 1, 2024 9:14 AM
    942 views | 2 replies
  • JMP Expr() weirdness, can anyone explain?

    This is mostly just a frustration post over the following inconsistency with inserting 'IF' expressions into an 'IF' expression.  It is my understanding that programming languages should be nothing if not consistent (and I'm aware of many other JMP inconsistencies -- it's just that this one makes no sense to me at all). /* What I want is to generate an expression such as the one below programmatic...

    ErraticAttack ErraticAttack
    Discussions |
    Jun 1, 2024 4:37 AM
    3316 views | 10 replies
  • Graph Builder, how to change the color of an element, and information about SendToReport syntax

    Hello,   I create a graph with dynamic content (number of variables is determined at run time).   I would like to change to change several things after setting up the graph builder, e.g. assign a new color. The reason for doing it afterwards is because, I do not know the changes before executing other parts of my script that I cannot run earlier.   I have simplified my basic problem to this exampl...

    newbie_alex newbie_alex
    Discussions |
    Jun 1, 2024 2:12 AM
    16355 views | 11 replies

Latest Discussions

  • Importing from excel when numbers are scientific

    Hello all,I have the same problem as this post from 2021:https://community.jmp.com/t5/Discussions/How-to-stop-JMP-from-truncating-excel-scientific-notation-format/td-p/378498#:~:text=Re%3A%20How%20to%20stop%20JMP%20from%20truncating%20excel%20scientific%20notation%20format,-Apr%2020%2C%202021&text=I%20see%20the%20same%20behavior,decimals%20before%20importing%20into%20JMP. I have data in an excel i...

    Katz0801 Katz0801
    Discussions |
    Jun 1, 2024 9:14 AM
    942 views | 2 replies
  • JMP Expr() weirdness, can anyone explain?

    This is mostly just a frustration post over the following inconsistency with inserting 'IF' expressions into an 'IF' expression.  It is my understanding that programming languages should be nothing if not consistent (and I'm aware of many other JMP inconsistencies -- it's just that this one makes no sense to me at all). /* What I want is to generate an expression such as the one below programmatic...

    ErraticAttack ErraticAttack
    Discussions |
    Jun 1, 2024 4:37 AM
    3316 views | 10 replies
  • How to convert decimal value to binary value in another column?

    How to convert decimal value to binary value in another column?

    Liranlev Liranlev
    Discussions |
    May 31, 2024 12:43 PM
    2044 views | 8 replies
  • hybrid models

    Why doesn't a large and powerful program like JMPPRO contain hybrid models in time series such as the ARIMA-ANN model, ARMAX model, and others?

    Raaed Raaed
    Discussions |
    May 31, 2024 9:43 AM
    468 views | 0 replies
  • Update column with formula

    Hi all,I have two data table (dt1 & dt2). I need to add dt2's column (Col1) to dt1 with a formula in it. But when I update the table, the values from Col1 are empty. Seems to be a problem in the formula. Please help current data table (dt1); dt1 << Update( With( dt2), Match Columns( :KeySample= :KeySample), Add Columns from Update table ( :Col1) ); dt1:Remarks << Formula ( If( :Col1== "Out of...

    UserID16644 UserID16644
    Discussions |
    May 30, 2024 11:53 AM
    1862 views | 5 replies

Latest Discussions

  • hybrid models

    Why doesn't a large and powerful program like JMPPRO contain hybrid models in time series such as the ARIMA-ANN model, ARMAX model, and others?

    Raaed Raaed
    Discussions |
    May 31, 2024 9:43 AM
    468 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
    435 views | 0 replies
  • Importing multiple text files with different decimal separators (dot vs comma from English vs European speakers)

    It seems that, sometimes, JMP 18 struggles to import files with different regional settings. This is a problem for first-time users who need to load multiple text files from different lab machines (JSL should not be the only answer). For example, if I have Windows and JMP in English, decimal separators can be changed from default to European (e.g., 3,14 instead of 3.14). With that option activated...

    FN FN
    Discussions |
    May 22, 2024 3:24 AM
    612 views | 0 replies
  • Creating DOE (and fitting) for non-linear response

    Hello, I am still new to JMP but I'm trying to determine the best way to model a non-linear system (generating DOE + model fitting). Context: Long story short, I have a large experimental space that I am trying to model (10 discrete variables + 10 continuous variables). Before I jump into my full experiment I'm working with a subset (1 discrete variable + 5 continuous variables) to make sure I'm m...

    EndogenousCame1 EndogenousCame1
    Discussions |
    May 20, 2024 1:19 PM
    594 views | 0 replies
  • How do I make my custom map automatically fill with color

    嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。    

    eric_min1993 eric_min1993
    Discussions |
    May 17, 2024 9:22 PM
    491 views | 0 replies
view all discussions