cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • how to change variable in multiple JSLs at once

    Hi, I use include() to run multiple JSLs in each JSL I have variable "todaydate". However, now I want to run all the JSLs using include, but change the todaydate across all JSLs to 03Jun2023. How I can do that ? todaydate = Format date( Today(), "ddmonyyyy" );

    I was thinking:
    todaydate = "03Jun2023";  // this will replace in all 10 jslinclude(jsl1);include(jsl2);...include(jsl10);

    dadawasozo dadawasozo
    Discussions |
    Jul 25, 2023 4:18 PM
    3353 views | 5 replies
  • 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
    1355 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
    4149 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
    3400 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
    888 views | 0 replies

Latest Discussions

  • how to change variable in multiple JSLs at once

    Hi, I use include() to run multiple JSLs in each JSL I have variable "todaydate". However, now I want to run all the JSLs using include, but change the todaydate across all JSLs to 03Jun2023. How I can do that ? todaydate = Format date( Today(), "ddmonyyyy" );

    I was thinking:
    todaydate = "03Jun2023";  // this will replace in all 10 jslinclude(jsl1);include(jsl2);...include(jsl10);

    dadawasozo dadawasozo
    Discussions |
    Jul 25, 2023 4:18 PM
    3353 views | 5 replies
  • 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
    1355 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
    888 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
    1501 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
    2426 views | 4 replies

Latest Discussions

view all discussions