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

  • Values logged in Print not matching values in script executions

    Hi, I am trying to understand some behavior in a function that uses Default Local scope. Namely, the values that appear in my logs when using Print statements do not match the values that my code is executed with. For example in this script:  Names Default To Here( 1 ); EXAMPLE_VALUE = "100"; showExampleModal = Function( {}, {Default Local}, Print("Here:EXAMPLE_VALUE: " || Char(Here:EXAMPLE_...

    mat-ski mat-ski
    Discussions |
    Apr 21, 2023 7:55 PM
    2284 views | 5 replies
  • enable/disable toolbar icons

    Toolbar icons appear gray if the window has the wrong type: vs.  how can I control this behavior for my own toolbars?  

    hogi hogi
    Discussions |
    Apr 21, 2023 2:44 PM
    1657 views | 2 replies
  • Modal Buttons with non-standard text

    Hi, I am trying to write a modal that uses non standard text for the buttons. That is, according to the documentation one button with the text OK, Yes, No, or Cancel is required as a way to close the modal. In this case I have a couple of modals where instead of "OK" I have "Continue" and instead of "Cancel" I have "Not now". I see that according to the documentation you can do something like: ack...

    mat-ski mat-ski
    Discussions |
    Apr 21, 2023 11:11 AM
    2383 views | 5 replies
  • Formule colonne

    Bonjour à tous, J’essaye de faire un script JMP permettant de calculer des durées delta. Je dispose de 847 colonnes date début, 847 colonnes date de fin. Le script ci-dessous utilise une boucle for pour calculer la nouvelle valeur de chaque colonne « durée tâche x"(colonne déjà créé ultérieurement, x allant de 1 à 847). Merci pour votre aide.  

    hcarr01 hcarr01
    Discussions |
    Apr 21, 2023 9:08 AM
    1192 views | 1 replies
  • N categories statistics and grouping in summary tables

    Hello, I would like to ask about summary tables. I have a grouping variable and i want to use the N categories statistic to get the count for each group. If the column I will use for the N categories statistic has a value that appears on multiple groups of the grouping variable will the N categories count include them all, once for each group or will it only keep it once, the first time it appears...

    ControlledLion8 ControlledLion8
    Discussions |
    Apr 21, 2023 6:36 AM
    2426 views | 4 replies

Latest Discussions

  • Values logged in Print not matching values in script executions

    Hi, I am trying to understand some behavior in a function that uses Default Local scope. Namely, the values that appear in my logs when using Print statements do not match the values that my code is executed with. For example in this script:  Names Default To Here( 1 ); EXAMPLE_VALUE = "100"; showExampleModal = Function( {}, {Default Local}, Print("Here:EXAMPLE_VALUE: " || Char(Here:EXAMPLE_...

    mat-ski mat-ski
    Discussions |
    Apr 21, 2023 7:55 PM
    2284 views | 5 replies
  • Using Word() or Words() function to parse string in a column

    Hello all, I have a table where one of the columns had data that is in the form of an alphanumeric string (e.g. 1bc5ef-gh7) and I would like to parse the string using the hyphen as the delimiter and they return the first part of the string (1bc5ef) as data in a new column. So far, I have the code below. If I use the Words() function, it only returns the second part of the of the string (e.g. gh7)....

    JMPnoob JMPnoob
    Discussions |
    Apr 20, 2023 2:21 PM
    3344 views | 4 replies
  • Can I do a second pass Elastic Net only including the most significant predictors?

    First off, I am new to predictive modeling and I appreciate any advice. BACKGROUND:I am doing a binomial elastic net where n = 54 and p = 89. This model is for predicting drug effects clinically; thus, prediction by measuring as few variables as possible would be ideal. After Elastic Net variable selection/shrinkage, 24 predictors are included in the model. Of the 24 predictors included in the mod...

    User5555 User5555
    Discussions |
    Apr 19, 2023 10:11 AM
    955 views | 1 replies
  • JMP SCRIPT: Control chart based on conditions

    Hello everyone, I would like to make control charts based on conditions.I have two dataset:1) the first dataset which contains the data for the control charts (with different variables),2) the second dataset which contains the limits of the control chart. However, this dataset doesn't contain the limits of each variable of the first dataset. I would like to create the following conditions: if the ...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 18, 2023 2:32 PM
    2975 views | 7 replies
  • JMP SCRIPT: problem on the X scale with less than 10 values

    Hi everyone,I am making a P' chart of Laney with JMP 16.2. (I know that this chart is available with the new JMP version, however I have not this new version).I don't know why bur when I have less than 10 values, the X scale is not adapted. The X scale is set up for 10 values (whatever the number of values if it is lower than 10), and when I have more than 10 values the X scale is being adapted.He...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 18, 2023 6:11 AM
    2027 views | 4 replies

Latest Discussions

  • Hey I need help with solving this control chart problem?

    The largest purchaser of care of the WorldBest Healthcare System complained that the average C-section rate at WorldBest had increased from 1999 to 2000 and was now over 21 percent. The average at other area hospitals was between 17 to 19 percent. To investigate the situation, WorldBest wants to set up a control chart to monitor the number of C-Sections every month. 1. What type of control chart s...

    StarIconCohort4 StarIconCohort4
    Discussions |
    Apr 1, 2023 10:56 AM
    791 views | 0 replies
  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1581 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    903 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    947 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    1068 views | 0 replies
view all discussions