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

  • Box plots from five number summary - missing table?

    I am trying to understand the proposed solution (by @mpb ) here https://community.jmp.com/t5/Discussions/Box-plots-from-five-number-summary/td-p/2786but the table suggested in the solution is missing. Can anyone help me with a similar table?

    Neo Neo
    Discussions |
    Feb 5, 2024 6:52 AM
    4470 views | 9 replies
  • Data Table On Close Issue depending on how it is closed

    Hello, I am having an issue with how JMP decides to close the data tables that have the following script: dt << On Close(close(Current Data Table(),nosave)); My main issue is how the data tables close when there are multiple windows open with this script. If the X in the top right corner is used it will work perfectly 10/10 times, but if you go down to the taskbar and hover over each table and hit...

    ralphtedesco ralphtedesco
    Discussions |
    Feb 4, 2024 12:52 PM
    4479 views | 9 replies
  • Private yes/no?

    When I open a data table, I can use the option private to hide the data table:dt = Open( "$SAMPLE_DATA/Big Class.jmp", private ); The same feature is also available for table operations like Subset, Concatenate, and so on:Data Table( "Big Class" ) << subset(1, Private) Data Table( "Big Class" ) << Concatenate( Data Table( "Big Class" ), Private);For MFI, there no such option :(
    ... up to now, but a...

    hogi hogi
    Discussions |
    Feb 4, 2024 7:36 AM
    1195 views | 1 replies
  • Process Screening within JSL class

    Hello Everyone,Recently I got into jmp scripting, and am trying my best to learn it. The goal of the example below is to show the value of the "Column" for the selected rows.Cols = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1", "PNP4", "NPN3", "IVP2", "NPN4", "SIT1", "INM1", "INM2", "VPM1", "VPM2"}; dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); Define Class( "Test_Class", _init_ =...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 2, 2024 3:47 AM
    1909 views | 3 replies
  • Create different number of text boxes based on variable

    Dear JMPer, I try to create several text boxes in a new window,  the number of text boxes is a variableThen I have a slider box , and I need to set text for those tex boxes I just created as I move the barI guess a for loop should be the solution, but I just cannot get it done colname = {"Name", "Height", "Weight"}; //it's a list of column names from previous code, number of items is not fixed min...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 2, 2024 3:44 AM
    2827 views | 6 replies

Latest Discussions

  • Box plots from five number summary - missing table?

    I am trying to understand the proposed solution (by @mpb ) here https://community.jmp.com/t5/Discussions/Box-plots-from-five-number-summary/td-p/2786but the table suggested in the solution is missing. Can anyone help me with a similar table?

    Neo Neo
    Discussions |
    Feb 5, 2024 6:52 AM
    4470 views | 9 replies
  • Private yes/no?

    When I open a data table, I can use the option private to hide the data table:dt = Open( "$SAMPLE_DATA/Big Class.jmp", private ); The same feature is also available for table operations like Subset, Concatenate, and so on:Data Table( "Big Class" ) << subset(1, Private) Data Table( "Big Class" ) << Concatenate( Data Table( "Big Class" ), Private);For MFI, there no such option :(
    ... up to now, but a...

    hogi hogi
    Discussions |
    Feb 4, 2024 7:36 AM
    1195 views | 1 replies
  • Process Screening within JSL class

    Hello Everyone,Recently I got into jmp scripting, and am trying my best to learn it. The goal of the example below is to show the value of the "Column" for the selected rows.Cols = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1", "PNP4", "NPN3", "IVP2", "NPN4", "SIT1", "INM1", "INM2", "VPM1", "VPM2"}; dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); Define Class( "Test_Class", _init_ =...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 2, 2024 3:47 AM
    1909 views | 3 replies
  • Automate Powerpoint report filling via JSL

    Hello, Here's my problem: I have several powerpoint capability reports to generate for customers, all these reports use the same template (my company's template).What changes depending on the customer are the materials on which I make my control charts in these reports, and I don't have the same number of control charts to plot depending on the customer.I have >60 reports to generate. I wanted to ...

    SophieCuvillier SophieCuvillier
    Discussions |
    Feb 1, 2024 7:07 AM
    1434 views | 2 replies
  • How to get frequencies for 5 points summary values?

    I am struggling to understand how the frequency values are obtained in this example (5% and 95 % quantiles assumed).https://community.jmp.com/t5/JSL-Cookbook-Archived/Create-a-Box-Plot-from-a-Five-Number-Summary/ta-p/41278 How would the values change if I have 25% and 75% quantile values? (In my case, I will have Min, Q1 (25%), Median, Q3 (75%) and Max values)

    Neo Neo
    Discussions |
    Jan 31, 2024 11:07 AM
    2225 views | 4 replies

Latest Discussions

  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    1092 views | 0 replies
  • GraphBuilder Legend hook

    There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph.  With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message.  The same cannot be done (to my knowledge) with Gra...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    747 views | 0 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
  • 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
view all discussions