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

  • Apply script to multiple data tables

    I have a script where I open a txt file in JMP as a data table and then move the column names listed in row 7 to the column headers. How can I apply this to multiple data tables? My current script is not working. I have JMP16. Thanks. dt_list = Multiple File Import(); //additional known text here to open files table_script = expr( //Move the column names listed in row 7 to the column headers dt ...

    Raquel Raquel
    Discussions |
    Jan 16, 2024 11:55 AM
    2135 views | 4 replies
  • How to store variable values in a list properly?

    The first 6 lines of the script below work as I expected, with output copied below.Then I tried to store the values of these variables in a list, which didn't go well. It appears that the variable names instead of the values were stored. How do I store the variable values in the list? Thank you!  dt = new table("my table", new column("X", set values({-0.35, 0.15, 0.3}) ) ); dt << new column("Y", s...

    CurseOfLizard13 CurseOfLizard13
    Discussions |
    Jan 16, 2024 7:49 AM
    1690 views | 2 replies
  • Show only one graph out of a matrix of graphs

    When there is a matrix of graphs, say 4x5 of them on the dashboard, how do I pick just one graph of all and show it zoomed in? The selection does happen when a data filter is used when the two columns from the data table used to form the graphs in the horizontal and vertical direction and are narrowed down to a desired pair. It would be useful to have a single zoomed in graph where this selection ...

    JMPer1 JMPer1
    Discussions |
    Jan 16, 2024 7:43 AM
    1523 views | 3 replies
  • how to calculate yield for many columns with embedded spec limits

    Hi,I have over 60 columns where individual spec limits are embeded in column properties. I like to calculate the yield for each row as Pass/Fail. I appreciate any script that will do this. I checked the JMP discussion and found one script that does yield but each columns is assumed to be pass or fail (1 or 0). Thanks

    AT AT
    Discussions |
    Jan 16, 2024 7:37 AM
    15130 views | 17 replies
  • JSL: How to call outlinebox on calculated string, like: Report(platform)[OutlineBox(parse("Stepwise Fit for " || yparm))]

    Hello, i try to call my outlinebox report by substituting with the table variable name (character string) I want to look at.I first tried without substitution and it worked well.Then i did: NamesDefaultToHere(1); yparm = "MyResponse1"; dt = DataTable("MyDataTable"); ... platform = dt << Fit Model( ... , Personality("Stepwise"), ... ); wait(0) ;
    TableToGet = Report(platform)[OutlineBox(parse("S
    ...

    MeanTableColt51 MeanTableColt51
    Discussions |
    Jan 16, 2024 3:05 AM
    1658 views | 3 replies

Latest Discussions

  • Show only one graph out of a matrix of graphs

    When there is a matrix of graphs, say 4x5 of them on the dashboard, how do I pick just one graph of all and show it zoomed in? The selection does happen when a data filter is used when the two columns from the data table used to form the graphs in the horizontal and vertical direction and are narrowed down to a desired pair. It would be useful to have a single zoomed in graph where this selection ...

    JMPer1 JMPer1
    Discussions |
    Jan 16, 2024 7:43 AM
    1523 views | 3 replies
  • Should the standard deviation of BLUB´s not be equal to the square root of variance component?

    BLUB´s (random effect predictions/random coefficients) seems to be calculated by scaling the centered Means with the Variance Component divided by Variance of Means. However, this causes BLUB´s to have a lower standard deviation than the square root of the variance component. If they were scaled by the square root of the Variance Component divided by Variance of Means, the standard deviation of th...

    pv pv
    Discussions |
    Jan 15, 2024 2:36 AM
    1144 views | 1 replies
  • How to create a design that combines finding the best combination of substances together with finding their best concentration?

    Dear JMP team,I am planning an experiment, where I have two categories of molecules (categoryA and categoryB). Both have two possible molecule candidates each: categoryA = {molA1, molA2} and categoryB = {molB1, molB2}. I would also like to model the concentration of each molecule as independent factor.  I was first thinking to add two continuous factors like ConcentrationCategoryA and Concentratio...

    statQue12 statQue12
    Discussions |
    Jan 15, 2024 2:10 AM
    1528 views | 2 replies
  • JMP Script question: How to use variables to control "show group means"?

    Hi all:
    I have a question about Variability chart. I am trying to use a variable "aaa" to control if the a certain variability chart need group means.
    Below is the simplified code:
    According to the log file, it seems that jmp does not substitute aaa to 0 so that it still plot group means even if
    aaa=0.
    Is there any way to let jmp to realize aaa is a variable?
    Note: The values of aaa could be 0, 1 or "Sp...

    ytwu ytwu
    Discussions |
    Jan 14, 2024 10:37 PM
    1056 views | 1 replies
  • Direct passing argument to a script file

    Hey,   i wish to pass argument str1, a string argument to a separate script named: "script2run.jsl" for example, nad that script uses str1 argument and print a message such as : print("This is the important string I successfully passed: " || Eval(str1)) ;   a different script that create a window that will be saved as journal for later usage will triger that script through buttons that would be ...

    CoverChikaka CoverChikaka
    Discussions |
    Jan 14, 2024 8:27 AM
    1821 views | 4 replies

Latest Discussions

  • query in topic modelling

    how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option 

    FrequencyBeetle FrequencyBeetle
    Discussions |
    Jan 11, 2024 4:20 AM
    720 views | 0 replies
  • Acrobat OCR settings for preparing PDFs for import using the PDF import wizard

    Just sharing an issue I had with Adobe Acrobat and the JMP PDF Import Wizard in case others come across the same problem.A few months ago I had a workflow where I needed to perform OCR on PDFs in Acrobat (Pro) before I could use the PDF Import Wizard to pull data from the PDFs into JMP - this had been working fine for a long time.When I tried this again last week I had an issue where many pages wo...

    jc510_2 jc510_2
    Discussions |
    Jan 8, 2024 2:02 PM
    1688 views | 0 replies
  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1224 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    836 views | 0 replies
  • Nonlinear platform - trial values from table with large number of categories

    Hello - I have a large number of categories for each parameter when using the nonlinear platform. Basically, one category per row. Is there a way to have a table of values to load into the parameters? Because with the time its taking to one by one type and click, type and click the values in with the control panel, it might be faster to go back to Matlab at this point, which I very much don't want...

    ehchandlerjr ehchandlerjr
    Discussions |
    Dec 18, 2023 2:50 PM
    774 views | 0 replies
view all discussions