cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Help with adding chart/graphic exporting commands to JSL script: high resolution, vector format

    Hello, Is there relatively simple scripting language I can add to my bar chart JSL file as a novice JSL user that will export to a high resolution, vector format...preferably without all the "extra stuff" that comes with the selecting and copy/paste approach I currently use? I paste to Illustrator which works ok, but I still have to do a lot of clean up in Illustrator including (but not limited to...

    ReneeBay ReneeBay
    Discussions |
    Oct 15, 2021 8:18 AM
    1803 views | 5 replies
  • Eliminating Empty Space in HTML when converting from Jmp Journal

    Hi -   I need some guidance to eliminate empty space observed between plots in HTML file when it is converted from a journal.   I am using the following JSL code. Journal looks as expected but HTML has spacing between plots and table. Names Default To Here( 1 ); bigClass = Open( "$SAMPLE_DATA/Big Class.JMP" ); dt = Current Data Table(); nw = New Window( "BigClass", <<journal, vlb = v List Box() );...

    uProf uProf
    Discussions |
    Oct 15, 2021 7:53 AM
    1492 views | 4 replies
  • Pass Command-Line Input Argument to OnOpen

    Hello,I would like to select rows in a table based on command-line input parameter/arguments when opening *.jmp files. For example, in a Windows environment, I would like to run "$SAMPLE_DATA/Big Class.jmp 2 5 9" and have OnOpen script to retrieve the "2 5 9" arguments and interpret them to be a matrix [2, 5, 9] for an input to the "Set Select Rows" function. Any thoughts or alternative ideas woul...

    Technician Technician
    Discussions |
    Oct 15, 2021 4:52 AM
    1511 views | 2 replies
  • Copy of a function in JSL

    Hi, my function F is a complex function and in some cases I need to redefine it while keeping its old functionality. I would like to keep a copy of F before changing it. So far, I did not find a way to do this in JSL. Here is a small example, what I am trying to do. What is the correct way to really copy a function and not just link it? Thanks! F = Function( {x,y}, x+y ); // actually much more com...

    Robbb Robbb
    Discussions |
    Oct 15, 2021 3:39 AM
    983 views | 1 replies
  • Cannot remove limits from graph

    I am using JMP 16 on Mac, and if the column has a spec limits (LSL / USL), then no matter what I am not able to remove them when making a graph. In the "Reference Lines" section there is a "Remove" button but it never works; I remove the line and it is removed in the preview to the left, but once I click Ok it comes back again. IS there a solution to this bug?

    student1 student1
    Discussions |
    Oct 14, 2021 12:57 PM
    1060 views | 1 replies

Latest Discussions

  • Eliminating Empty Space in HTML when converting from Jmp Journal

    Hi -   I need some guidance to eliminate empty space observed between plots in HTML file when it is converted from a journal.   I am using the following JSL code. Journal looks as expected but HTML has spacing between plots and table. Names Default To Here( 1 ); bigClass = Open( "$SAMPLE_DATA/Big Class.JMP" ); dt = Current Data Table(); nw = New Window( "BigClass", <<journal, vlb = v List Box() );...

    uProf uProf
    Discussions |
    Oct 15, 2021 7:53 AM
    1492 views | 4 replies
  • Cannot remove limits from graph

    I am using JMP 16 on Mac, and if the column has a spec limits (LSL / USL), then no matter what I am not able to remove them when making a graph. In the "Reference Lines" section there is a "Remove" button but it never works; I remove the line and it is removed in the preview to the left, but once I click Ok it comes back again. IS there a solution to this bug?

    student1 student1
    Discussions |
    Oct 14, 2021 12:57 PM
    1060 views | 1 replies
  • Prediction variance and prediction interval

    Can someone please explain the difference between prediciton variance and prediction interval?  I know they are the errors invovled when making a predction for a new response.  But I don't know the difference.  Is the prediction band shown in the prediction profiler the prediction variance or prediction interval?  Thanks!

    CYLiaw CYLiaw
    Discussions |
    Oct 14, 2021 10:22 AM
    3880 views | 2 replies
  • Bug with publish file

    Hi, see the 2 images.
    when I 've made a publish file, there was a pb with a curve (blue and red for the 5th curve).
    a solution? best regards Capture Graph Builder   Capture HTML  

    Françoise Françoise
    Discussions |
    Oct 14, 2021 9:25 AM
    1502 views | 3 replies
  • Group use of JMP

    I work as part of a group where everyone works with JMP.
    I would be happy if we could share what each team member does with all team members.
    Is there such an option in JMP? Something like an internal library where only team members will have permissions to view scripts?

    Thank you.
     

    PninaBarak PninaBarak
    Discussions |
    Oct 14, 2021 8:06 AM
    1125 views | 2 replies

Latest Discussions

  • non-parametric response screening

    I love the response screening platform. Is there a way to choose the fit y-by-x model to be non parametric, so i can compare non-normal distributions? is that the Huber/cauchy options?thanks

    ezorlo ezorlo
    Discussions |
    Oct 11, 2021 1:03 AM
    609 views | 0 replies
  • JSL: Saving multiple chart and auto fit each of them into 1 page

    I have created a Window with V List Box which contained multiple Variability Charts and tried to save them into 1 pdf. What i want to achieve is saving and auto scale each of the Variability Charts into 1 single page of pdf. Can anyone help to advise how to do that? Much appreciated!nw = New Window( "taskQueryCharzCurrent - Variability Chart of current", V List Box( Variability Chart( Y( :cu...

    giin giin
    Discussions |
    Oct 7, 2021 6:42 AM
    799 views | 0 replies
  • Skip Lot Sampling Plan

    Hi,I am interested to use JMP for skip lot sampling plan. I like to test only a fraction (f) of samples after successful inspection of (n) number of samples. Here is the link to NIST https://www.itl.nist.gov/div898/handbook/pmc/section2/pmc27.htm I appreciate any help you can provide. Thanks Adam

    AT AT
    Discussions |
    Sep 10, 2021 10:38 AM
    942 views | 0 replies
  • Time values in xls or xlsx, csv, and JMP

    Hi all, I have a strange issue with the time values from my excel. I have some data (example is attached here as excel file), the time column is an interest for me and I would add the date and time column together to create a date time column. To analyze the data, I use JMP so I am importing the excel file.However, I ran into a number of oddities:1. When I import multiple files (from customers to ...

    fliew0410 fliew0410
    Discussions |
    Sep 7, 2021 7:25 AM
    943 views | 0 replies
  • Error while using Azure MFA to connect with JMP

    I have rightly set up the ODBC connection version 17 for SQL server using Azure MFA. However, when I try to connect for the DSN via JMP i get the following error. how to overcome this error in JMP14.  [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Password option must not be specified, if Authentication option is 'ActiveDirectoryInteractive'.

    hariharan249 hariharan249
    Discussions |
    Sep 3, 2021 7:14 AM
    655 views | 0 replies
view all discussions