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

  • 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
  • Update Table script leaves empty column

    Hi,I copied the following script from the Log window after updating the main table "...kopie" with the MacroREM column from update table "rem". The update works perfectly when executing manually, so I copied the script; however, when running the script, the MacroREM column is indeed created in the "kopie" main table, but left empty.  See image: after running this code in script, the main table cre...

    vcoppens vcoppens
    Discussions |
    Dec 22, 2023 4:14 AM
    1507 views | 1 replies
  • Bold specific items in a list box

    Hello, I would like to higlight in bold specific values in a list box. Is it possible ?For instance in the example below, I would like to put in bold only "Second Item" New Window( "Example", fontobj = lb = List Box( {"First Item", "Second Item", "Third Item"}, width( 200 ), max selected( 2 ), nlines( 6 ) ) );

    SophieCuvillier SophieCuvillier
    Discussions |
    Dec 22, 2023 2:25 AM
    3527 views | 6 replies
  • Graph Builder Plot with a table which summarizes statistics, column properties and customized data

    hi jmp scripting experts, I'd like to construct a graph using graph builder histogram plot and add a table underneath the graph. The table shall show some values like in the picture.Is it possible? Do you have any suggestions how to start?  

    Greenhorn Greenhorn
    Discussions |
    Dec 21, 2023 10:54 AM
    1314 views | 1 replies
  • Count occurence between 2 other occurences based on time period

    ‍:female_sign:Hi!
    Within the column "Subtype", I need to count the number of times "Stadium N2" appears between 2 occurences of the word "REM", only when the time in column "Start" of the second REM occurence is within 15 minutes of the time in column "End" of the first REM occurence.See stars in screenshot: in this case, the count would be 3
    What is the formula to do so? Thx :hugging_face::folded_...

    vcoppens vcoppens
    Discussions |
    Dec 21, 2023 8:29 AM
    4353 views | 8 replies

Latest Discussions

  • 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
  • Update Table script leaves empty column

    Hi,I copied the following script from the Log window after updating the main table "...kopie" with the MacroREM column from update table "rem". The update works perfectly when executing manually, so I copied the script; however, when running the script, the MacroREM column is indeed created in the "kopie" main table, but left empty.  See image: after running this code in script, the main table cre...

    vcoppens vcoppens
    Discussions |
    Dec 22, 2023 4:14 AM
    1507 views | 1 replies
  • Graph Builder Plot with a table which summarizes statistics, column properties and customized data

    hi jmp scripting experts, I'd like to construct a graph using graph builder histogram plot and add a table underneath the graph. The table shall show some values like in the picture.Is it possible? Do you have any suggestions how to start?  

    Greenhorn Greenhorn
    Discussions |
    Dec 21, 2023 10:54 AM
    1314 views | 1 replies
  • Bug or Feature??

    Quick question for those of you who may know -- if you have an <<On Close() method for a window (say for file-cleanup or some such thing), and a user has multiple edited files open -- if they CTRL-Q and get the popup about unsaved work -- if they then click "Save None", then all windows are immediately killed and the <<On Close() script is _NOT_ called for any of the windows.  It is extremely comm...

    ErraticAttack ErraticAttack
    Discussions |
    Dec 20, 2023 1:06 PM
    3837 views | 7 replies
  • Merge multiple tables corresponding to different column in main table

    I have main table and multiple others that I would like to join with that.The main table has column A that corresponds to first table,column B that corresponds to 2nd tablecolumn C that corresponds to 3rd tableThese tables also have columns with same name, so I don't want to merge column with same name together.I usually join these tables one by one. How do I join them at once? I don't know how to...

    Tavuk89 Tavuk89
    Discussions |
    Dec 19, 2023 4:25 PM
    1461 views | 2 replies

Latest Discussions

  • 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
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    976 views | 0 replies
view all discussions