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.

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

  • Create UI to help build sql queries

    I'm looking to create a JMP UI where a user selects a program to run and adds in some data filter options to the end [after where statement] or middle [from statement] of an SQL query.  My first problem is that i think i'm assigning the user entered/selected data incorrectly to a new variable (see row 45--->DataParam_1).  Then i'm not sure how to assign the filter selection statements ("AND ....")...

    Tom_P Tom_P
    Discussions |
    Sep 29, 2021 11:03 AM
    4042 views | 7 replies
  • How to send the second chart in a distribution by group to a journal using JSL?

    Hi, I am back with another issue I am having with an example script. Names Default To Here(1); dt = open("$SAMPLE_DATA/Big Class.jmp"); //loads data table include ("plotScatterPlot.jsl"); // plots a 3D scatter plot Window ("Big Class - Scatterplot 3D of age, height")[outlinebox(1)]<< journal;  include ("distributionBySex.jsl"); Window ("Big Class - Distribution")[outlinebox(1)]<< journal;where wh...

    Neo Neo
    Discussions |
    Sep 29, 2021 10:31 AM
    969 views | 1 replies
  • Reporting x value when y approaches zero

    I have multiple data sets similar to the one shown below where I would like to review the y values (in the graph shown this is "H2O pickup") and create a report out when these values approach zero. I would like to be able to set a threshold around this at a value close to zero. In the picture I have shown -0.0005 for the y value and the resulting x solution reported would be around a cycle time of...

    thedellette thedellette
    Discussions |
    Sep 29, 2021 6:46 AM
    1544 views | 4 replies
  • Process screening platform change between JMP 15 and JMP16

    Hello,  I use the process screening platform in a script. S = Response Screening( Y( Eval( Expr( YParamList ) ) ), X( :Split ), practical difference portion( 0.05 ),save compare means );Then I use the output table to draw  plots of significant parameters. However since we use JMP16 it doesn't work well. It seems that the name of table, the order of tables (the active table after execution is not t...

    ptijerome ptijerome
    Discussions |
    Sep 29, 2021 4:55 AM
    1803 views | 5 replies
  • Send chart to journal using window name, not by using handle to chart?

    Consider the following example script (a simplified  version of my actual problem)Names Default To Here(1); dt = open("$SAMPLE_DATA/Big Class.jmp"); //Scatt3D = dt << Scatterplot 3D( Y( :age, :height ), X Axis( :age ), Y Axis( :height ) ); include ("plotScatterPlot.jsl"); Window ("Big Class - Scatterplot 3D of age, height")<< journal; //Scatt3D << journalwhere plotScatterPlot.jsl containsScatt...

    Neo Neo
    Discussions |
    Sep 29, 2021 12:04 AM
    1604 views | 4 replies

Latest Discussions

  • Process screening platform change between JMP 15 and JMP16

    Hello,  I use the process screening platform in a script. S = Response Screening( Y( Eval( Expr( YParamList ) ) ), X( :Split ), practical difference portion( 0.05 ),save compare means );Then I use the output table to draw  plots of significant parameters. However since we use JMP16 it doesn't work well. It seems that the name of table, the order of tables (the active table after execution is not t...

    ptijerome ptijerome
    Discussions |
    Sep 29, 2021 4:55 AM
    1803 views | 5 replies
  • Using DOE to optimize a process

    Dear JMP-Community, I want to optimize a process. I have 5 factors (X1 –X5), whereof one is a hard-to-change factor (X3) and 10 response variables (Y1-Y10). Responses are measured with a trained sensory panel (8 – 11 assessors). Each assessor can evaluate 3 samples per whole plot (=day). The assessors evaluate the intensities of the defined attributes (=responses) using an unstructured line scale ...

    kjl kjl
    Discussions |
    Sep 28, 2021 11:01 PM
    2067 views | 2 replies
  • How can I calculate with formula  and create such a bar graph in JMP?

    How can I calculate adherence in %  see example in attachment and create such a bar graph in JMP?    

    Laetisten Laetisten
    Discussions |
    Sep 28, 2021 7:44 AM
    2279 views | 5 replies
  • Variability Chart - Cannot Add Line For Each Data Point In Each Group

    I plot variability chart and want to add line to connect each data point for each group to show the trend.However, the line cannot be added.Could you take a look if I missing anything in my code?dt= Current Data Table(); Rp = dt << Variability Chart( Y( :Qty ), X( :Product, :Lot, :Defect, :Sublot, :workweek ), Max Iter( 100 ), Conv Limit( 0.00000001 ), Number Integration Abscissas( 128 ), N...

    bzanos bzanos
    Discussions |
    Sep 28, 2021 5:50 AM
    878 views | 1 replies
  • How do I script for sending charts and analysis data to the journal without manually running existing scripts for charts/analysis?

    Hi,I have bunch of scripts which I use to analyse the product test data in JMP.The scripts generally call multiple columns in the test data file.Each test run is tagged by an ID and only this ID changes for pulling the new test run data into JMP - the scripts used for data analysis remain same. For sharing my analysis I (currently) manually create a PPT slide pack with the charts and analysis data...

    Neo Neo
    Discussions |
    Sep 27, 2021 3:42 PM
    3684 views | 9 replies

Latest Discussions

  • 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
    946 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
    945 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
    660 views | 0 replies
  • Applying Boolean Logic to filtering/selecting records in a Dashboard/Application built from multiple platforms

    Hi everyone,  I've been working on a systematic map to accompany a literature review on forest bird habitat relationships that is getting much closer to completion. A hearty shout out to community members @cwillden , @txnelson , @danschikore , @brady_brady , and technical support crew Adam Morris, Sarah Seligman, Laura Archer, and Wendy Murphrey for helping me get this project this far along.  I f...

    caseylott caseylott
    Discussions |
    Aug 17, 2021 11:15 AM
    1216 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    611 views | 0 replies
view all discussions