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

  • Open all jsl files in a folder, find and replace text, save and close files

    I want to write a script to open many jsl files in a folder. In each jsl file, I need to find a text and replace it with another text. Save each file and close it before going onto the next file in the folder. I tried to use "substitute" but did not work. Appreciate all the help!   //folder contains 224 jsl scripts folderID = "T:\JMP_SCRIPTS\Openfiles n update\test\"; Files = Files In Directory(F...

    cchueng cchueng
    Discussions |
    May 31, 2024 8:53 PM
    834 views | 2 replies
  • image in a label

    Hi, I have a database JMP. There are 2 columns "expression" with image (JPG) inside and labelled. I thought that JMP will show the 2 images in the label of a point but there is only one. is it possible to have more than 1 image in a label?  best regards  

    Françoise Françoise
    Discussions |
    May 31, 2024 12:59 PM
    1282 views | 4 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
    2055 views | 8 replies
  • JMP doesn't recognize my spec limits when column name is a variable in my user-defined function (JMP 17)

    I currently have a script that creates control and process capability charts for a variety of variables, puts it in a journal, and then saves the journal as a pdf. The problem is, my script is 5000 lines long and runs slower than molasses in a freezer. So I thought it would make more sense to define a function for each type of chart that I build and stitch them together that way. I successfully cr...

    lemonses lemonses
    Discussions |
    May 31, 2024 10:39 AM
    952 views | 2 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

Latest Discussions

  • 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
    2055 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
  • JMP 17

    Hello,I recently upgraded to JMP 17, and I'm encountering a strange issue. When I open the data table window on the full screen, the script JSL window also opens on the full screen. Additionally, when I minimize the script JSL window, the data table window is also minimized. How can I fix this and keep the windows at different sizes?

    Dennisbur Dennisbur
    Discussions |
    May 30, 2024 8:59 AM
    955 views | 3 replies
  • Make calculation show on table summary?

    Hi!I am trying to get a column to show up on my table summary. This column would be the output of one of the columns IN the table summary divided by a constant. Is there a way to do that?

    eruck eruck
    Discussions |
    May 30, 2024 8:31 AM
    487 views | 1 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
    437 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
    596 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