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

  • 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
    1061 views | 1 replies
  • Local data filter in application builder

    I have an application that contains a 'Filter Col Selector' already. The application asks the user for Xs, Ys, etc. I would like to add the option of having a 'Local Data Filter' so the user can remove certain rows from Xs and Ys before running the script. The option is deactivated on the menu bar and I see there is a 'Local data filter' within the App Builder.Yet, when I try to add it, this is li...

    FN FN
    Discussions |
    Oct 14, 2021 11:45 AM
    2045 views | 5 replies
  • using RGB values in JSL scripts instead of color name or whatever this (--16741343) is

    Hello,   I'm new to using a basic JSL script that was saved after building a bar chart graphic. Although I set RGB values to assign colors to bars in Graph Builder, the resulting JSL script gives me this:   Properties( 1, {Fill Color( "yellow" )} ), Properties( 2, {Fill Color( -16741343 )} ), Properties( 3, {Fill Color( -11075814 )} ), Properties( 4, {Fill Color( -16755200 )} ),   Can I use RGB va...

    ReneeBay ReneeBay
    Discussions |
    Oct 14, 2021 11:21 AM
    2097 views | 2 replies
  • Filter row item by comparing multiple parameters related the item using a script

    I have attached example data from which I need to extract the row for which the yield is minimum for a given PartID. I would like to do this using a script.This I need to do for each PartID and then have a table with only the filtered rows (i.e. [PartID], [Parameter] [(min-) Yeild]).Note, I have deliberately put identical yield for part C as I may have similar data and would like to handle such us...

    Neo Neo
    Discussions |
    Oct 14, 2021 11:05 AM
    1518 views | 4 replies

Latest Discussions

  • 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
    1061 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
  • How do I add shading Between Targets with Run Lines over top?

    Hi JMP Community, I've caught myself in a bit of a pickle trying to figure this out. I have a set of run data from 6 different runs that I'd like to plot as a line graph over the shaded area between our targets. Could someone explain how to do this? If it's possible. Below is the data and targets (lime green and black) that I have and I'd like to shade the area in light grey between the two target...

    lkramer lkramer
    Discussions |
    Oct 14, 2021 7:59 AM
    1297 views | 1 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
    943 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