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

  • Custom Busy Light( )?

    Hello jmp community, First of all, let me wish you a great new year! I am currently working on a project and want to use something similar to busy light() function but with a custom animated gif.The only way I find to animated a gif in a New Window() is to use this block of jsl  by incrementing the gif frame by frame. spinner = New Image( gifpath || "\spinner.gif" );
    nbFrame = spinner << Get N Fram
    ...

    guillaumebugnon guillaumebugnon
    Discussions |
    Jan 5, 2024 4:48 AM
    2352 views | 3 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
    4390 views | 8 replies
  • Can I set graph builder title based on variable from a H list box?

    I have a H list box window that users can input parameters, after that I will do some calculations and provide a graph builder to userMy question is can I set graph builder title also based on the parameters from the H list box?  below is the sample codeNames Default To Here( 1 ); dt = current data table(); nw = New Window( "simulator", H List Box( Text Box( " Input sample rate " ), sample rate...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Jan 4, 2024 9:20 PM
    1808 views | 3 replies
  • formula to add one to previous dependent on another column

    Hi all, I know my subject is a little convoluted sounding, but I'm thinking this must be something fairly simple to do and I'm just not knowledgeable enough to know how... I have attached an example of my data. I would like to write a formula for my "Daynight consecutive" column to have it populate the field with a unique number according to the date (in the "date" column) and whether it is day or...

    EmilyT EmilyT
    Discussions |
    Jan 4, 2024 1:55 PM
    1808 views | 2 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
    7432 views | 19 replies

Latest Discussions

  • 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
    4390 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
    7432 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
  • 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
    1228 views | 0 replies
  • Generate a report of database schema and sample data from each table

    Is there a way I can generate a report that shows me all the tables in my database along with all of the columns of each table and the first 1-2 rows of each table (I may recognize the actual data better than the name of them column)? BonusBecause some tables have many columns and it is easier to scroll down and print down than sideways, is there a way to make this report such that the first 1-2 r...

    Momentum Momentum
    Discussions |
    Dec 28, 2023 5:36 AM
    4922 views | 7 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
    1228 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
    921 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