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

  • Question: Table summary but lost column property of spec limits?

    Hi,I have a question about table summary but lost column property of spec limits, could you help?Attach file is data.jmp I use summary function in JMP and did click [link to original data table].But the spec limit data lost in summary result table.Any way to link to original table spec limits? Thank you. Regards,Chily

    Chily Chily
    Discussions |
    Dec 28, 2023 12:21 AM
    1534 views | 2 replies
  • Adding Progress bar in the script

    Hello , I have a data table with a million rows and am trying to add a progress bar window in the script. I found this threat (Progress bar) from Craige useful. I am new to this, so I am still trying to understand where to add the code to indicate the progress. Any suggestions? 

     Code for a Progress bar from @Craige_Hales  progressBarWidth = 500; progressUpdatesSeconds = 1 / 4; // 1/2 sec updates -...

    Jackie_ Jackie_
    Discussions |
    Dec 27, 2023 8:00 AM
    2172 views | 2 replies
  • Recode Multiple Column Group Name with jsl

    I have column groups that needed frequent recoding. It works just by copying the enhanced log but how do I combine them together so that the code is less clunky?// Open Data Table: Big Class.jmp // → Data Table( "Big Class" ) Open( "$SAMPLE_DATA/Big Class.jmp" ); // Change column name: name → Student's name Data Table( "Big Class" ):name << Set Name( "Student's name" ); // Change column name: ...

    Tavuk89 Tavuk89
    Discussions |
    Dec 24, 2023 7:23 PM
    1027 views | 1 replies
  • How to use variables in scale values (of a heat map)

    Hi All,  In the following example, a heat map was created using Big Class.jmp as an example: gb=Graph Builder( Size( 686, 525 ), Show Control Panel( 0 ), Variables( X( :weight ), Y( :height ), Color( :age ) ), Elements( Heatmap( X, Y, Legend( 7 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 7, Properties( 0, {gradient( {Scale Values( [11 18]...

    LatentDataTiger LatentDataTiger
    Discussions |
    Dec 23, 2023 11:48 AM
    2450 views | 5 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

Latest Discussions

  • Question: Table summary but lost column property of spec limits?

    Hi,I have a question about table summary but lost column property of spec limits, could you help?Attach file is data.jmp I use summary function in JMP and did click [link to original data table].But the spec limit data lost in summary result table.Any way to link to original table spec limits? Thank you. Regards,Chily

    Chily Chily
    Discussions |
    Dec 28, 2023 12:21 AM
    1534 views | 2 replies
  • Adding Progress bar in the script

    Hello , I have a data table with a million rows and am trying to add a progress bar window in the script. I found this threat (Progress bar) from Craige useful. I am new to this, so I am still trying to understand where to add the code to indicate the progress. Any suggestions? 

     Code for a Progress bar from @Craige_Hales  progressBarWidth = 500; progressUpdatesSeconds = 1 / 4; // 1/2 sec updates -...

    Jackie_ Jackie_
    Discussions |
    Dec 27, 2023 8:00 AM
    2172 views | 2 replies
  • Recode Multiple Column Group Name with jsl

    I have column groups that needed frequent recoding. It works just by copying the enhanced log but how do I combine them together so that the code is less clunky?// Open Data Table: Big Class.jmp // → Data Table( "Big Class" ) Open( "$SAMPLE_DATA/Big Class.jmp" ); // Change column name: name → Student's name Data Table( "Big Class" ):name << Set Name( "Student's name" ); // Change column name: ...

    Tavuk89 Tavuk89
    Discussions |
    Dec 24, 2023 7:23 PM
    1027 views | 1 replies
  • How to use variables in scale values (of a heat map)

    Hi All,  In the following example, a heat map was created using Big Class.jmp as an example: gb=Graph Builder( Size( 686, 525 ), Show Control Panel( 0 ), Variables( X( :weight ), Y( :height ), Color( :age ) ), Elements( Heatmap( X, Y, Legend( 7 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 7, Properties( 0, {gradient( {Scale Values( [11 18]...

    LatentDataTiger LatentDataTiger
    Discussions |
    Dec 23, 2023 11:48 AM
    2450 views | 5 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

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
    977 views | 0 replies
view all discussions