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

  • JSL: help properly referencing a data table column for Distribution platform

    Hi All,   I'm noticing that the Distribution platform doesn't seem to accept column references in the same way that Graph Builder does, for example.   I have code where I am referencing different columns within a data table using the Column(dtname, number) format. For example, this is a bit of code where I do it with GB and it works just fine:Graph Builder( Size( 500, 350 ), Show Control Panel( ...

    SDF1 SDF1
    Discussions |
    Oct 17, 2023 5:59 AM
    2100 views | 4 replies
  • How to create Windows shortcut file (.LNK) using JSL?

    How to create Windows shortcut file (.LNK) using JSL?

    Slava Slava
    Discussions |
    Oct 17, 2023 5:39 AM
    1609 views | 2 replies
  • MFI from a selectable location

    Hi, I'm quite new to the JSL world, or coding in general. With a few simple scripts I would like to spare some recurring work. As in this case, I would like to automate the MFI. To do this, I copied the script below from the MFI dialog and expanded it to include the "Pick Directory" command. My only problem is that the "Select a directory" dialog appears twice every time. After I have selected the...

    BenBaecker BenBaecker
    Discussions |
    Oct 17, 2023 12:15 AM
    1445 views | 2 replies
  • Post processing Monte Carlo Outcomes from Prediction Profiler

    Hello everybody, I have a JMP file with a formula of two random variables: "Voltage" and "thickness".To visualize the statistical distribution of the formula, I am using the JMP Prediction profiler.I managed to create a table with all the Monte Carlo outcomes run by the profiler using the JSL command:Simulate to TableHere is what my screen looks like: As a next step I would like to use the columns...

    mark_war mark_war
    Discussions |
    Oct 16, 2023 11:08 AM
    1524 views | 2 replies
  • Regex: disable singleline option

    How do I have to adjust a Regex search such that it just finds "bc" in the first line? According to Regex web test pages( https://regex101.com/ , https://regexr.com/)the regex expression "\A.*bc" should find "bc" in the first line - and ignore bc in the second line:         In Jmp withRegex( "abcdef
    nghibcjk", "\A.*bc" );
    I get the result... which corresponds to Regex with additional option /s (sin...

    hogi hogi
    Discussions |
    Oct 16, 2023 5:45 AM
    1778 views | 2 replies

Latest Discussions

  • Post processing Monte Carlo Outcomes from Prediction Profiler

    Hello everybody, I have a JMP file with a formula of two random variables: "Voltage" and "thickness".To visualize the statistical distribution of the formula, I am using the JMP Prediction profiler.I managed to create a table with all the Monte Carlo outcomes run by the profiler using the JSL command:Simulate to TableHere is what my screen looks like: As a next step I would like to use the columns...

    mark_war mark_war
    Discussions |
    Oct 16, 2023 11:08 AM
    1524 views | 2 replies
  • Properties menu

    Via Edit/Properties a user can open the Properties menu on the right of the window.This menu allows to fine-adjust reports. Is there further documentation about the Properties Menu?
    E.g. the tree structure on the top, what does it represent?Is there a search function like the xpath functionality for the Display Tree?  

    hogi hogi
    Discussions |
    Oct 14, 2023 9:34 AM
    1350 views | 2 replies
  • How to use JSL to open JSON-formatted files with json default window, only enter the intermediate state?

    open C:\2.json with JSON default window, only enter this stateThanks!

    lala lala
    Discussions |
    Oct 14, 2023 6:12 AM
    1825 views | 4 replies
  • Open old JMP Genomic scripts in JMP Pro

    Hi, I am transitioning from running microarray data in JMP Genomics to JMP Pro. I have hundreds of old analysis output scripts that I revisit but I noticed that if I try to open a script (e.g. ANOVA Script for data_amr.jsl) in JMP Pro 17 I get the error message "The namespace "jg" is not defined in access or evaluation of 'jg:cutoff', /*###*/". I guess it is because all these scripts are linked to...

    JeandO JeandO
    Discussions |
    Oct 13, 2023 9:58 AM
    2282 views | 2 replies
  • Adjust only the hour values in DD-MM-YY H:M:S

    HI JMP users, I have a column that contains data in the format DD-MM-YY H:M:S (screenshot attached below), and I would like to adjust only the hour values to make them even. For example, I want to change a time like 13-07-2023 15:00 to 13-07-2023 16:00. Is there a method to modify only the hour values across the entire column? Regards, 

    chandankishor66 chandankishor66
    Discussions |
    Oct 12, 2023 1:43 AM
    1047 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
    870 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
    657 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
    785 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
    823 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
    1204 views | 0 replies
view all discussions