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

  • User Entry with Number Edit Box not working

    Hello - I've got this confusing issue where I have a nested number edit box, and for some reason its not sending the entered number into the variable I've got it set to. I tried selecting and running only that line, and low-and-behold it sends the info to the variable, but for some reason in context, it refuses to do it. I actually got it to work a while ago, but then I went to bed, got up, didn't...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 6, 2023 9:35 PM
    2037 views | 3 replies
  • Renaming multiple data table from last word of current table name

    Hi, I am trying to rename multiple data table because my data table name are in directory forms. I would want to rename them according to their folder names (will be getting from the last character of the directory)  Sample data table name: C:\Users\Desktop\Table1C:\Users\Desktop\Table2C:\Users\Desktop\Table3 I tried using Word function to get the last word from the file name, but doesn't work. Pl...

    UserID16644 UserID16644
    Discussions |
    Nov 6, 2023 5:31 PM
    1371 views | 2 replies
  • Custom Function - how to reference the column

    It is cool that custom functions can be used as well as part of custom formulas in Formula Editor. With the Transform Category command, the New Custom Function( "myNamespace", "Add Ten", Function( {x, y = 10}, x + y ), << Transform Category( "Custom" ));from https://www.jmp.com/support/help/en/16.2/#page/jmp/create-custom-functions-transforms-and-formats.shtmlwill show up in the right click New F...

    hogi hogi
    Discussions |
    Nov 6, 2023 12:23 PM
    2677 views | 4 replies
  • Set spec limit columns properties from row selection

    Hi Community, Example from this tableI have table that produce column Name of 5 people. All people have specific spec limit which is row HighL & LowL. Some of them never have spec limit either HighL & LowL or both. But i want to put spec limit on that people that have a high & low limit. Imaging that i have total 100 people that have randomly spec limit. Could someone help me write a script that c...

    mystylelife19 mystylelife19
    Discussions |
    Nov 5, 2023 11:08 PM
    3531 views | 7 replies
  • How to display multiple combo box

    Hi all, how can I create two combo box in a modal? Seems like it only shows the last combo box being displayed. Here is my sample code:BTW, Im using JMP 15nw = New Window( "HAMR RO BQST Data Preparation", << modal(), lineupbox(ncol(1), spacing(5), Text Box( "Enter Name:" ), teb3 = Text Edit Box( "", <<set width( 200 ) ), Text Box( "Select Sex:" ), cbSex = Combo Box( {"Male", "Female"}...

    UserID16644 UserID16644
    Discussions |
    Nov 5, 2023 7:44 PM
    1264 views | 1 replies

Latest Discussions

  • Custom Function - how to reference the column

    It is cool that custom functions can be used as well as part of custom formulas in Formula Editor. With the Transform Category command, the New Custom Function( "myNamespace", "Add Ten", Function( {x, y = 10}, x + y ), << Transform Category( "Custom" ));from https://www.jmp.com/support/help/en/16.2/#page/jmp/create-custom-functions-transforms-and-formats.shtmlwill show up in the right click New F...

    hogi hogi
    Discussions |
    Nov 6, 2023 12:23 PM
    2677 views | 4 replies
  • Set spec limit columns properties from row selection

    Hi Community, Example from this tableI have table that produce column Name of 5 people. All people have specific spec limit which is row HighL & LowL. Some of them never have spec limit either HighL & LowL or both. But i want to put spec limit on that people that have a high & low limit. Imaging that i have total 100 people that have randomly spec limit. Could someone help me write a script that c...

    mystylelife19 mystylelife19
    Discussions |
    Nov 5, 2023 11:08 PM
    3531 views | 7 replies
  • Failed to add text below Graph Builder using script

    Hi all, I recently updated from JMP 16 -> JMP 17 and the following script on line 5 is failing for me. I am not seeing the ' === below === ' below my graph builder. This used to work in JMP 16. Any ideas on what happened or what I am missing? Appreciate the help in advance!  

    yewhoo93 yewhoo93
    Discussions |
    Nov 3, 2023 11:18 AM
    2290 views | 6 replies
  • How to elegantly perform an update, but for a single row?

    Hello - I'm trying to take a row from one table, and throw it into another table at a row the user specifies in an entry box. However, the update function doesn't seem to have the ability to specify rows, and so I'm left with taking an hour and typing out each of my 105 columns for both data tables as such: dt:{"ColA"}[rownumber] = dt1:{"ColA"}[1];
    dt:{"ColB"}[rownumber] = dt1:{"ColB"}[1];
    .
    .
    .
    dt:{"C
    ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 3, 2023 1:52 AM
    1412 views | 2 replies
  • Grouped Interpolate

    While writing the post
    https://community.jmp.com/t5/Discussions/Difference-of-lines/m-p/691643/highlight/true#M87740 I was reminded of a question that a colleague of mine had some while ago: Is there a grouped Interpolate function in JSL?Interpolate(myheight, :height, :weight, by(:sex), for({"F","M"}))which returns {weightF, weightM} @ myheight for F & M after separately interpolating :weight vs. :...

    hogi hogi
    Discussions |
    Nov 2, 2023 1:23 PM
    1556 views | 2 replies

Latest Discussions

  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    799 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    677 views | 0 replies
  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    806 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    871 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    657 views | 0 replies
view all discussions