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

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    713 views | 0 replies
  • Opening a text file with the run program() command, why does JSL pause?

    Hello!I open a text file with the following command.
    Until this text file is closed, JSL is in a waiting state and cannot perform operations later in JSL. 

    lala lala
    Discussions |
    Sep 12, 2022 11:11 PM
    2189 views | 4 replies
  • How to delimit multiple column with specific string in jsl

    Hi, I've a table that would like to delimit multiple column with specific stringScript below able to point to the specific column but unable to delimit the dataAppreciate if anyone could help on this. Thanks  Names Default To Here( 1 ); dt = Data Table( "Sales"); headerList = dt << get column names( string ); For( i = 1, i <= N Items( headerList ), i++, If( Contains(headerList[i], "sales"), ...

    LipYeong LipYeong
    Discussions |
    Sep 12, 2022 6:44 PM
    1740 views | 2 replies
  • Subtracting number of hours from Date and time

    HI, I want to subtract 6 hrs in 05-07-2022 01:00  so final value should be  04-07-2022 19:00
    Can you please suggest me how perform this calculation in JMP16. Many thanks

    chandankishor66 chandankishor66
    Discussions |
    Sep 9, 2022 10:00 PM
    1571 views | 1 replies
  • Injecting images to text with tags to build display box

    I have a JSON which I get with GET request. The JSON contains two keys, text and imagesimages has list of objects with name of image and then the image.  In text "¤imagename|img¤" parts are to be replaced with "imagename" image found from images. Below is an example in associative array format   aa = Associative Array(); aa["text"] = "First line with no image ¤tile|img¤ text and ¤windmap|img¤ im...

    jthi jthi
    Discussions |
    Sep 9, 2022 6:20 AM
    973 views | 1 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    713 views | 0 replies
  • Injecting images to text with tags to build display box

    I have a JSON which I get with GET request. The JSON contains two keys, text and imagesimages has list of objects with name of image and then the image.  In text "¤imagename|img¤" parts are to be replaced with "imagename" image found from images. Below is an example in associative array format   aa = Associative Array(); aa["text"] = "First line with no image ¤tile|img¤ text and ¤windmap|img¤ im...

    jthi jthi
    Discussions |
    Sep 9, 2022 6:20 AM
    973 views | 1 replies
  • How do I pre-append a text box to a web report?

    Hello,  I would like to add a text box at the top of the report that describes the contents of the report on the web page. I want to insert the text description where the red arrow is ---> is on the screen shot.   Sorry, just can't seem to find the appropriate JSL to accomplish this.   Running JMP 15.2.1 Thanks, Richdt1 = Open( "C:\Public\gsod\gis_873950_detail_t.csv" , invisible ); Current Data T...

    RichPletcher RichPletcher
    Discussions |
    Sep 9, 2022 3:36 AM
    1768 views | 2 replies
  • Select latest timestamp (String)

    Hi all,How can I select the rows with the same ID and code values but with the latest timestamp?Sample Data:
    Expected Output:  

    UserID16644 UserID16644
    Discussions |
    Sep 1, 2022 12:30 AM
    1152 views | 1 replies
  • Count number of occurrences of a character in a string

    Hi,I am trying to count the number of occurrences of a character in a string. How do I achieve that using JSL?For eg:Number of occurrences of letter 'A' in the below stringsAPPLE -> 1PEARS -> 1BANANA -> 2 

    psundar6 psundar6
    Discussions |
    Aug 30, 2022 1:44 PM
    2142 views | 1 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    713 views | 0 replies
  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1247 views | 0 replies
  • 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
    934 views | 0 replies
  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    815 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    720 views | 0 replies
view all discussions