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

  • Delete Character from String In specific position

    Hello,  I am looking to create a script to remove a character from a string while ignoring the same character earlier in the string. For example, from a data table I have a special DateTime of YY/MM/DD/hh:mm and wish to remove the third / (ie character 9). Thank you for any help, Luke  

    LukeFarrell LukeFarrell
    Discussions |
    Oct 28, 2021 8:37 AM
    4890 views | 3 replies
  • While changing the data type to numeric column data changed from 00000 to 0,

    Hi Team, Need help to avoid the round off, 
    like when changed from character to numeric column value changed from 0000 to 0 
    please suggest some solution ,i need the same entire string for analysis(view in My Videos)

    jinsejoseph jinsejoseph
    Discussions |
    Oct 28, 2021 7:47 AM
    1398 views | 2 replies
  • How to make script run for each sample in a list if there are multiple entries per sample in data table.

    I have a data table where the same samples were measured multiple times (see example below). The samples are separated by their identifier.   I want my script to be able to perform the same set of calculations on each sample so I can determine control limits and make a control chart for  A, B, C, etc. I do not know the identifier of each sample. I already have a script that can do my calculations ...

    J-Leonard J-Leonard
    Discussions |
    Oct 28, 2021 5:00 AM
    2731 views | 5 replies
  • the formulas of a script don't apply

    hi,I wrote a script to import an excel sheet.Some formulas do not apply.  you can see the extract of the script with the formulas.the data base after running script with some empties columns (the formulas don't apply);if I make "Apply" in the colum property, then the formula apply.I don't understand why. best regards.  

    Françoise Françoise
    Discussions |
    Oct 27, 2021 11:55 PM
    937 views | 1 replies
  • User Input List for Regression Analysis

    I have an input box where users can select columns to be run in a regression report. (Long story on why I want to do this.) This part works great. I then insert the list of columns into a list. When I try to put the list or even just a few of the column names into the regression report. It doesn’t work. What should I do to make this work?   The user input list readout looks like this: {"Column 1",...

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Oct 27, 2021 8:10 AM
    1614 views | 2 replies

Latest Discussions

  • Delete Character from String In specific position

    Hello,  I am looking to create a script to remove a character from a string while ignoring the same character earlier in the string. For example, from a data table I have a special DateTime of YY/MM/DD/hh:mm and wish to remove the third / (ie character 9). Thank you for any help, Luke  

    LukeFarrell LukeFarrell
    Discussions |
    Oct 28, 2021 8:37 AM
    4890 views | 3 replies
  • While changing the data type to numeric column data changed from 00000 to 0,

    Hi Team, Need help to avoid the round off, 
    like when changed from character to numeric column value changed from 0000 to 0 
    please suggest some solution ,i need the same entire string for analysis(view in My Videos)

    jinsejoseph jinsejoseph
    Discussions |
    Oct 28, 2021 7:47 AM
    1398 views | 2 replies
  • the formulas of a script don't apply

    hi,I wrote a script to import an excel sheet.Some formulas do not apply.  you can see the extract of the script with the formulas.the data base after running script with some empties columns (the formulas don't apply);if I make "Apply" in the colum property, then the formula apply.I don't understand why. best regards.  

    Françoise Françoise
    Discussions |
    Oct 27, 2021 11:55 PM
    937 views | 1 replies
  • User Input List for Regression Analysis

    I have an input box where users can select columns to be run in a regression report. (Long story on why I want to do this.) This part works great. I then insert the list of columns into a list. When I try to put the list or even just a few of the column names into the regression report. It doesn’t work. What should I do to make this work?   The user input list readout looks like this: {"Column 1",...

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Oct 27, 2021 8:10 AM
    1614 views | 2 replies
  • JMP script to substract column value, if nth column have no data i need to take N-1 column value

    Hi Team, Please help to suggest some solution for below issueNeed to create a script that can work in both situation,column 8 = column 7-column6 but if column 6 is having empty cell then , column 8 = column 7-column 5 Note: column name is variable controlInput:   

    jinsejoseph jinsejoseph
    Discussions |
    Oct 26, 2021 2:20 PM
    1594 views | 3 replies

Latest Discussions

  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1326 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    785 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    759 views | 0 replies
  • JSL: Saving multiple chart and auto fit each of them into 1 page

    I have created a Window with V List Box which contained multiple Variability Charts and tried to save them into 1 pdf. What i want to achieve is saving and auto scale each of the Variability Charts into 1 single page of pdf. Can anyone help to advise how to do that? Much appreciated!nw = New Window( "taskQueryCharzCurrent - Variability Chart of current", V List Box( Variability Chart( Y( :cu...

    giin giin
    Discussions |
    Oct 7, 2021 6:42 AM
    925 views | 0 replies
  • Skip Lot Sampling Plan

    Hi,I am interested to use JMP for skip lot sampling plan. I like to test only a fraction (f) of samples after successful inspection of (n) number of samples. Here is the link to NIST https://www.itl.nist.gov/div898/handbook/pmc/section2/pmc27.htm I appreciate any help you can provide. Thanks Adam

    AT AT
    Discussions |
    Sep 10, 2021 10:38 AM
    1112 views | 0 replies
view all discussions