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

  • Use expr() to replace variable column names in a formula

    I try to create nested loops:1st loop create some columns and have formula with it2nd loop create some other columns, and the formula will need columns from 1st loopMy question is in 2nd loop, I cannot correctly setup the column names in formula by using eval() + substitue() + expr()Names Default To Here( 1 ); dt = current data table(); a=3; b=3; alist = {1,2,3}; blist = {1,2,3}; // In actual sc...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Jan 7, 2024 6:16 PM
    2686 views | 4 replies
  • Loop through "SendToReport" element in process screener

    Hey everyone,I am trying to loop though a Proces Screener script that makes the "Charts as selected" report element.  I need it to be flexible as the number of Reponses in the screener can change over time.  So I tried putting in this loop to change the axis format of the charts but alas it does not work.  SendToReport( Dispatch( {}, "", TableBox, {Sort By Column( 2, 1 )} ), Dispatch( {}, "Cha...

    shampton82 shampton82
    Discussions |
    Jan 7, 2024 2:29 PM
    2111 views | 4 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
    1157 views | 1 replies
  • 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
    2348 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
    4388 views | 8 replies

Latest Discussions

  • 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
    1157 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
    4388 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
  • 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

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