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

  • Automatic Recalc on block of code?

    Context: JMP 17 Hi all, I am working on a dashboard project where I use a function to generate a bunch of different plots that get stuffed into a big grid for the user to browse. That function handles the plot generation and has its own Where() clause to select from a larger data table which contains lots of other data. The grid of plots then sit inside a local data filter so I can do some high le...

    TheSource TheSource
    Discussions |
    Dec 2, 2025 10:47 AM
    258 views | 3 replies
  • Add File Name and Date in Import Settings

    I would like some input on how to include adding File Name and File Date in import settings.  In typical Multiple File Import, we have  <<Set Add File Name Column( 1 ), <<Set Add File Size Column( 0 ), <<Set Add File Date Column( 1 ), However, this will not work in my case. So I tried using New Column () function, but it gives empty columns or no column "Source File" at all.   For(i = 1, i <= ...

    Azim Azim
    Discussions |
    Dec 1, 2025 3:09 AM
    194 views | 2 replies
  • Disable "Update Table" script?

    After importing an Excel file, JMP adds a "Source" and an "Update Table" Script:   'Update Table' sounds like a script that can be used to update the JMP data table. After spending some hours working with a JMP data table, adding and grouping columns, and adding column properties... ... and having tried the 'Update Table' script, you will notice that all these changes are lost during the update.
    F...

    hogi hogi
    Discussions |
    Nov 29, 2025 7:42 AM
    549 views | 3 replies
  • JMP 18 new Update Table script overwrites table

    When importing Excel tables into JMP 18 I get two scripts 'Source' and 'Update Table' script, only difference seems to the an 'Update Table (1)' command. The second script performs an update from the Excel file, and overwrites any columns created after import. Is there a way to make it leave new columns alone when updating? Did not find anything in the Scripting Index.

    Ake Ake
    Discussions |
    Nov 29, 2025 7:35 AM
    1492 views | 3 replies
  • Add variable in Graph builder

    I have data table with multiple columns and rows I want to loop through each column and add it to graph builder on x -axis  This is my simple script    dt = Open( filepath ); all_cols = dt << Get Column Names( "String" ); cols_to_plot={}; For Each ({col}, all_cols,            If(col == "A" || col == "B",,                         Insert into (cols_to_plot, col);                ) ); graph = dt << ...

    ravij ravij
    Discussions |
    Nov 28, 2025 11:28 AM
    579 views | 8 replies

Latest Discussions

  • Automatic Recalc on block of code?

    Context: JMP 17 Hi all, I am working on a dashboard project where I use a function to generate a bunch of different plots that get stuffed into a big grid for the user to browse. That function handles the plot generation and has its own Where() clause to select from a larger data table which contains lots of other data. The grid of plots then sit inside a local data filter so I can do some high le...

    TheSource TheSource
    Discussions |
    Dec 2, 2025 10:47 AM
    258 views | 3 replies
  • Add File Name and Date in Import Settings

    I would like some input on how to include adding File Name and File Date in import settings.  In typical Multiple File Import, we have  <<Set Add File Name Column( 1 ), <<Set Add File Size Column( 0 ), <<Set Add File Date Column( 1 ), However, this will not work in my case. So I tried using New Column () function, but it gives empty columns or no column "Source File" at all.   For(i = 1, i <= ...

    Azim Azim
    Discussions |
    Dec 1, 2025 3:09 AM
    194 views | 2 replies
  • Issues with Update() on floating-point EFT values

    I am merging sample-level metadata with time-series raw measurements using Python’s merge_asof and then updating the time-series table in JMP using Update(). Both tables contain columns for time (EFT) and batch ID. The problem: After the Python merge, the resulting table (merged_samples) contains exact matches for some time points and “nearest” matches for others. Python merge handles “nearest” ...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Nov 28, 2025 4:28 AM
    508 views | 9 replies
  • propensity scoreを用いたIPTW

    有料のJMP17.0.0ベース版のユーザーです。傾向スコアを用いたIPTWを行いたいと考えていますが、アドインは存在しますか?存在するのであれば、どちらからダウンロードできますか?よろしくお願いします。

    Igarashi31 Igarashi31
    Discussions |
    Nov 28, 2025 12:10 AM
    300 views | 3 replies
  • Is it possible to arrange Data Filter/Local Data Filter horizontally? (Change UI)

    Hi all, I’m working with the Data Filter in JMP where I often have more than 10 filters. Right now, all of them are displayed vertically in one long list, and I have to scroll down a lot just to apply filters, which feels super weird. Is it possible to customize the Data Filter UI so that some filters can be displayed horizontally in rows (instead of one long vertical stack of dropdowns)? Thanks i...

    OddsDeer284888 OddsDeer284888
    Discussions |
    Nov 27, 2025 1:11 PM
    638 views | 8 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
    196 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
    184 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