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

  • Get value for grand median from a variability chart

    JMP can plot a line for grand median on a variability chart, but how to show or extract its value?(I can get JMP to show the value for the grand mean but not for grand median) 

    Neo Neo
    Discussions |
    Feb 16, 2022 5:08 AM
    1253 views | 1 replies
  • 这个网站的数据怎样用脚本分析地址怎样获取并下载?

    大家好!这个网站是异步加载数据的 怎样用脚本分析地址怎样获取并下载? 谢谢!

    lala lala
    Discussions |
    Feb 15, 2022 10:53 PM
    1260 views | 2 replies
  • Horizontal plotting two tables to one journal

    Hello again,I have two different tables and I just want to put them on the same journal/HTML horizontal. 
    is there a script command for doing such?I tried to use the bellow (which I found in this forum) but the tables  came out vertically:nw2 = New Window("horizontal tables", hlb = H List Box()); For(i = 1, i <= N Table(), i++, hlb << Append(Data Table(i) << new data box); //Active tables side by s...

    ileshem ileshem
    Discussions |
    Feb 15, 2022 12:23 PM
    1563 views | 3 replies
  • How do I skip a particular worksheet while importing an Excel file?

    Hello JMP Forum,
    I'm using JMP 16. I'm looking for a way to import an Excel spreadsheet with several worksheets, but want to skip importing a particular worksheet named 'Summary'. Is there a way to write a script for this? Please note: I create a report using such an Excel file periodically. And the number and names of the worksheets (other than 'Summary') vary every time. Thanks 

    klm123 klm123
    Discussions |
    Feb 15, 2022 11:57 AM
    3107 views | 7 replies
  • Force Excel Import Wizard to Use Character for All Columns?

    I am trying to import several one sheet from several auto-generated Excel tables and then concatenate into a larger file.  The problem is that the first row contains the 'blank' data which has no batch/lot/etc. info, and the Excel cells have 'general' as the format.  The next three columns are empty for the 'blank' but full for all other rows (samples).  The first (batch) always imports correctly ...

    andersonmj2 andersonmj2
    Discussions |
    Feb 15, 2022 7:30 AM
    3578 views | 4 replies

Latest Discussions

  • 这个网站的数据怎样用脚本分析地址怎样获取并下载?

    大家好!这个网站是异步加载数据的 怎样用脚本分析地址怎样获取并下载? 谢谢!

    lala lala
    Discussions |
    Feb 15, 2022 10:53 PM
    1260 views | 2 replies
  • Force Excel Import Wizard to Use Character for All Columns?

    I am trying to import several one sheet from several auto-generated Excel tables and then concatenate into a larger file.  The problem is that the first row contains the 'blank' data which has no batch/lot/etc. info, and the Excel cells have 'general' as the format.  The next three columns are empty for the 'blank' but full for all other rows (samples).  The first (batch) always imports correctly ...

    andersonmj2 andersonmj2
    Discussions |
    Feb 15, 2022 7:30 AM
    3578 views | 4 replies
  • Degradation (stability) graph, changing colours

    Hi I am trying to change the colour of the confidence intervalto more transparent and and a better colour.  I cannot work out how to do this, any help would be appreciated

     

    Gadsdon Gadsdon
    Discussions |
    Feb 15, 2022 6:21 AM
    1604 views | 3 replies
  • Timeout of the try function

    I have a single script that calls many other scripts for reporting processes on equipment and building reports. Sometimes the data coming off the process tools includes errors that JMP cannot handle.  So I have wrapped the calls in a Try() function like this:For(ii=1, ii < nitems(BulkScriptsToRun), ii++, try( Include( BulkScriptsToRun[ii] ); ); );Sometimes the included script does not cras...

    mann mann
    Discussions |
    Feb 14, 2022 1:14 PM
    2243 views | 4 replies
  • JMP selection shape -- Want a circle/oval instead of rectangle

    This seems like a simple but important feature -- how can I change my select shape to an oval instead of rectangle?  I know there is the lasso tool, but i want it restricted to an oval.

    AvgSquare646 AvgSquare646
    Discussions |
    Feb 14, 2022 8:44 AM
    1586 views | 4 replies

Latest Discussions

  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    597 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    769 views | 0 replies
  • How to introduce lower bounds for simulated data in Profiler platform

    Hi JMP community,   (JMP Pro 16.0.0)   I'm hoping to find out if there is a way to include lower bounds to simulated data in the Profiler platform. I have several predictors going into a model, but few data points to fit. So, in order to generate simulated ("synthetic") data, I use the Prediction Profiler platform along with the multivariate correlation structure of the data to generate thousands ...

    SDF1 SDF1
    Discussions |
    Feb 1, 2022 11:09 AM
    589 views | 0 replies
  • Query Builder filtering on date stored in Varchar(20)

    Query Builder - date filter.SQL ServerJMP version 16.2In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like. Using SQL outside Query BuilderSELECT TOP (1000) [LABJOBNO]      ,[DESPA...

    HansD HansD
    Discussions |
    Jan 25, 2022 6:12 AM
    1391 views | 0 replies
  • M1 Macbook Pro JMP Capabilities

    Hi all, 
    I'm thinking about upgrading from my windows set-up and running a M1 Macbook Pro as my primary set up. I wanted to open up the discussion and see if any other JMP users were using the newest Macbook Pro and if they have run into any hurdles yet? I do a lot of R/Python integration. I do have a decent set up right now, but want to know if anyone else has tested out this connection and knows ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Jan 21, 2022 1:52 PM
    789 views | 0 replies
view all discussions