cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • 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 19 is here! Learn more about the new features.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    4593 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
    164 views | 4 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
    843 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
    3397 views | 3 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
    371 views | 6 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
    843 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
    3397 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
    264 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
    149 views | 3 replies
  • Using Column Switcher with Graphlets

    I'm trying to make a series of drill down graphs with graphlets.  I'd like to have the column switcher available in each of the drill down graphs.  Is this possible?  When I try, the column switcher always goes away.    

    cpark2 cpark2
    Discussions |
    Dec 2, 2025 9:39 AM
    67 views | 1 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
    230 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
    201 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
    145 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
    159 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
    140 views | 0 replies
view all discussions