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

  • Scale axis fit group

    Hello JMP Community, I am trying to write a jsl code that can scale the axis with button box.I want to scale axis for all three oneway plots in the fit group. The below code works only for the first one way chart. Any suggestions?  dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Window( "", H List Box( Button Box( "Scale axis ", Try( fsl = fg << report ); (fsl)[AxisBox( 1 )] ...

    Jackie_ Jackie_
    Discussions |
    May 24, 2023 11:20 AM
    1266 views | 2 replies
  • Can JMP Tabulate provide relative changes of parametrical data relative a reference point in time (such as pivot tables)?

    I have a lot of data sets that i normally review with Excel Pivot Tables, but wonder if it would be possible to use tabulate tables in JMP to review similarily.  The data looks like the example in the attached Excel table. Four devices are tested 5 times, at 0h, 1h,  20h, 50h, 100h.In each measurement parameter1 and parameter2 are measured. I would like a table that has data in tree columnsfor eac...

    JCarlsson JCarlsson
    Discussions |
    May 24, 2023 4:15 AM
    2148 views | 2 replies
  • close() does not default to NoSave since 17.0

    Hello everyone,I'm running into a bit of trouble with my scripts ever since I updated to JMP 17.I have a lot of scripts usingclose(dt2);whereas dt2 is a data table opened using Open getting a xlsx-File.I only read data from that table and close it in the end, without saving, but recently I end up with those unneeded unnamed Table1 files in my folders. If I specifyclose(dt2, NoSave);the problem doe...

    Samu Samu
    Discussions |
    May 24, 2023 12:28 AM
    2285 views | 5 replies
  • With multiple Data Table how do i link it such that each time i rerun it will choose the correct one.

    Hi all, I have a JMP script which generates a Journal with different plots using different data tables. Using the journal how can i rerun the plot without having to choose which data table to use.  For( i = 1, i <= N Items( colPlotType ), i++, /* SET THE CURRENT DATA TABLE TO THE APPROPRIATE REPORT TYPE */ If( /* IF REPORT TYPE IS PD*/ colReportType[i] == "PD", /* THEN */ If( Is Empt...

    Dyan Dyan
    Discussions |
    May 23, 2023 3:25 PM
    994 views | 1 replies
  • Why no response after click 'GO' when using Stepwise of P value threshold in JMP 16?

    I noticed that JMP has no response quick often especially when I use either Forward or Backward in P value threshold. Is there any reason for this? It's very annoying. I have to quick the stepwise and do it again and again.

    lazzybug lazzybug
    Discussions |
    May 23, 2023 3:02 PM
    2373 views | 4 replies

Latest Discussions

  • Can JMP Tabulate provide relative changes of parametrical data relative a reference point in time (such as pivot tables)?

    I have a lot of data sets that i normally review with Excel Pivot Tables, but wonder if it would be possible to use tabulate tables in JMP to review similarily.  The data looks like the example in the attached Excel table. Four devices are tested 5 times, at 0h, 1h,  20h, 50h, 100h.In each measurement parameter1 and parameter2 are measured. I would like a table that has data in tree columnsfor eac...

    JCarlsson JCarlsson
    Discussions |
    May 24, 2023 4:15 AM
    2148 views | 2 replies
  • close() does not default to NoSave since 17.0

    Hello everyone,I'm running into a bit of trouble with my scripts ever since I updated to JMP 17.I have a lot of scripts usingclose(dt2);whereas dt2 is a data table opened using Open getting a xlsx-File.I only read data from that table and close it in the end, without saving, but recently I end up with those unneeded unnamed Table1 files in my folders. If I specifyclose(dt2, NoSave);the problem doe...

    Samu Samu
    Discussions |
    May 24, 2023 12:28 AM
    2285 views | 5 replies
  • With multiple Data Table how do i link it such that each time i rerun it will choose the correct one.

    Hi all, I have a JMP script which generates a Journal with different plots using different data tables. Using the journal how can i rerun the plot without having to choose which data table to use.  For( i = 1, i <= N Items( colPlotType ), i++, /* SET THE CURRENT DATA TABLE TO THE APPROPRIATE REPORT TYPE */ If( /* IF REPORT TYPE IS PD*/ colReportType[i] == "PD", /* THEN */ If( Is Empt...

    Dyan Dyan
    Discussions |
    May 23, 2023 3:25 PM
    994 views | 1 replies
  • Formatting is not accepted (col << Format( "Fixed Dec", 10, 2 )) and still getting 3 decimal point as the output. What am I doing wrong?

    Hello dear community, I am assigning the two decimal point format to a column but when i extract this value it is still showing 3 decimal points. I would appricate your input. Here is an example:// Open Data Table: Antibiotic MICs.jmp // → Data Table( "Antibiotic MICs" ) Open( "$SAMPLE_DATA/Antibiotic MICs.jmp" ); // Standardize column attributes-The main idea is the format= Fixed Dec, 10, 2-show...

    Aziza Aziza
    Discussions |
    May 19, 2023 12:39 AM
    1859 views | 3 replies
  • Get values in the list from SQL query

    Hi, Is there way I could insert the column values in the list than jmp table?

    I 'm trying to write a JSL code to query data from database and I want to store the values from the SQL table into a variable list (not in the JMP table).
    For example, save the WorkCenter sql table values in the list= {};
    Any suggestions?

    Thanks,Jackie

    Jackie_ Jackie_
    Discussions |
    May 19, 2023 12:04 AM
    2652 views | 4 replies

Latest Discussions

  • 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
    835 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
    846 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
    702 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
    913 views | 0 replies
  • C Stack Usage Error When Sending Code to R

    Hello, I'm trying to invoke some commands in R using the R Submit function in JSL and am getting the error below. Is this an issue with JMP17 and R integration? It only happens when I invoke a specific package using JSL so it's hard for others to replicate w/o installing R and the package as well. I'm using JMP 17.0 and R 4.2.0. Never saw this error with JMP 16. "Error: C stack usage 4123778 is to...

    vigslayer vigslayer
    Discussions |
    Dec 15, 2022 8:14 PM
    1102 views | 0 replies
view all discussions