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

  • Need to populate no of unique entery

    I need to populate no of unique entries in a new column if Flagged="Yes". When I use Col N Unique formula I get Different count if Flagged="No".  

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Dec 3, 2025 3:56 PM
    491 views | 8 replies
  • Fast way to replace selected entries with a new value

    A user selects some rows and a column and wants to replace the selected entries with a new values via the GUI. names default to here(1); colname = "column with values between 1 and 10"; dt = new table("test", add rows(5000000), new column ("c",Character, set each Value(Char(random integer(10))))); dt << Select Where( :c == "7" ) << select columns (1); newname = "column with values between 1 and 1...

    hogi hogi
    Discussions |
    Dec 3, 2025 3:37 PM
    331 views | 6 replies
  • 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
    373 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
    4935 views | 15 replies
  • I am generating new column based on a user input and need to move

    I am generating new column based on a user input and need to move using script. Can anyone help to fix my script dt << New Column("Suspected "|| selectedCol, Formula( If(Contains(myValueList, char(as column(selectedCol))), "Yes", "No" ) ) ); Data Table( dt ) << Move Selected Columns( as column("Suspected "|| selectedCol), after( as column(selectedCol) ) );

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Dec 2, 2025 9:47 PM
    289 views | 4 replies

Latest Discussions

  • Fast way to replace selected entries with a new value

    A user selects some rows and a column and wants to replace the selected entries with a new values via the GUI. names default to here(1); colname = "column with values between 1 and 10"; dt = new table("test", add rows(5000000), new column ("c",Character, set each Value(Char(random integer(10))))); dt << Select Where( :c == "7" ) << select columns (1); newname = "column with values between 1 and 1...

    hogi hogi
    Discussions |
    Dec 3, 2025 3:37 PM
    331 views | 6 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
    1243 views | 17 replies
  • Keep Leading Zeros

    One of the columns in my data set is Employee ID. All employee ID's have a length of 8 and begin with leading zeros. When I open the excel file that has the data JMP seems to drop those leading zeros. Is there a way to get JMP to not do that? Or does it have to do with the way that column is stored in the xlsx file? I tried using the code I found on here to just add them back in but it added them ...

    ACraig ACraig
    Discussions |
    Dec 2, 2025 1:30 PM
    3495 views | 3 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
    391 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
    262 views | 3 replies

Latest Discussions

  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    315 views | 0 replies
  • How to correctly compute Odds Ratios from a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro?

    I am fitting a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro 18, with: binary outcome (1 = event, 0 = no event), several categorical predictors (factors), and a random intercept for subject ID to account for repeated measures / clustering. The model converges and produces a table of Fixed Effects Parameter Estimates, which includes: Estimate (β) Standard Error Lower / Uppe...

    eliyahu100 eliyahu100
    Discussions |
    Nov 16, 2025 10:51 AM
    281 views | 0 replies
  • 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
  • Kudo arithmetics

    JMP provides a wonderful way to shape the future of JMP - the JMP wish list.
    Simply click on the button to submit a wish or vote for others' wishes. You  can vote via Kudos: Great! You can support as many ideas as you like — kudos are free! How are Kudos counted?

    If three users support a wish by voting with a Kudo, it could be assumed that the wish has three Kudos.
    For many wishes, this maths is co...

    hogi hogi
    Discussions |
    Nov 12, 2025 11:49 PM
    194 views | 0 replies
  • Shape column : default markers?

    Hi, while waiting for new Column Property: Value Markers , I tried to use a Shape Column in Graph builder for better/consistent marker control: Not bad ... but I need more details:  How can I specify one of the default markers? nice trick: empty entries are displayed with a "dot" 
    but: Marker Drawing Mode - Outlined doesn't work. why? View more... Names Default to Here(1); dt = Open( "$SAMPLE_D...

    hogi hogi
    Discussions |
    Nov 8, 2025 8:38 AM
    164 views | 0 replies
view all discussions