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

  • Entering dates into data table from dialog box

     I'm looking to enter a date into a specific row in a data table after the user inputs it from a dialog box (ex: into row 5). Is there a way to do this? Thanks Names default to Here(1); dt = New Table( "Untitled", New Column( "Date 1", Numeric, "Continuous", Format( "yyyy-mm-dd", 12 )), New Column( "Date 2", Numeric, "Continuous", Format( "yyyy-mm-dd", 12 )), ); q = New Window( "En...

    EMB EMB
    Discussions |
    Oct 11, 2021 2:34 PM
    1249 views | 2 replies
  • Remove rows that have missing values in a changing range of columns

    I have a data table where I want to remove the rows that have no values in all the columns for a variable range of columns.For example, for the data table below:dt =SampleProduct TypeCol1Col2Col3Col4Col510001A0.01220.02230.015460.874223.1210003B     10004A0.1230.1240.12400.971223.78 I would want to drop the row with sample '10003' because it's entries in Col1 - Col5 are empty. I know this post is ...

    cxu04 cxu04
    Discussions |
    Oct 11, 2021 2:03 AM
    4039 views | 4 replies
  • need jsl formula to account for empty cell in conditional if statement

    Hi - I am new to jsl scripting and am trying to construct a jsl statement as follows: if column A is empty, column C = empty,else if column A < 500 and column B = 200, column C = 0,else if column A>500, column C = 1.How would I frame a jsl formula to do this?  Thanks! 

    learning_JSL learning_JSL
    Discussions |
    Oct 10, 2021 6:21 AM
    6571 views | 10 replies
  • Open Files in Directory based on a List of Variable Filenames

    Hi all, I have a list of filename. This list of filename is variable and change from to time. I want to match these file name to the files available in a directory. If match , open the files. I write below code and run it. It does not work.Need guidance here.  folder = "C:\savefile\"; filename ={"Jan", "Feb", "Mar"}; filelist= Files In Directory(folder); For(i=1, i<= N items(filename), i++, ...

    bzanos bzanos
    Discussions |
    Oct 9, 2021 6:29 PM
    2924 views | 4 replies
  • Stepwise Show Formula Change

    Hello I am fairly new to JMP, I created a stepwise and saved my probability formula. It shows my formula answers for Lin(no), Prob(no), and Prob(yes), is there any way to get it to show me Lin(yes). I need it to actually show up on the data sheet aswell.

    mbauriem mbauriem
    Discussions |
    Oct 9, 2021 10:50 AM
    1038 views | 1 replies

Latest Discussions

  • Stepwise Show Formula Change

    Hello I am fairly new to JMP, I created a stepwise and saved my probability formula. It shows my formula answers for Lin(no), Prob(no), and Prob(yes), is there any way to get it to show me Lin(yes). I need it to actually show up on the data sheet aswell.

    mbauriem mbauriem
    Discussions |
    Oct 9, 2021 10:50 AM
    1038 views | 1 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
    924 views | 0 replies
  • JMP Scripting - New Column Function and Multiple Formula Functions Don't MIX !!!! Interesting Problem !!!!

    Hello Community   I have written a script in which I search an open data table for rows which contain text A in column 2 AND text B in column 3.  Using the row numbers, I then save the text from column 7 for all of those rows to a new individual variable.  The problem is I would like to then save the text in column 7 for all those rows in a NewTable with a New Column.  The first column was not a p...

    SMW SMW
    Discussions |
    Oct 6, 2021 2:20 AM
    1794 views | 2 replies
  • Structural Equation Model Standardized Path Coefficients Greater than 1

    Hi! I just built a structural equation model including two latent variables. Each latent variable has three indicators. However, after running the model, there are three standardized path coefficients greater than 1 (water quality > St[Mac... MMI]; latent 1 > St[Mac... MMI]; St[Base...Index] > St[Mac... MMI]). Normally the standardized path coefficients should be less than 1. I did some search and...

    lujc07 lujc07
    Discussions |
    Oct 2, 2021 7:07 AM
    9046 views | 4 replies
  • Tabulate specific values from column

    Hi all, I have this Air Traffic.jmp file as my example, so what I wanted to do is to tabulate the data with only the specified values needed but it need to retain its original Column % value.I tried selecting the needed values then subset into another table but ends up having 100 Column % value. I also tried hiding and excluding but also got 100 Column % value.  In my attached file, my needed valu...

    29755 29755
    Discussions |
    Sep 30, 2021 6:52 PM
    2716 views | 3 replies

Latest Discussions

  • 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
    924 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
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    998 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2428 views | 0 replies
  • Return number from specified row of calculation column in either a text edit box or number edit box in an add in

    Hello,  I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...

    tys5384 tys5384
    Discussions |
    Feb 15, 2021 7:33 AM
    1289 views | 0 replies
view all discussions