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

  • 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
  • Save Summary Data Table in JMP script not working

    Hello,    I am doing some control charts with the nelson rules, but I need to explore the exact data from the nelson rules.  My script looks like this:    dt = Current Data Table(); obj = dt << Control Chart Builder( Show Two Shewhart Charts(0), Sort by Row Order(1), Variables(Subgroup(:Batch), Y(:Wash 1 Viability)), Chart( Points(Statistic("Individual")), Limits(Sigma("Moving Range")), ...

    dimacapi07 dimacapi07
    Discussions |
    Sep 6, 2022 7:09 AM
    1516 views | 2 replies
  • I need help to make this loop work

    Hello everybody.Names Default To Here( 1 ); dt = Current Data Table(); For ( i = 1951, i <= 2021, i++, gb = dt << Bivariate( Y( :PRCPC ), X( :Mes ), Fit Each Value( {Line Color( {208, 64, 86} )} ), Fit Line( {Line Color( {45, 177, 53} )} ), Fit Spline( 20.13724, {Line Color( {64, 110, 211} )} ), Where( :Any == [i]), SendToReport( Dispatch( {}, "Bivar Plot", FrameBox, {Frame Si...

    gallardet gallardet
    Discussions |
    Sep 5, 2022 1:27 PM
    1496 views | 1 replies
  • JSL scripting query regarding jmp table call

    I want to call a table which I am using in the current JSL script into another script, is there any way in which I can do that? I have attached snippet of the code, I want to use the dt1_Name (or dt) in another jsl script which I have linked to this script:dt1_Name= Pick File( "Select the JMP MasterFile", "", {"JMP Files|jmp;jsl;jrn", "All Files|*"}, 1, 0, "" ); Show( dt1_Name ); dt = Ope...

    shasha_2 shasha_2
    Discussions |
    Sep 1, 2022 6:40 AM
    2625 views | 6 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

Latest Discussions

  • 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
  • Screen Size Issue

    I have written a script that includes a RECT and an annotation in it.  On a large desktop monitor, the script works perfectly, however on a smaller laptop screen, the annotation moves almost off the screen entirely.  Is there a way to lock scripts to ensure that my graph looks the same on all monitors? 

    ClusteredTable4 ClusteredTable4
    Discussions |
    Aug 26, 2022 5:30 PM
    1358 views | 2 replies
  • JSL select rows near the maximum value of a column

    Hi,I have a data series shown in the screenshot below, and try to select only the data in the range of "x +/- 0.3" with the center at the maximum value of "y".I got an error message "The argument to SelectWhere did not evaluate to true or false, it is [0]..." from the highlighted line, as shown below. What is puzzling is that the last line worked when only 1 condition is applied.What is wrong with...

    CurseOfLizard13 CurseOfLizard13
    Discussions |
    Aug 16, 2022 10:45 AM
    2253 views | 4 replies

Latest Discussions

  • 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
  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    988 views | 0 replies
view all discussions