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

  • Why can't I get CalendarBox values from inside an IfBox in a modal window?

    I'm using JMP 19. I have a modal window with an interactive user interface. Inside that interface the user chooses some dates and I want to use those dates when they close the window.  I can get the value of a RadioBox or a TextEditBox, so why does the CalendarBox show as Empty() when I try to get values from it? QueryWindow = NewWindow("Query.jsl", <<Modal, <<Return Result, PanelBox("Test ...

    JasonWS JasonWS
    Discussions |
    Dec 3, 2025 12:00 PM
    371 views | 5 replies
  • Formula to check if any of a list of items is contained in the rows of a column

    JMP for Mac Version 17.2.0 (701896) I have a column "Data" with rows of number_number like this:1_33_76_5... I want to test this column to see if some of the rows contain values from a list of values and then flag or label the rows which do. I know I could construct an elaborate formula like this:If( :Die X_Y == "3_9" | :Die X_Y == "3_4", 1, 0 )But that's very laborious for long lists of differe...

    datanaut datanaut
    Discussions |
    Dec 3, 2025 12:08 AM
    4923 views | 15 replies
  • JSL coding debug - help needed with "Label"

    Hello,   In my JSL code, I am using  dtt<<Set Label Columns (:skew); and I can see in the table that label icon is being added next to skew. Then I am using graph builder and within that routine, I have  Show labels(1), But when plots are being generated, it is not showing Label. Can you please help on this? Do I need to add anything else?   Thanks much

    hasanurkhan hasanurkhan
    Discussions |
    Dec 2, 2025 2:19 PM
    1230 views | 17 replies
  • No Module named 'pandas'

    I’m running a JSL script in JMP 18 that uses Python. On macOS everything works fine, but on Windows I get this error: Traceback (most recent call last): File "<string>", line 7, in <module> ModuleNotFoundError: No module named 'pandas'

    In the embedded log is see following: Creating: C:\\Users\\Admin\\AppData\\Roaming\\JMP\\JMP\\Python\\Python311\\site-packages This tells me that JMP 18 doesn't ...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Dec 2, 2025 11:28 AM
    553 views | 6 replies
  • Interactive use JMP-pro & Python

    Is there a way to use Python and JMP interactively together to exploit both strengths. For example , I would like to do the data browsing, visualization and filtering in JMP
    and do some additional calculations in Python (called from JMP).  Currently JMP seems
    to ignore all applied filter settings and meta data (specifications, targets).  Is it possible (or maybe in the near future in a next version)...

    EduardDerks EduardDerks
    Discussions |
    Dec 2, 2025 10:59 AM
    385 views | 4 replies

Latest Discussions

  • JSL coding debug - help needed with "Label"

    Hello,   In my JSL code, I am using  dtt<<Set Label Columns (:skew); and I can see in the table that label icon is being added next to skew. Then I am using graph builder and within that routine, I have  Show labels(1), But when plots are being generated, it is not showing Label. Can you please help on this? Do I need to add anything else?   Thanks much

    hasanurkhan hasanurkhan
    Discussions |
    Dec 2, 2025 2:19 PM
    1230 views | 17 replies
  • Interactive use JMP-pro & Python

    Is there a way to use Python and JMP interactively together to exploit both strengths. For example , I would like to do the data browsing, visualization and filtering in JMP
    and do some additional calculations in Python (called from JMP).  Currently JMP seems
    to ignore all applied filter settings and meta data (specifications, targets).  Is it possible (or maybe in the near future in a next version)...

    EduardDerks EduardDerks
    Discussions |
    Dec 2, 2025 10:59 AM
    385 views | 4 replies
  • 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

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