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

  • Updating column list box using list stored in variable not working as expected. Is this how it is meant to be?

    I am trying to correct previous "sins" in a script I wrote by updating it with unambiguous references, so that the script refers to the one table I (want to) tell it to, even though another table may be the current (or an "interfering") table. I've tried to reconstruct the problem below. Names Default To Here( 1 ); // this is the table i want to work with dt = New Table( "Target table", invisible...

    Ressel Ressel
    Discussions |
    Oct 16, 2023 4:28 AM
    6860 views | 15 replies
  • Set Operations for Lists of DisplayBoxes?

    How to apply set operations to lists of display boxes? - remove duplicates- intersect- subtract Plan B:
    Is there a function which returns the unique position of a display box in the display tree?With the information about the position (pos 1.2.4.1.2 vs. 1.2) one could pre-execute the set operations for positions and the apply it to the lists with display boxes. I foundGet Display Path( )which gives...

    hogi hogi
    Discussions |
    Oct 15, 2023 11:51 PM
    1323 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
  • Extract all desired elements from a string to enable multiple response analysis

    Hi! I have data from a SharePoint which we use to (among other things) to track what tool/technique(s) was/were used to solve a problem. This includes JMP, BTW.  The data (in one column) follow this type of ;-delimited formatting:

    <technique description>;#<technique ID>;<technique description>;#<technique ID>;<technique description>;#<technique ID>...3.4 Offline Optimization & Simulation Tools;#15;...

    markschahl markschahl
    Discussions |
    Oct 13, 2023 12:59 PM
    4161 views | 9 replies

Latest Discussions

  • 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
  • Loop through dates

    Hi All,I am trying pull some data from the database by looping through dates, in this example, I am trying to loop from June until the date yesterday. This is my sample code. However, it is not working. Can someone explain how to properly do it? TIA d = Today() - In Days(1); dateNow = Format (d, "m/d/y"); startdate = "2023-06-01"; For( i = startdate, i <= dateNow, i++, try( dt = Open Database( "...

    UserID16644 UserID16644
    Discussions |
    Oct 11, 2023 6:28 PM
    1084 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