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

  • JSL execute by .bat file crash and hang

    It seems like I have a .bat file that runs a JSL script, which processes multiple CSV files as input.
    However, when the number of input CSV files increases, the .bat file often crashes and takes a long time without completing the task.On the other hand, executing the same number of input CSV files through JMP and the JSL script only takes 1-2 hours.The speed difference is significant. Do you know t...

    AlphaBighorn347 AlphaBighorn347
    Discussions |
    Jul 26, 2023 2:45 AM
    4395 views | 7 replies
  • Redo - for a Report in a Dasboard?

    Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
    - including the filters that were applied by the surrounding dashbord?

    hogi hogi
    Discussions |
    Jul 26, 2023 1:43 AM
    875 views | 0 replies
  • How to get date yesterday?

    I would want to get the date yesterday, I am using the today () functiondateNow = Format (Today(), "m/d/y");However, I don't know how to derive from dateNow the date yesterday. Tried using d = (dateNow - 1);but is not working.

    UserID16644 UserID16644
    Discussions |
    Jul 26, 2023 1:21 AM
    2590 views | 2 replies
  • Rename column Max(Max(date))

    How to rename column Max(Max(date)) to "date"? I tried:1. :Max(Max(date)) << Set Name ("date");2. :Name (Max(Max(date)) ) << Set Name ("date");3. Column( dt, Max(Max(date))) << Set Name( "date" );3. Column( dt, :Name (Max(Max(date))) ) << Set Name( "date" ); But none of these works 

    UserID16644 UserID16644
    Discussions |
    Jul 25, 2023 10:11 PM
    1832 views | 2 replies
  • 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
    3354 views | 5 replies

Latest Discussions

  • Redo - for a Report in a Dasboard?

    Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
    - including the filters that were applied by the surrounding dashbord?

    hogi hogi
    Discussions |
    Jul 26, 2023 1:43 AM
    875 views | 0 replies
  • How to get date yesterday?

    I would want to get the date yesterday, I am using the today () functiondateNow = Format (Today(), "m/d/y");However, I don't know how to derive from dateNow the date yesterday. Tried using d = (dateNow - 1);but is not working.

    UserID16644 UserID16644
    Discussions |
    Jul 26, 2023 1:21 AM
    2590 views | 2 replies
  • 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
    3354 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

Latest Discussions

view all discussions