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

  • Function to reference

    I am inserting two Boxes into an H List Box. The First is a report from a table. That table can have a varying number of rows depending on what happens previously in script, but always has the same number of columns. The second box I am inserting, is a V List Box. For Each row of the table, I want a button box added to the V List, and for it to be able to reference the respective rows data. ie. Bu...

    Mewbornn Mewbornn
    Discussions |
    Jun 14, 2023 4:42 PM
    1037 views | 1 replies
  • Conditional Formatting

    I have data that contains different lots and reps and then time stamps. I want all of the data from the same lot/rep to be divided by the final time stamp. How would I do this in the formula section of a column?

    JMPUser9 JMPUser9
    Discussions |
    Jun 14, 2023 3:52 PM
    1239 views | 2 replies
  • Checking if value of a row is consecutive

    Hi JMP Community, I want to check if the values of a row are consecutive and if it not then get the value of the first row which doesn't satisfy the condition. For example : In this table, Column 1 has rows 1 to 15 that have consecutive values 1,2,3 and then row 16 has value of 12. So I would like to get the value of that first row that doesn't satisfy the consecutive condition. Is there a more js...

    Jackie_ Jackie_
    Discussions |
    Jun 14, 2023 8:46 AM
    1163 views | 2 replies
  • How to make a checkbox list for user input based on items in a column of a datatable?

    I have a data table with one of the columns having names of different tests conducted on parts. Other columns have other test related data.I want to make a user interface where these test names are available as check boxes for user input to be used in the next stage of my JSL script. I would like have a warning (with stop further execution) if more than or less than two items selected via these ch...

    Neo Neo
    Discussions |
    Jun 14, 2023 8:37 AM
    1420 views | 1 replies
  • Problem Graph builder second Y axis

    Hello Community, I'm having trouble trying to create a second Y axis for a bar chart representation. I already followed the procedure explained in other discussions (select Y variables and move right), but the results for the case of bar charts are not good. Please see the picture below and you'll see that the variable I moved right is either behind or in front of the bars from the left Y axis, bu...

    Julianveda Julianveda
    Discussions |
    Jun 14, 2023 5:54 AM
    1181 views | 2 replies

Latest Discussions

  • Problem Graph builder second Y axis

    Hello Community, I'm having trouble trying to create a second Y axis for a bar chart representation. I already followed the procedure explained in other discussions (select Y variables and move right), but the results for the case of bar charts are not good. Please see the picture below and you'll see that the variable I moved right is either behind or in front of the bars from the left Y axis, bu...

    Julianveda Julianveda
    Discussions |
    Jun 14, 2023 5:54 AM
    1181 views | 2 replies
  • What Q value should be used in screening outliers?

    While doing Explore Outliers, the following window pop-up. Should the Q and Tail Quantile values be changed for different applications? Thank you. 

    wx2018 wx2018
    Discussions |
    Jun 14, 2023 4:15 AM
    961 views | 1 replies
  • Inquiry - Questions regarding Stability Study - Degradation Data Analysis

    I am a user of JMP 17 and I am currently working on a Stability Study - Degradation Data Analysis. I have some inquiries and would like to reach out for assistance.When reviewing the Simple Linear Path results for Model 1~4, I noticed the following: In Model 1, the JMP Estimate displays the ANCOVA model excluding the intercept and month terms
    (similar to using the "glm - model - noint option and wi...

    CovariateIguana CovariateIguana
    Discussions |
    Jun 14, 2023 3:14 AM
    1419 views | 1 replies
  • How to plot different spec limit for different group with data filiter?

    I would like to select different items based on the filter and then the specification limits of the graphic generator automatically change to the corresponding specification as shown, is there a way to do this with JSL? Thanks!

    lehaofeng lehaofeng
    Discussions |
    Jun 13, 2023 11:13 PM
    1086 views | 2 replies
  • Finding X and Y coordinate

    Hello JMP Community,  I am trying to figure out a way to identify the X and Y coordinates of the highlighted rows.Get the lower x boundary of those bin "P" lying furthest to the left, that have at least SOME of their left edge on the wafer. And get the upper y boundary of those bin "P" lying furthest to the top, that have at least SOME of their top edge on the wafer. In this example the X = 23 and...

    Jackie_ Jackie_
    Discussions |
    Jun 13, 2023 12:18 PM
    4764 views | 10 replies

Latest Discussions

  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    638 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    762 views | 0 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    740 views | 0 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    629 views | 0 replies
  • Selecting multiple legend entries - how?

    Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
    Is there a feature beh...

    hogi hogi
    Discussions |
    May 24, 2023 3:08 PM
    633 views | 0 replies
view all discussions