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

  • How to populate a new column with a conditional statment

    I would like to populate column = = :Cost Set_2 with the same data as  from column == :Cost Set  Except if column == :Mon_Yr == 03/2022 AND :Cost Set=="ACTUAL_PAID" THEN :Cost Set_2 == "ACWP" I have a formula script that but I could not get it to work: If( Char( Format( :Mon_Yr, "m/y" ) == "03/2022" ) & (:Cost Set == "ACTUAL_PAID")), "ACWP", Also instead of using "03/2022"  I'd like to set this u...

    dfusco923 dfusco923
    Discussions |
    Mar 10, 2022 7:47 AM
    1897 views | 4 replies
  • How to Create a Fit Model with Different Sized Data Tables

    I have 12 serialized assemblies. Each assembly has 8 parts, each part has a set of data of the same column structure. Each assembly goes through 1 qualification test.Each assembly then goes through 10 rounds of life testing (each round has the same column structure). That leaves me with 3 tables Table 1 has 8 rows per assemblyTable 2 has 1 row per assemblyTable 3 has 10 rows per assembly I am inte...

    Phigene Phigene
    Discussions |
    Mar 10, 2022 3:26 AM
    1354 views | 2 replies
  • Change Display of Values for Sharing

    Hello Everybody, My peers and I will be sharing some of our work soon. We want to be able to share this work without giving out key parameters that were used for IP purposes. I remember seeing in the JMP courses that we can use -1, 0, 1 etc in place of some of the actual values. But I can't find it in the JMP help or online. Is there a function that can automatically do it for us? If not, how woul...

    tnorthen tnorthen
    Discussions |
    Mar 9, 2022 12:47 PM
    921 views | 2 replies
  • How can I trap an attempt to write to an open file?

    Hi - I have a JSL script that prompts the user to save a selection of JMP graphics that have just been generated by an analysis directly to a PowerPoint presentation.  The user is likely to want to inspect the resulting slides immediately, so I don't want to close the PowerPoint file automatically - but if the user then tries to append any more graphics to it with a second run of the script, they'...

    DMR DMR
    Discussions |
    Mar 9, 2022 11:33 AM
    1791 views | 3 replies
  • Is it possible to add Text Edit Boxes to all scripts in a Journal using JSL

    Hi JMP community, I was wondering if it would be possible to script the generation of a journal containing selected tables and/or figures including a Text Edit Box for each table/figure. I came across an Add-in that is doing part of what I would like to do: https://community.jmp.com/t5/JMP-Add-Ins/Run-All-Table-Scripts/ta-p/42863 I’m only interested in the Tiled Report option but would like the ad...

    Pim Pim
    Discussions |
    Mar 9, 2022 5:45 AM
    2841 views | 2 replies

Latest Discussions

  • How to Create a Fit Model with Different Sized Data Tables

    I have 12 serialized assemblies. Each assembly has 8 parts, each part has a set of data of the same column structure. Each assembly goes through 1 qualification test.Each assembly then goes through 10 rounds of life testing (each round has the same column structure). That leaves me with 3 tables Table 1 has 8 rows per assemblyTable 2 has 1 row per assemblyTable 3 has 10 rows per assembly I am inte...

    Phigene Phigene
    Discussions |
    Mar 10, 2022 3:26 AM
    1354 views | 2 replies
  • Change Display of Values for Sharing

    Hello Everybody, My peers and I will be sharing some of our work soon. We want to be able to share this work without giving out key parameters that were used for IP purposes. I remember seeing in the JMP courses that we can use -1, 0, 1 etc in place of some of the actual values. But I can't find it in the JMP help or online. Is there a function that can automatically do it for us? If not, how woul...

    tnorthen tnorthen
    Discussions |
    Mar 9, 2022 12:47 PM
    921 views | 2 replies
  • Mixed Model Trouble

    What is the issue with this data? I can't get any output for the fixed effects tests.I am performing a mixed model of a randomized complete block design. Rep is a random factor while S Rate and N Rate are continuous variables. I would like to see if S Rate or N Rate impact yield. Yield is also a continuous variable.   I can get output when I run it as a standard least squares with the reml method,...

    KernDawg KernDawg
    Discussions |
    Mar 8, 2022 8:52 PM
    1634 views | 3 replies
  • getting a string from a list, where string contains defined text

    Hi, can someone help me please? I have created a list that looks something like that:{"C1234_here_is_some_text", "C1235_here_is_some_other_text", "C1236_you_get_the_idea", ..., "C2000_still_dont_ends_here"}I want to get the complete string of the list where the first part of the string (e.g. "C1234") is "C1999".Whats the correct code here?Thank you in advance 

    sebbeyer sebbeyer
    Discussions |
    Mar 7, 2022 6:14 AM
    1019 views | 1 replies
  • Whats the best JMP stats book for a beginner?

    Hello, Could someone please recommend a book for using JMP, ideally one thats for novices.  Thanks in advance.

    PhDer PhDer
    Discussions |
    Mar 7, 2022 4:50 AM
    2474 views | 7 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
    593 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
    764 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
    585 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
    1390 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
    786 views | 0 replies
view all discussions