cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Identify lowest 5 sequential rows byVar

    Suppose I have a table of RunNumber (1,2,3...) and Result (numeric/continuous). How can I create a formula column that identifies (e.g. with a "1") the sequence of 5 Result numbers with the lowest average value for each RunNumber, and a "0" everywhere else?

    BHarris BHarris
    Discussions |
    Jul 25, 2023 3:58 PM
    906 views | 1 replies
  • Select where with hide and exclude does not work in a for loop

    Hello community, I want to be able to use the for loop to update row exclusions, but when I use it, all the rows get hidden/excluded. Would appreciate any help. // This works dt << select where( :Flag !=""); dt << hide and exclude; // This does not work For( i = 1, i <= N Items( hides ), i++, dt << select where( hides[i] !=""); dt << hide and exclude; ); // Neither does this dt << select where...

    Kenobi Kenobi
    Discussions |
    Jul 25, 2023 2:25 PM
    2711 views | 6 replies
  • Adding custom marker and colors to GraphBuilder in JSL

    Hello, I am trying to add color/markers to row states through Flags mentioned in a particular column. For instance, working on the Cities dataset, I created random flags (5 different classes of flags) for few rows, and most are empty. Now, the majority of those values are plotted with a single black dot, I am fine with it. But, the major issue arises, when I try to create an individual value plot ...

    Kenobi Kenobi
    Discussions |
    Jul 25, 2023 12:48 PM
    2195 views | 3 replies
  • Is there a way for to users to work on the same JMP file?

    Hi,Is there a way for me and a collegue to work on the same JMP file in real time?We have JMP 17.  Thanks! 

    nbhagroo nbhagroo
    Discussions |
    Jul 25, 2023 12:28 PM
    591 views | 0 replies
  • How do I remove the "SQL" variable from the script section of my table?

    This table is created automatically by concatenating many subsets together. Each time I concatenate, an "SQL" variable shows up. I am able to delete the other scripts that come up, but I have not been able to delete this one so far. Any help is much appreciated.

    waraulston waraulston
    Discussions |
    Jul 25, 2023 11:48 AM
    943 views | 1 replies

Latest Discussions

  • Identify lowest 5 sequential rows byVar

    Suppose I have a table of RunNumber (1,2,3...) and Result (numeric/continuous). How can I create a formula column that identifies (e.g. with a "1") the sequence of 5 Result numbers with the lowest average value for each RunNumber, and a "0" everywhere else?

    BHarris BHarris
    Discussions |
    Jul 25, 2023 3:58 PM
    906 views | 1 replies
  • Is there a way for to users to work on the same JMP file?

    Hi,Is there a way for me and a collegue to work on the same JMP file in real time?We have JMP 17.  Thanks! 

    nbhagroo nbhagroo
    Discussions |
    Jul 25, 2023 12:28 PM
    591 views | 0 replies
  • How do I remove the "SQL" variable from the script section of my table?

    This table is created automatically by concatenating many subsets together. Each time I concatenate, an "SQL" variable shows up. I am able to delete the other scripts that come up, but I have not been able to delete this one so far. Any help is much appreciated.

    waraulston waraulston
    Discussions |
    Jul 25, 2023 11:48 AM
    943 views | 1 replies
  • JSL

    How to find minimum or maximum of combined values of R^2 after performing fit line on a bivariate plot in JSL 

    ParametricStudy ParametricStudy
    Discussions |
    Jul 25, 2023 8:16 AM
    1550 views | 4 replies
  • Control Charts: is it possible to automate phasing?

    I'm using control charts to monitor daily traffic data.  Currently, in excel, I have a process set up to flag statistically significant changes (as defined by lean sigma e.g.: 6 points above the median, etc).  Even though the flag is there, it's still a manual process to create charts.  Is there an automated way within JMP to change the phase of a chart based on predetermined rules? Thanks!

    GoodHank GoodHank
    Discussions |
    Jul 25, 2023 5:45 AM
    728 views | 1 replies

Latest Discussions

view all discussions