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

  • select code between brackets -> include the command?

    When the user double-clicks a bracket in JSL editor, the code between opening and closing bracket is selected - including the brackets.... but excluding the command in front of the brackets. for copy & paste and to run code sniplets, it could be useful to include the command in front of the brackets.Is there a shortcut which does this?

    hogi hogi
    Discussions |
    Nov 20, 2022 9:37 PM
    1684 views | 2 replies
  • Is directory writable returns 0 when directory is writable

    I have an issue that users who previously had read only access to network drives, when provided read write access still cause is directory writable() to return 0 when in the directory, after having been granted access. Users have verified that they can open a folder, make a file, update a file, and delete a file in the directory in question. Anyone else have this issue before. This has made it dif...

    Mfoltz80 Mfoltz80
    Discussions |
    Nov 20, 2022 6:20 AM
    1695 views | 2 replies
  • JSL add a title to Control charts

    Hello, here a script to plot control charts (all the control limits are set by the user and this part of the code is not shown here). How can I modify the script to modify the title of the control chart? Thank you very much!  dt << Control Chart Builder( Size( 719, 464 ), Show Two Shewhart Charts( 0 ), Show Control Panel( 0 ), Show Capability( 0 ), Show Limit Summaries( 0 ), Var...

    PersuasionCamel PersuasionCamel
    Discussions |
    Nov 16, 2022 7:40 AM
    3145 views | 4 replies
  • How to find the reference to an object in a platform using the tree structure?

    Hi, I've been trying to use references to objects in analysis platforms (graphs, tables, etc) in scripts, but in my opinion it's not very intuitive from the examples I've seen. I have multiple use cases, but I'm hoping to find a generic description or manual on how to find the reference to any object in an analysis platform. I'm guessing it exists somewhere on this site but I have not been able to...

    mvanderaa1 mvanderaa1
    Discussions |
    Nov 14, 2022 12:18 PM
    3832 views | 9 replies
  • different spec limits on a variability chart

    Hello,   I am creating separate variability chart by OVL_UDL and PARAMETER_NAME with four X variables. I do this by script with a for loop. I want to be able to show the spec value on the charts value of which is contained in the same data table. However, I have different limit within each graph (by variable Loop) and also between chart to chart (by OVL_UDL and PARAMETER_NAME). I have looked throu...

    newbie_4 newbie_4
    Discussions |
    Nov 14, 2022 11:17 AM
    2737 views | 4 replies

Latest Discussions

  • Is directory writable returns 0 when directory is writable

    I have an issue that users who previously had read only access to network drives, when provided read write access still cause is directory writable() to return 0 when in the directory, after having been granted access. Users have verified that they can open a folder, make a file, update a file, and delete a file in the directory in question. Anyone else have this issue before. This has made it dif...

    Mfoltz80 Mfoltz80
    Discussions |
    Nov 20, 2022 6:20 AM
    1695 views | 2 replies
  • different spec limits on a variability chart

    Hello,   I am creating separate variability chart by OVL_UDL and PARAMETER_NAME with four X variables. I do this by script with a for loop. I want to be able to show the spec value on the charts value of which is contained in the same data table. However, I have different limit within each graph (by variable Loop) and also between chart to chart (by OVL_UDL and PARAMETER_NAME). I have looked throu...

    newbie_4 newbie_4
    Discussions |
    Nov 14, 2022 11:17 AM
    2737 views | 4 replies
  • saving script to datatable results in very long scripts

    Hi, maybe this belong in the "Wish-list" section, but I often find that scripts that I save to a data table become very long and hard to read very quickly. Below an example where I changed a single table to a different number format ({Set Format( "Best", 2 )}). This creates about 16 subsequent individual Dispatch(..) sections, instead of it just being something like:For col in table.columns: D...

    mvanderaa1 mvanderaa1
    Discussions |
    Nov 14, 2022 6:56 AM
    1012 views | 1 replies
  • JSL error: jump to line?

    If the JSL edit reports an error, is there a functionality to jump to the respective line?e.g. by clicking on the error message?

    hogi hogi
    Discussions |
    Nov 13, 2022 6:39 AM
    1460 views | 2 replies
  • Error tracing: JMP tries to "help"

    JMP helps the user to "trace" errors in JSL code: It doesn't indicate the line of code where the error "happens".
    It tries to find out where the actual error is in the code and shows this line.In the below example, the error message just shows up if line 6 is uncommented --> error "happens"  in line 6.
    But the erroneous code (Graph Bulder without "i") is in line 4.And JMP, indeed mentions line 4 -> ...

    hogi hogi
    Discussions |
    Nov 13, 2022 6:38 AM
    1512 views | 1 replies

Latest Discussions

  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    858 views | 0 replies
  • How to Analyze and Graph Responses with Supercategories

    I use JMP Pro 16. I am doing MCA on 90 columns that have supercategories.  I want to do the analysis and viz on the supercategory classification. Is there a way to do this without having to create separate columns that only have the supercategory classification?  PS:  I don't know how to do JSL scripting.

    TCM TCM
    Discussions |
    Oct 21, 2022 5:59 AM
    905 views | 0 replies
  • 標準化列名稱如何用變數取代求解

    //新增周標準化
    weekEMC_HF_C_12_0 = Data Table( "周_EMC_HF_C_12um" ) << Get Column Names( string );
    weekEMC_HF_C_12 = {};
    //少一周={:"2022W38"n,:"2022W40"n,:"2022W41"n};
    For( j = N Items( weekEMC_HF_C_12_0 ), j >= (N Items( weekEMC_HF_C_12_0 ) - 5), j--,
    Insert Into( weekEMC_HF_C_12, weekEMC_HF_C_12_0[j] )
    );
    Try(
    Local( {old dt = Current Data Table()},
    Current Data Table( Data Table( "周_EMC_HF_C_12um" ) );
    For Each( ...

    Ken697 Ken697
    Discussions |
    Oct 20, 2022 9:22 PM
    817 views | 0 replies
  • 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
    708 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
    1245 views | 0 replies
view all discussions