cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • I need some help with JMP courses.

    Hey everyone. I am Xavier, and I am a beginner at JMP learning. My elder sister runs an Indian restaurant. I know she has been struggling with analysing sales data. That’s why I plan on learning JMP and helping her. I would be grateful if someone could help me find a beginner's course.

    xaviercastillo xaviercastillo
    Discussions |
    Apr 29, 2025 2:18 AM
    1008 views | 1 replies
  • jsl - How to open the most recent file with a specific naming convention?

    Hi everyone,How do I script jsl to open the newest file in a directory that contains a specific naming convention? I have the following code which will open the newest file in the directory:(  OpenNewestFile = Files In Directory( "C:\users\me\MyDocuments\" );  {t,p}={0,1};  for(i=1, i <= n items(OpenNewestFile),i++,  ti=Last Modification Date("C:\users\me\MyDocuments\" || OpenNewestFile );  If(ti>...

    rrtx_mike rrtx_mike
    Discussions |
    Apr 29, 2025 1:47 AM
    7048 views | 4 replies
  • How do I get my axis property to be updated on my distribution graphic ?

    Hello,   I have an application with a dashboard showing the distributions (and other graphs) of a table's parameters.   In this application, the user can interactively set limits, to be displayed on the graphs. To do this, I use the ‘Axis’ property of the columns. And while changes to this property are automatically reflected on graph builder graphics, this does not seem to be the case on the dist...

    SophieCuvillier SophieCuvillier
    Discussions |
    Apr 29, 2025 1:44 AM
    1730 views | 2 replies
  • How to solve the JMP Alarm with error "deleted object reference: day << Get in access or evaluation of 'Glue' in JMP18 version

    This script is running well in JMP14 version, but when I using in JMP18 version the alarm happened. Hopefully getting a help from everyone. Thank you so much    

    ThoPhan ThoPhan
    Discussions |
    Apr 28, 2025 10:38 PM
    1817 views | 3 replies
  • How to parse commas within a List Box

    Hello,

    I am on JMP 18.1.2 and am attempting to create a matrix of check boxes. The final step which I cannot figure out, is how to dynamically create the H List Box based on number of rows.

    This is my current code: test = {"a","b","c","d","e"}; testFin = {}; rows = 2; remain = Modulo(N Items(test), rows); loops = 2 + (remain > 0); //create a list that groups the original list in groups of 2 (rows) ...

    CohortMapping26 CohortMapping26
    Discussions |
    Apr 28, 2025 9:28 PM
    1391 views | 2 replies

Latest Discussions

  • I need some help with JMP courses.

    Hey everyone. I am Xavier, and I am a beginner at JMP learning. My elder sister runs an Indian restaurant. I know she has been struggling with analysing sales data. That’s why I plan on learning JMP and helping her. I would be grateful if someone could help me find a beginner's course.

    xaviercastillo xaviercastillo
    Discussions |
    Apr 29, 2025 2:18 AM
    1008 views | 1 replies
  • jsl - How to open the most recent file with a specific naming convention?

    Hi everyone,How do I script jsl to open the newest file in a directory that contains a specific naming convention? I have the following code which will open the newest file in the directory:(  OpenNewestFile = Files In Directory( "C:\users\me\MyDocuments\" );  {t,p}={0,1};  for(i=1, i <= n items(OpenNewestFile),i++,  ti=Last Modification Date("C:\users\me\MyDocuments\" || OpenNewestFile );  If(ti>...

    rrtx_mike rrtx_mike
    Discussions |
    Apr 29, 2025 1:47 AM
    7048 views | 4 replies
  • How to solve the JMP Alarm with error "deleted object reference: day << Get in access or evaluation of 'Glue' in JMP18 version

    This script is running well in JMP14 version, but when I using in JMP18 version the alarm happened. Hopefully getting a help from everyone. Thank you so much    

    ThoPhan ThoPhan
    Discussions |
    Apr 28, 2025 10:38 PM
    1817 views | 3 replies
  • about partition

    When distinguishing between A and B using continuous variables from tests a, b, c, and d, we employ partitioning to evaluate the contribution of these four tests. However, factors like (a) and (b) appear repeatedly in multiple splits, complicating the analysis. How can we adjust the settings to prevent specific factors from being selected too frequently? Attach the actual results and an image of t...

    s22d704 s22d704
    Discussions |
    Apr 28, 2025 6:54 AM
    1617 views | 1 replies
  • What are the requirements for using a workflow script in QC (or similar environment)?

    Hi community,   We are thinking about developing a "Workflow" script in JMP to facilitate data analysis in QC environment.   However I have a few questions.... Does anyone know if workflows are currently being used as a tool in other QC labs? Does anyone have an idea how they ensure traceability using a workflow? (for example,associated to the results output (normally another datatable) having a...

    Eugénio_FMendes Eugénio_FMendes
    Discussions |
    Apr 28, 2025 4:06 AM
    1012 views | 1 replies

Latest Discussions

view all discussions