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

  • Function to reference

    I am inserting two Boxes into an H List Box. The First is a report from a table. That table can have a varying number of rows depending on what happens previously in script, but always has the same number of columns. The second box I am inserting, is a V List Box. For Each row of the table, I want a button box added to the V List, and for it to be able to reference the respective rows data. ie. Bu...

    Mewbornn Mewbornn
    Discussions |
    Jun 14, 2023 4:42 PM
    1276 views | 1 replies
  • Conditional Formatting

    I have data that contains different lots and reps and then time stamps. I want all of the data from the same lot/rep to be divided by the final time stamp. How would I do this in the formula section of a column?

    JMPUser9 JMPUser9
    Discussions |
    Jun 14, 2023 3:52 PM
    1461 views | 2 replies
  • Checking if value of a row is consecutive

    Hi JMP Community, I want to check if the values of a row are consecutive and if it not then get the value of the first row which doesn't satisfy the condition. For example : In this table, Column 1 has rows 1 to 15 that have consecutive values 1,2,3 and then row 16 has value of 12. So I would like to get the value of that first row that doesn't satisfy the consecutive condition. Is there a more js...

    Jackie_ Jackie_
    Discussions |
    Jun 14, 2023 8:46 AM
    1381 views | 2 replies
  • How to make a checkbox list for user input based on items in a column of a datatable?

    I have a data table with one of the columns having names of different tests conducted on parts. Other columns have other test related data.I want to make a user interface where these test names are available as check boxes for user input to be used in the next stage of my JSL script. I would like have a warning (with stop further execution) if more than or less than two items selected via these ch...

    Neo Neo
    Discussions |
    Jun 14, 2023 8:37 AM
    1677 views | 1 replies
  • How to close associated data table with a warning, when chart window is closed ?

    I want to show a warning dialog to the user when a chart window is closed and close the associated data table (without saving) if the user selects OK and keep both the data table and the chart, if the user selects "Cancel".The script below is for the dialog box I want, but where do I need to put the statement for closing [if OK] or keeping [if Cancel] the data table?gb << On Close( New Window( "A...

    Neo Neo
    Discussions |
    Jun 14, 2023 3:22 AM
    2065 views | 4 replies

Latest Discussions

  • Finding X and Y coordinate

    Hello JMP Community,  I am trying to figure out a way to identify the X and Y coordinates of the highlighted rows.Get the lower x boundary of those bin "P" lying furthest to the left, that have at least SOME of their left edge on the wafer. And get the upper y boundary of those bin "P" lying furthest to the top, that have at least SOME of their top edge on the wafer. In this example the X = 23 and...

    Jackie_ Jackie_
    Discussions |
    Jun 13, 2023 12:18 PM
    5525 views | 10 replies
  • HOW TO FIND MINIMA/MAXIMA IN JMP?

    Is there a way to find this minima(as shown in figure) and exclude data to its left.   

    vharibal vharibal
    Discussions |
    Jun 13, 2023 6:42 AM
    3397 views | 5 replies
  • How do I use user defined variables to define a database query?

    Hello, I am using JMP16. I have a pop up box to ask for user input to define two variables ("Entity", and "Last_X_Days") that I would like to use to query a database. I have no problem getting these variables defined, but the data pull query is in quotations and wont take inputs as variables. It just takes them literally.  If "Last_X_Days" and "Entity" are previously defined as variables (based of...

    MedianShark873 MedianShark873
    Discussions |
    Jun 12, 2023 10:47 PM
    865 views | 1 replies
  • Passing messages to "this" within class definition

    Is it possible to pass a message to the instance of a class from within a method? Here is an example of what I am trying to do: Define Class( "example", x=1; test = Method( {name, method}, << Insert(name, method); ); ); t = New Object( example()); // This fails to insert the blah method t:test("blah", Method({y}, show("Blah " || char(x) || char(y)))); t:blah(6); //This succeeds in insert...

    KevW KevW
    Discussions |
    Jun 12, 2023 7:02 AM
    2662 views | 5 replies
  • Creating a series column based on other column values.

    Hello, I need help with creating a column, using JSL,  that fill a series and increase by one when a triggered by another column value. Like column 2 below, every time there is a “Yes” in column 1 it increases by 1 the value in column 2.
    Hope I am clear enough. Column 1Column 2No1No1No1No1Yes2No2No2No2No2No2Yes3No3No3No3

    ileshem ileshem
    Discussions |
    Jun 9, 2023 10:20 AM
    1626 views | 3 replies

Latest Discussions

  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    846 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    831 views | 0 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    839 views | 0 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    699 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    904 views | 0 replies
view all discussions