cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to get variable value inside IF Condition

    Hi all,I am stucked in this IF Condition, where I need to get the variable value(color) based on another column value (:Fruit). It always return an empty variable color. Please help  Here's my sample code: If( :Fruit == "Apple", color= "Red"; Target = {50};, :Fruit == "Grapes", color= "Violet"; Target = {50};, :Fruit == "Cherry", color= "Red"; Target = {54}; );

    UserID16644 UserID16644
    Discussions |
    Jun 14, 2022 6:53 AM
    1655 views | 2 replies
  • Having a column formula update based on a associative array referenced by a list.

    I have a column formula that tests a product that can either pass or fail based on specification limits. An associative array is used to reference a low and high limit of different specs of the product. The issue I am having is that the user selects the product specs they want to import into the pass/fail column. They are different every time, after referenced from a different data table. The goal...

    JMewborn JMewborn
    Discussions |
    Jun 13, 2022 12:55 PM
    1560 views | 1 replies
  • Add Column Switcher to Script

    Hi JMP Community, I have a problem that cannot be solved for a long time. I want to add a column switcher to my Control Chart Builder.  CC = Control Chart Builder( Size( 570, 692 ), Variables( Subgroup( :Week of Year ), Y( column(5) ) ), Column Switcher( column(5), {Eval(5::10)} ) );The chart shows successfully, but I cannot see the column switcher. Appreciate any help. Thanks.

    AsymptoticBat64 AsymptoticBat64
    Discussions |
    Jun 13, 2022 12:01 PM
    1164 views | 1 replies
  • Issue defining cell value as variable

    Hi,I want to use values from one datatable as reference lines on a Variability plot based on a separate datatable. My current code is below, it hopefully makes sense as shared. I am using JMP 15.2 My issue is that when I run all of this at once, I do not get any reference lines on my plot.However, if I first run only the section before '//SPLIT POINT' and then separately run the section after '//S...

    JB-2 JB-2
    Discussions |
    Jun 13, 2022 3:18 AM
    1449 views | 2 replies
  • Help with searching in string

    Hi,I have the following task to do.Let's say I have 3 columns: A,B,CEach cell in Col A is in the following format: 29;30;28;27;30; ...So just random numbers separated by ;Each cell in Col B is in the following format: 4;5;1;3;6; ...So these are numbers in the range of 1-25 (without repeating) in a random order, separated by ;Col C is a single number in the range of 1-25, for example 3.For any give...

    Yotam Yotam
    Discussions |
    Jun 13, 2022 2:41 AM
    1735 views | 3 replies

Latest Discussions

  • DOE outcome

    How do I analyze this question? I have DOE outcome but I have no idea what JMP information need to attach for this question.
    Please give some comment if anyone know about this.
    Thanks

    Maxrrard Maxrrard
    Discussions |
    Jun 7, 2022 7:06 AM
    1922 views | 4 replies
  • Cullen and Frey Graph

    Dear all,   would anyone of you know how to make the graph as in object?   Thanks you very much   Giuseppe

    GiuseppeC GiuseppeC
    Discussions |
    Jun 7, 2022 5:46 AM
    2763 views | 2 replies
  • How to store unique column values as a list

    I am trying to take a single column from my data table and store each unique value to a list.   Ex:  column is named "Type" and the values in rows 1-6 are "A,B,C,A,B,C" I currently have: dtbl = Current Data Table(); newlist = column("Type") <<Getvalues(); Show(newlist);   which returns "A,B,C,A,B,C", but I am trying to get a list which would contain "A,B,C" instead. Any help would be appreciated (...

    Ckaiser Ckaiser
    Discussions |
    May 22, 2022 9:27 AM
    2113 views | 2 replies
  • How can I calculate control limits for a parameter that is consistently increasing?

    I'm trying to establish control limits in a parameter that is consistently increasing.  I can do it in Excel with a running average calculation, but I haven't yet found a way to do this in JMP.  If anyone has found a way to do this, that would be greatly appreciated! -Mike

    Rehrig76 Rehrig76
    Discussions |
    May 21, 2022 4:20 AM
    1248 views | 2 replies
  • recode multiple columns name with regex

     Hi all!I am trying to apply a regex replacement to a Recode Column function in JSL so that the script will go over all columns and apply the regex to all of them, if applicable. This is the code I've been testing: Names Default To Here(1); dt = Current Data Table(); //Create list of columns to be recoded ColN = dt << Get Column Names(); // Iterate over the list of columns and recode each one ...

    Lavik17 Lavik17
    Discussions |
    May 17, 2022 9:56 PM
    1867 views | 3 replies

Latest Discussions

  • 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
    931 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
    1134 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
    815 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    939 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
    909 views | 0 replies
view all discussions