cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Name Unresolved: Column name will not resolved when I specify it as a value in a list

    I am trying to calculate the AUC for each column in a data table. I am collecting all of the column names into a list "colNamesList", and retrieving each column name in Fit Model inside a For loop by incrementing the list subscript. However, the call to the array is not resolving inside the Fit Model call.  If I include show(colNamesList[i]) on a separate line, it resolves fine, just not inside th...

    ond_stats ond_stats
    Discussions |
    Oct 6, 2023 11:54 AM
    3284 views | 3 replies
  • Fit Group and Fit Y by X

    Hello! I'm attempting to script an analysis where the user inputs a data table, and the script runs a fit Y by X with a user selected column through a column dialog box as Y and all other columns (which can be any mix of continuous and nominal variables) as the X selections. Is there a way to use fit Y by X and Fit Group together to get this all-in-one window and easily allow for the results to be...

    kbatch kbatch
    Discussions |
    Oct 6, 2023 7:00 AM
    2072 views | 2 replies
  • Are text files locked when importing?

    Hello, I’m writing a script to scrape machine log text files and collect the data in JMP. Some of these files are ‘active’ and may be appended to or even moved.

    I’m wondering whether JMP acts like Notepad where the file is not locked at all, or if there is a small chance the import will block another program manipulating the file.

    My question is for all versions of JMP 17 for Windows

    bculver bculver
    Discussions |
    Oct 6, 2023 4:34 AM
    885 views | 1 replies
  • open and download few files from a zip folder through JFrog artifactory http link

    Hi, I want to read few files from zip folder through JFrog artifactory http link. I 'm not quite sure how I can solve the issue below:
    1) user and password needed when access the link2) the script I used could have issue that it gave me error The link I try to access looks like below ( created a fake one to show how it looks like )
    http://docker-virtual.artifactory.xxx.com:80/ui/repos/tree/General/S...

    dadawasozo dadawasozo
    Discussions |
    Oct 5, 2023 3:24 PM
    10904 views | 9 replies
  • How to Get the AUC value

    I am trying to get the AUC value from logistic regression output and write it to a table. So far, my script returns a blank value instead of 0.62937 as shown in the output below. The data table is created correctly, and the "fit model" command runs. Is there an error in the last line? I am following an example in another post in this forum, but I suspect my older version of JMP (version 9.0) may b...

    ond_stats ond_stats
    Discussions |
    Oct 5, 2023 11:38 AM
    2716 views | 4 replies

Latest Discussions

  • Are text files locked when importing?

    Hello, I’m writing a script to scrape machine log text files and collect the data in JMP. Some of these files are ‘active’ and may be appended to or even moved.

    I’m wondering whether JMP acts like Notepad where the file is not locked at all, or if there is a small chance the import will block another program manipulating the file.

    My question is for all versions of JMP 17 for Windows

    bculver bculver
    Discussions |
    Oct 6, 2023 4:34 AM
    885 views | 1 replies
  • Search specific name by IF

    HelloI have set up a New Column "Pin Name"and would like to add a number of PINIt means if you contain gp_0 in the column "Test Name" it should be GP_0or if you have contains gp_1 in test name it should be GP_1 in Column "Pin Name"or if you have contains gp_11 in test name it should be GP_11 in Column "Pin Name"I wrote the scriptColumn(dt,"PIN_NAME") << Formula ( If ( Contains( :TEST_NAME, "gp_0" ...

    Dennisbur Dennisbur
    Discussions |
    Oct 4, 2023 6:58 AM
    1119 views | 2 replies
  • Number Edit Box Not Storing Value when Entered by User

    Hello,I have the below script that creates a Window that asks the user to populate a Part Number and Lot Number. When the value is entered in the Part Number box and the Lot Number field is clicked, the value in the Part Number field disappears. This happens vice versa as well. Any thoughts on why this is happening?nw = New Window("Material Information", << Modal, Text Box("Information Type"), ...

    Austin Austin
    Discussions |
    Oct 2, 2023 12:18 PM
    970 views | 1 replies
  • How do I count defects in a process defined by multiple column means and standard deviations?

    Data table is 180K rows.  Data is operational recorded data for a steady state process.  Four columns measure the pressure in four separate workstreams of the process.  Four columns measure the time to create the pressure in the four separate workstreams of the process. For each workstream, its mean and standard deviation are required, for both pressure and time, to define a threshold. For each wo...

    Victor60 Victor60
    Discussions |
    Oct 1, 2023 8:33 PM
    1230 views | 2 replies
  • Automatic recalc

    Hello! Been using JMP to create automation for data processing and reports. One of my scripts is not working when I upgraded to JMP16. Already checked it on JMP15 and its not having this problem there.The problem is the automatic recalc in several of my plot functions. It gives me this error message: I already tried putting this line: "rbiv = biv << report;" before the marker size command line but...

    Zelda Zelda
    Discussions |
    Oct 1, 2023 7:15 PM
    1016 views | 1 replies

Latest Discussions

  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    872 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    658 views | 0 replies
  • Use JMP Locale Settings( 0 ) not working on macOS

    It seems the following command does not work for JMP MacOS.   Use JMP Locale Settings( 0 )   Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user? // Configuring JMP to save CSV as commas and not If( (Num( "3.14" ) == 3.14), is_EN_num_format = 1, //"English numeric format" is_EN_num_format = 0 //"Non-english"); )...

    FN FN
    Discussions |
    Sep 15, 2023 10:21 AM
    791 views | 0 replies
  • Exporting Graphs from Tab box to Excel cell

    Hi, Is there a way to export the graphs in each tab box in the Excel cells that look something like the one below?JMP Tab Box Excel  Below is the jsl code to create graphsdt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"}; List3 = {"INM1", "INM2", "VPM1", "VPM2", "VPM3"}; List4 = {"SN...

    Jackie_ Jackie_
    Discussions |
    Sep 12, 2023 2:09 PM
    827 views | 0 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1206 views | 0 replies
view all discussions