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 can I listen for HTTP requests and then fire a callback function?

    I've been reading the sockets examples, but all I can get JMP to do is acknowledge receiving a request, I can't get the payload or message of the request.  Is there a better way than sockets or scheduler to achieve nonblocking communication?

    Everything is on windows.Basically my workflow is:Render an HTML page with JMP,interact with the data using javascript, html, csspass the result to a python Fl...

    xxvvcczz xxvvcczz
    Discussions |
    Jun 17, 2023 12:28 PM
    9258 views | 7 replies
  • script for multivariate report

    hello ,any help would be really appreciated.I am writing a script to automatically create a multivariate report. The column names inside  Y  ( Multivatiate (Y( col1,col2,col3, ...)  ....) will be changing, therefore I am trying tofeed Y with a list of column names .  Is this possible? /// num_table= df << Subset( ( num_col_select ), Output Table Name( "numerical columns only- the only use for this...

    dimitris dimitris
    Discussions |
    Jun 16, 2023 9:06 AM
    1447 views | 2 replies
  • Formatting column within control chart builder jsl

    Hello, I am having an issue creating a control chart when trying to script it with JSL on JMP17. I have a column that contains a long date and time in the format "02/24/2023 8:22:00 PM". I would like to use the formula Abbrev Date () to change the format of the label on the X-axis to only the date "02/24/2023" to reduce the clutter in the control chart. If this isn't the best way to do it, please ...

    JeffG JeffG
    Discussions |
    Jun 16, 2023 8:30 AM
    2058 views | 4 replies
  • Workflow builder error for Custom Action (Error: Send Expects Scriptable Object)

    I added the JSL below as Custom Action in the Workflow builder. The error happened at the For loop (Error: Send Expects Scriptable Object).While running this script in Script window, it works properly to rename columns header that contain "%, ". Any idea on how to solve this to make the workflow more smooth? else, need to stop at this step to run Column Renaming script outside the WorkFlow Builder...

    Nita_Natchanok Nita_Natchanok
    Discussions |
    Jun 15, 2023 10:32 PM
    3050 views | 6 replies
  • Using Create Database Connection for a ODBC Database in JMP 17

    Hello, I have a JSL script that uses the "Create Database Connection" function to connect to an ODBC database and executes an SQL query (see below). This script was working on JMP 16, however I received a new computer and upgraded to JMP 17 and now I am receiving the attached error ("Send Expects Scriptable Object in access or evaluation of 'Send', dt1 << Show WIndow(0)"). I've performed some debu...

    Austin Austin
    Discussions |
    Jun 15, 2023 7:20 PM
    3692 views | 3 replies

Latest Discussions

  • Formatting column within control chart builder jsl

    Hello, I am having an issue creating a control chart when trying to script it with JSL on JMP17. I have a column that contains a long date and time in the format "02/24/2023 8:22:00 PM". I would like to use the formula Abbrev Date () to change the format of the label on the X-axis to only the date "02/24/2023" to reduce the clutter in the control chart. If this isn't the best way to do it, please ...

    JeffG JeffG
    Discussions |
    Jun 16, 2023 8:30 AM
    2058 views | 4 replies
  • Workflow builder error for Custom Action (Error: Send Expects Scriptable Object)

    I added the JSL below as Custom Action in the Workflow builder. The error happened at the For loop (Error: Send Expects Scriptable Object).While running this script in Script window, it works properly to rename columns header that contain "%, ". Any idea on how to solve this to make the workflow more smooth? else, need to stop at this step to run Column Renaming script outside the WorkFlow Builder...

    Nita_Natchanok Nita_Natchanok
    Discussions |
    Jun 15, 2023 10:32 PM
    3050 views | 6 replies
  • Using Create Database Connection for a ODBC Database in JMP 17

    Hello, I have a JSL script that uses the "Create Database Connection" function to connect to an ODBC database and executes an SQL query (see below). This script was working on JMP 16, however I received a new computer and upgraded to JMP 17 and now I am receiving the attached error ("Send Expects Scriptable Object in access or evaluation of 'Send', dt1 << Show WIndow(0)"). I've performed some debu...

    Austin Austin
    Discussions |
    Jun 15, 2023 7:20 PM
    3692 views | 3 replies
  • Error using associative array (dictionary) // subscripted key not in map in access or evaluation

    For some reason, a script that was working stopped (both in JMP 16 and 17) and now I am getting the following error subscripted key not in map in access or evaluation of 'aaa (bbb) [ccc]' , "aaa (bbb) [ccc]"I have a small script that renames the columns of a secondary table to a primary table. First, an associative array is created (not shown). Then I iterate through the columns. new_colNames = dt...

    FN FN
    Discussions |
    Jun 15, 2023 6:26 AM
    1145 views | 1 replies
  • Graph builder marker size

    Hi all, Is it possible to have a non specific (item ID) marker size customization in Graph Builder? I have this piece of code as an example but I need the Item ID not to be specified only to the given items on the script.  

    UserID16644 UserID16644
    Discussions |
    Jun 14, 2023 10:59 PM
    1187 views | 2 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
    830 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
    903 views | 0 replies
view all discussions