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

  • Blank window is getting poped up when jmp application is used.

    I have created a blank application and written jmp script for displaying new window in the pace allocated for module1. But when running the application another window is getting popped up. How to address that window in order to make it invisible. This is the example code of new window. Names Default To Here( 1 ); If( ex = New Window( "Modal Dialog example", <<Type( "Modal Dialog" ), <<Return...

    Vinusha Vinusha
    Discussions |
    Jan 9, 2024 10:59 PM
    1691 views | 2 replies
  • How to specify placement of JPEGs in PowerPoint

    Hello!   I have learned how to automatically create, insert & update JMP graphs into PowerPoint via jsl script (see below script & reference). Now, I want to be able to specify a couple more items regarding these graphs:   1. WHERE on the PowerPoint slide it is to be 2. add a picture border to the graph in the PowerPoint slide   Here is my current script, which virtually opens the data, makes the ...

    arawlings arawlings
    Discussions |
    Jan 9, 2024 9:48 PM
    1308 views | 1 replies
  • How to subtract a fixed duration from Date Time column?

    I have a data table with entryDate as one of the columns. It is Numeric & Continuous type and has row entries in the following format 07/07/2023 08:20:21I want to subtract the following an offset from it and get newEntryDate in a new column. 184 days, 14 hours, 14 minutes and 43 seconds
    (or 6 months, 2 days, 14 hours, 14 minutes, 43 seconds)How to do this in JMP/JSL? 

    Neo Neo
    Discussions |
    Jan 9, 2024 6:46 PM
    3494 views | 5 replies
  • Copy Selected Column Values

    I have a JMP table that contains categories, subcategories and spec limits that I need to reference in a data table.  I'm sure there are many ways to do this but I wrote formulas in two added columns that converts to a JMP script when the columns are selected and the values pasted into an empty JMP script.   Added Column 1 contains the formula-   If(Row() == 1, "dt=Current Data Table();" )   Ad...

    SpannerHead SpannerHead
    Discussions |
    Jan 8, 2024 7:58 AM
    5384 views | 5 replies
  • Multiple data columns into 1 row

    Data converted from STDF shows 2 units looped 40x times. Overall I have 80 test instances. I want to convert data from Col2 to Col27 into a single column as saved on "sanitized" sheet

    Jamebo Jamebo
    Discussions |
    Jan 7, 2024 10:59 PM
    1996 views | 2 replies

Latest Discussions

  • How to specify placement of JPEGs in PowerPoint

    Hello!   I have learned how to automatically create, insert & update JMP graphs into PowerPoint via jsl script (see below script & reference). Now, I want to be able to specify a couple more items regarding these graphs:   1. WHERE on the PowerPoint slide it is to be 2. add a picture border to the graph in the PowerPoint slide   Here is my current script, which virtually opens the data, makes the ...

    arawlings arawlings
    Discussions |
    Jan 9, 2024 9:48 PM
    1308 views | 1 replies
  • Best Method of Monitoring SPCs from Different Data Tables

    I am monitoring a large number of SPCs and am trying to understand the best way to accomplish this within JMP 17. At the moment, I have a JMP Project set up with ~100 different data tables. I have a script in each that performs the appropriate analysis for each data table and an overarching script that will iterate through each data table and execute the analysis script in that data table. I am th...

    PowerMeerkat608 PowerMeerkat608
    Discussions |
    Jan 7, 2024 9:37 AM
    1156 views | 1 replies
  • Problem with minimize function in JSL

    Hi everyone, I am trying to use the minimize function in JSL to obtain the values of two (or more) variables that minimize the error mean square of a large model. I cannot get it to converge even though I know to which value it should converge (by trial and error).  The basic syntax that I used is: minfun = Minimize( min_test, {kD( 0.4, 0.8 ), wshc( 0.1, 1.5 )}, <<Details( DisplaySteps ), <<method...

    yvesprairie yvesprairie
    Discussions |
    Jan 5, 2024 2:03 AM
    4386 views | 8 replies
  • Can columns be plotted in graph builder be separated by PAGE using a column name categories?

    The script below plots a few columns (multiple parameters on Y axis) with column names starting with P in Graph Builder. I want to simultaneously plot a few other columns which with column names starting with N in the next PAGE (command commented in my script below).In the next PAGE I would like to plot a few other columns with column names starting with, say  V and so on.The column category infor...

    Neo Neo
    Discussions |
    Jan 4, 2024 8:57 AM
    7431 views | 19 replies
  • JMP Live Control Charts with spec limits that change based on a selection or table

    I have a dynamic control chart in JMP live with spec limits. Right now I add the spec limits on the column level as a hard code in JMP Live data script window. I would like to be able to have the spec limits change without me having to go in and modify the hardcode. It would be nice if they could change based on the data in another table which I do have. There's only about 15 columns that have spe...

    bjbreitling bjbreitling
    Discussions |
    Jan 3, 2024 1:39 PM
    1610 views | 2 replies

Latest Discussions

  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1226 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    837 views | 0 replies
  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    1134 views | 0 replies
  • Could JMP optimize factors with uncertainty?

    Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example: 

    Marco1 Marco1
    Discussions |
    Nov 21, 2023 9:08 AM
    920 views | 0 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1404 views | 0 replies
view all discussions