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

  • How to get the row number of the most recent date in the date column of a data table?

    I want to get  the row number of the most recent date in the date column of a data table?  Trying the following for the Date column in my data tablecolmax(Data Table( "myData" ):Date);gives me a number which is much greater than the number of rows in my data table so not making sense. Any direction would be useful. 

    Neo Neo
    Discussions |
    Nov 8, 2023 9:13 AM
    1529 views | 1 replies
  • Automating Local Filters/ Data Filters

    I have a linear regression model for 4 different temperatures. I have put a local data filter on each one which allows me to specify the segment of data.  The code for this calls each value in my source table 2 column as shown below. I want this to be automated so there may be more or less temperatures and I don't want to edit the code each time. There probably is a way through JSL script which I ...

    MedianRooster10 MedianRooster10
    Discussions |
    Nov 8, 2023 5:51 AM
    3510 views | 6 replies
  • Practicing on JSL for a newbie - Unexpected "{". Perhaps there is a missing ";" or ",".

    Hi, I'm practising on JSL to select a .jmp file to open through a file dialog window. If the user did not make a selection, to exit.

    However, I'm getting the below error: Unexpected "{". Perhaps there is a missing ";" or ",".Line 7 Column 21: if (Is Missing(fn)) ►{The remaining text that was ignored was{exit();}Open(fn); My script below:// Open a dialog to choose a .jmp file to open // Get the fil...

    BooBee BooBee
    Discussions |
    Nov 7, 2023 11:32 PM
    1355 views | 2 replies
  • New to JMP and JSL - Unexpected ",". Perhaps there is a missing ")".

    Hi all, I'm new to JMP and JSL. I'm following a basic tutorial on JSL and followed the instructions to the T on copying the following script. It should create a new window with the text "Hello" inside it: title = "JSL Demo";content = Text Box("Hello");New window = ( title, content ) But upon running it, the follow error came up: Unexpected ",". Perhaps there is a missing ")".Trying to parse operan...

    BooBee BooBee
    Discussions |
    Nov 7, 2023 10:36 PM
    1559 views | 2 replies
  • Column Switcher - Dynamically Add/Remove Reference Lines

    Hello, I have a Distribution platform using a column switcher being populated with columns from a list variable. Each of these columns represents a different quality parameter and thus has different limits which are gathered from an SQL query. Is there a way to dynamically add reference lines to the Distribution platform as the column switcher changes columns? Right now, I have a SendToReport runn...

    FairMongoose783 FairMongoose783
    Discussions |
    Nov 7, 2023 12:02 PM
    2619 views | 5 replies

Latest Discussions

  • Practicing on JSL for a newbie - Unexpected "{". Perhaps there is a missing ";" or ",".

    Hi, I'm practising on JSL to select a .jmp file to open through a file dialog window. If the user did not make a selection, to exit.

    However, I'm getting the below error: Unexpected "{". Perhaps there is a missing ";" or ",".Line 7 Column 21: if (Is Missing(fn)) ►{The remaining text that was ignored was{exit();}Open(fn); My script below:// Open a dialog to choose a .jmp file to open // Get the fil...

    BooBee BooBee
    Discussions |
    Nov 7, 2023 11:32 PM
    1355 views | 2 replies
  • Column Switcher - Dynamically Add/Remove Reference Lines

    Hello, I have a Distribution platform using a column switcher being populated with columns from a list variable. Each of these columns represents a different quality parameter and thus has different limits which are gathered from an SQL query. Is there a way to dynamically add reference lines to the Distribution platform as the column switcher changes columns? Right now, I have a SendToReport runn...

    FairMongoose783 FairMongoose783
    Discussions |
    Nov 7, 2023 12:02 PM
    2619 views | 5 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
  • 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

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