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

  • Python in JMP: dataframe column to datatable column best practices and computation speed implications

    Background * Using Python in JMP19 scripting environment. * Creating dataframe (df) from pandas from existing JMP datatable (dt).  * Running function that requires df input and returns a new df result.  Lets call it df_results. * Transferring results back to JMP datatable column. This works, but there are two things that make me suspect I'm not doing this properly.  For one, I get a warning in the...

    MeanChris MeanChris
    Discussions |
    Nov 19, 2025 7:34 AM
    2178 views | 25 replies
  • Use order of the first axis in control charts

    Hello, I'm doing a control chart (see attached table script) where I display my values ​​('Value') in a specific order ('Order'). 'Order' is my subgroup. But I'd like to add a label to the axis, for example, 'Quarter - Year'. The problem is that this changes the data order. I'd like to use the order specified in the first subgroup, but keep 'Quarter Year' displayed at the bottom. How can I do this...

    SophieCuvillier SophieCuvillier
    Discussions |
    Nov 18, 2025 1:16 AM
    576 views | 7 replies
  • How to Convert a Column to Date-Time Format (YYYY-MM-DD HH:MM:SS)?

    How to correctly convert a column into date and time  elements? For example, in the following JSL, the original data is "20230507G10:11:59". How can I convert the data type into a numeric date format like "YYYY-MM-DD H:M:S", such as "2023-05-07 10:11:59"?

    dt = New Table( "Untitled"); New Column( "Original setting" ); :Original setting << Data Type( Character ); :Original setting << Set Values( {"2...

    BabyDoragon BabyDoragon
    Discussions |
    Nov 17, 2025 2:35 PM
    266 views | 2 replies
  • Add a Custom Button or Embed Data Filter into Custom UI

    Hi,

    Is it possible to add a custom button to the Data Filter that I can use to create a subset data table for the selected data? Alternatively, is there a way to embed the Data Filter into my existing UI so I can include buttons and other controls in a unified interface, rather than having the Data Filter appear as a separate window? I don't want to reinvent the wheel by implementing the conditiona...

    mysteriouskrypt mysteriouskrypt
    Discussions |
    Nov 17, 2025 8:57 AM
    452 views | 5 replies
  • Apply K Sigma and extract specs

    Hello,   I am trying to calculate and extract specs using K sigma in process capability. However, something is off, and I am stuck. Is there a way to apply the K sigma and calculate the specs after the best model fitting and save those specs into a list? See the below pic: Here is the jsl to plot histograms and apply the fit, I would like to know how to code the steps for applying K Sigma and ext...

    Jackie_ Jackie_
    Discussions |
    Nov 16, 2025 12:30 PM
    276 views | 2 replies

Latest Discussions

  • How to Convert a Column to Date-Time Format (YYYY-MM-DD HH:MM:SS)?

    How to correctly convert a column into date and time  elements? For example, in the following JSL, the original data is "20230507G10:11:59". How can I convert the data type into a numeric date format like "YYYY-MM-DD H:M:S", such as "2023-05-07 10:11:59"?

    dt = New Table( "Untitled"); New Column( "Original setting" ); :Original setting << Data Type( Character ); :Original setting << Set Values( {"2...

    BabyDoragon BabyDoragon
    Discussions |
    Nov 17, 2025 2:35 PM
    266 views | 2 replies
  • Add a Custom Button or Embed Data Filter into Custom UI

    Hi,

    Is it possible to add a custom button to the Data Filter that I can use to create a subset data table for the selected data? Alternatively, is there a way to embed the Data Filter into my existing UI so I can include buttons and other controls in a unified interface, rather than having the Data Filter appear as a separate window? I don't want to reinvent the wheel by implementing the conditiona...

    mysteriouskrypt mysteriouskrypt
    Discussions |
    Nov 17, 2025 8:57 AM
    452 views | 5 replies
  • Apply K Sigma and extract specs

    Hello,   I am trying to calculate and extract specs using K sigma in process capability. However, something is off, and I am stuck. Is there a way to apply the K sigma and calculate the specs after the best model fitting and save those specs into a list? See the below pic: Here is the jsl to plot histograms and apply the fit, I would like to know how to code the steps for applying K Sigma and ext...

    Jackie_ Jackie_
    Discussions |
    Nov 16, 2025 12:30 PM
    276 views | 2 replies
  • CTRL/Alt/Shift + click/select/double click/right click

    edit: I have to confess - I am an Efficionado *)
    *) from Everyday Efficiency: Making Data Smarter. Making Smarter Data. / @julian
    It's no wonder that I encourage everyone to use JMP!
    In JMP there are thousands of hidden "easter egg" efficiency hacks.
    Many of them are even harder to find than the shortcut to start  @julian 's Microwave.   So, here is an overview of many **) efficiency hacks in JMP :
    ...

    hogi hogi
    Discussions |
    Nov 15, 2025 8:09 AM
    8866 views | 15 replies
  • Do you use the preferences?

    Via File/Preferences, you can change the standard settings of Jmp.Very cool to adjust Jmp to your needs :) But I found a subtle issue - in combination with the functionality to automatically generate JSL code (save to script, advanced log, Dashboards, log, Workflow Builder ...) The below code changes the preferences, so - please think twice if you want to try it . The story:A user adjusts some set...

    hogi hogi
    Discussions |
    Nov 14, 2025 12:15 PM
    2827 views | 7 replies

Latest Discussions

  • Make customizing the toolbar a breeze.

    Just modify this file directly. As long as you prepare your own ICONS in advance, you can instantly usercust.jmpcust create your own personal toolbars in batches. Make scripts ubiquitous.

    lala lala
    Discussions |
    Nov 13, 2025 6:39 AM
    203 views | 0 replies
  • Python and Formula Columns

    Formula Column are very restrictive.
    If the entries of a JMP column are defined by a column formula , there is no possibility to change individual entries, neither manually nor via JSL:   dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << new column("row", Formula(row())) << run formulas; :row << suppress eval; Try(:row[5]=7, Caption("change a cell of a formula column via JSL? doesn't work")); Wait(2...

    hogi hogi
    Discussions |
    Nov 6, 2025 3:08 AM
    197 views | 0 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    187 views | 0 replies
  • WINDOWS > JMP 17.2 > Custom Report Window > Save Presentation ==> Only portion saved to PPTX

    Hi JMP Community, I built a simple report with a graph builder plot, a multicolumn text section, and a summary section (see below)  that I would like to export to PowerPoint. While I can save this report as a PDF without any problems, when I save it as a Presentation/PowerPoint manually or within the script, JMP generates slides that only contain the plot section and none of the text (GO GENES and...

    Thierry_S Thierry_S
    Discussions |
    Oct 20, 2025 8:06 AM
    254 views | 0 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    311 views | 0 replies
view all discussions