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

  • 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
    1085 views | 1 replies
  • Revert Axis - Short Keys

    Hello All! Using JMP 17. I am finding myself reverting axes constantly. I right click the axis-->Revert Axis to do this to both x and y. Has anyone been able to setup short keys for this? I looked in our View/Customize/Menus and Toolbars/JMP Menu Editor under "Graph" and I do not see an option there. Thanks in advance!

    Maerawlings Maerawlings
    Discussions |
    Oct 11, 2023 1:22 PM
    1610 views | 2 replies
  • How to enter multiple repeating measurements in mixed model

    I want to construct a mixed model in JMP pro 17 (on windows) with multiple repeating meaasurements as x-variables, but I'm only able to add 1 variable to the repeated structure window. Can someone help me how to fix this? 

    JM3 JM3
    Discussions |
    Oct 11, 2023 12:17 PM
    902 views | 1 replies
  • Make combined data table with a column containing the test title

    I need help with table scripting, I think... Goal: run paired tests on 93 variables and save the combined data table of results to apply a multiple-test correctionWhat's working: the analysis What I'm struggling with: the output of the combined data table. I'm looking for an output where, ideally, the two-tailed P value is included in the table with a descriptor column that relates back to the com...

    Shiz Shiz
    Discussions |
    Oct 11, 2023 10:25 AM
    2618 views | 5 replies
  • Adding dates from columns

    I have 3 dates that I wanted to add up in order to calculate the total number of days. Is there a way to do this? I just know the Date Difference ( ) function, but doesn't know if there is a function used in calculating the sum of dates from three different columns? 

    UserID16644 UserID16644
    Discussions |
    Oct 10, 2023 6:19 PM
    1806 views | 4 replies

Latest Discussions

  • 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
    1085 views | 1 replies
  • How to enter multiple repeating measurements in mixed model

    I want to construct a mixed model in JMP pro 17 (on windows) with multiple repeating meaasurements as x-variables, but I'm only able to add 1 variable to the repeated structure window. Can someone help me how to fix this? 

    JM3 JM3
    Discussions |
    Oct 11, 2023 12:17 PM
    902 views | 1 replies
  • Make combined data table with a column containing the test title

    I need help with table scripting, I think... Goal: run paired tests on 93 variables and save the combined data table of results to apply a multiple-test correctionWhat's working: the analysis What I'm struggling with: the output of the combined data table. I'm looking for an output where, ideally, the two-tailed P value is included in the table with a descriptor column that relates back to the com...

    Shiz Shiz
    Discussions |
    Oct 11, 2023 10:25 AM
    2618 views | 5 replies
  • Adding dates from columns

    I have 3 dates that I wanted to add up in order to calculate the total number of days. Is there a way to do this? I just know the Date Difference ( ) function, but doesn't know if there is a function used in calculating the sum of dates from three different columns? 

    UserID16644 UserID16644
    Discussions |
    Oct 10, 2023 6:19 PM
    1806 views | 4 replies
  • How do replace these with JSL with regex substitution?

    This is copied in the browser. How to use JSL's regular substitution is processed into syntactic JSL with the following requirements:
    1, contains POST......HTTP/1.1 replaced with: u="...";h=[=>];
    2, containing:, write h
    3. The last line..., replace with: jj="...";rs=New HTTP Request(URL(u),Method("POST"),JSON(jj),Headers(h));Thanks! POST https://app.com/w1/api HTTP/1.1 Host: apparticle.longhuvip.com ...

    lala lala
    Discussions |
    Oct 10, 2023 12:02 AM
    4043 views | 11 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
    871 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
    824 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