cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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 include script using relative path?

    I have two scripts, main.jsl and dosomething.jsl that are next to each other in the same folder.Main script has this in it:relativePath = "./";
    absolutePath = "c:\Users\myUser\Scripts\";
    dosomething = Expr( Include( relativePath || "dosomething.jsl" ) );
    This dosomething does something all over the script, it's very handy to edit dosomething.jsl WHILE still running the main script.So, when I do that ...

    miguello miguello
    Discussions |
    May 28, 2022 12:05 AM
    1866 views | 2 replies
  • How to get rid of unnecessary "Variability Gauge" OutlineBox in Variability Chart?

    All,  Need help with Display Boxes today. I'm forming a report that I will later save in PPTX for the customer.Since I want to group several plots on one slide I form an OutlineBox with the text that I want to be the header on the slide and then place a picture of the plots I need into that Outline Box. In parallel, I also display that in a separate window. Here's the example script: dt = Open( "$...

    miguello miguello
    Discussions |
    May 27, 2022 12:53 PM
    733 views | 1 replies
  • How to create banner

    I'm trying to create a company banner at the top of my html output file, which is saved from a journal. I using the following jsl code:<jsl>logo = open("company_logo.png", png);
    logo << set size({93, 48});H List Box(
    Picture Box(logo),
    Text Box( "Company Name " )
    ),<jsl>The problem I got is the text inside the Text Box is aligned to the top of the image. I need to get the text sitting at the bottom of...

    NaiveJaguar366 NaiveJaguar366
    Discussions |
    May 27, 2022 9:29 AM
    1365 views | 4 replies
  • How to delete elements in a graph builder object ? [ Platform, JMP16]

    Bonjour, J'ai un script qui me permettait de lancer un script depuis une base de données pour générer un graphique. Ensuite je supprime des éléments de ce graphique et c'est là où ça coince dans le script... Ce script marchait en JMP15 mais ne marche plus en JMP16 . J'ai déjà remplacé "top" par "top parent", mais même si le code en lui-même marche, quand je le mets dans une Platform ça ne marche p...

    SophieC32 SophieC32
    Discussions |
    May 27, 2022 8:06 AM
    1163 views | 1 replies
  • How to switch between Device table

    Hello,  I didn't found any function for this but it must exist. I have one table full of data "Data" where I make some calculation, then I create a new data table "Newdata".My point is that after I created my new data table "Newdata", i don't manage to select my first table of data "Data" to make new calculations. That's why Im looking for something to say "don't use the data table you have just c...

    Nuroffen Nuroffen
    Discussions |
    May 27, 2022 3:08 AM
    1525 views | 4 replies

Latest Discussions

  • Customize box plot color in JMP preferences

    Okay - this has been asked before but based on my screening of several discussions, never thoroughly answered. Our company has recently upgraded to JMP 13. I was upgraded from JMP 10. On my computer, boxplots added to a "fit y by x" oneway graph show up red. On a coworker's computer with a fresh install of JMP 13, boxplots added to a "fit y by x" oneway graph show up black.  For me to get black bo...

    lchamber78 lchamber78
    Discussions |
    May 27, 2022 1:24 AM
    5403 views | 7 replies
  • Double Spec limits

    Is there any option to add Spec limits twice? for single dimension..for ex., if any one dimension spec limit updated means the old comparion charts will be out-of-spec compared with new spec limits. i need to update it with both spec limits... any option is there without entering manualy using manage spec limits table.   the above chart i have updated manualy, but i need it for multiple dimensions...

    PoissonGemsbok1 PoissonGemsbok1
    Discussions |
    May 27, 2022 1:23 AM
    838 views | 2 replies
  • How do I save the content of the web source code as A UTF-8 HTML file?

    Hello! How do I save the content of the web source code as A UTF-8 HTML file?  

    lala lala
    Discussions |
    May 26, 2022 5:31 PM
    951 views | 2 replies
  • can i move the 5 number summary away from the top of my graphs?

    hello, i am making graphs with box plots and i want to display the 5 number summary on the graph.  the problem is that the 5 number summary always displays at the top of the graph, and it sometimes obscures the box plots, is there a way to change the location of the 5 number summary so it doesn't interfere with the graph???  

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    May 24, 2022 6:49 AM
    1713 views | 4 replies
  • Robust fit outliers (huber) excludes all rows when all values are equal, why?

    Dear Community,we are processing large tables and want to exclude outliers.We found, that the platform robust fit outlier according to huber excludes all rows, unless in the summary there are found no outliers, see picture and sample table script to reproduce (JMP15 or JMP16 on Windows).Does this really make sense or is there a bug, I would expect a different behaviour.New Table( "Huber-outlier-0-...

    Georg Georg
    Discussions |
    May 23, 2022 7:08 AM
    1358 views | 3 replies

Latest Discussions

  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    484 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    625 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    781 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    554 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    1982 views | 0 replies
view all discussions