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

  • Open files using contains ()

    Hi all, I am try to create a script that would go through directories to find the input file. However, some file names may have different characters.  For example:My input in favorite fruit would be: OrangeExisting files from folder would be: Mark_Orange_Mango.jmp, Jane_Apple.jmp, John_Orange.jmpFiles that would open: Mark_Orange_Mango.jmp and John_Orange.jmp How can I open these files using conta...

    UserID16644 UserID16644
    Discussions |
    Dec 5, 2023 11:38 PM
    1921 views | 3 replies
  • Linked Column with ID suffix messing up column name use

    I feel like I'm going a little crazy. I have a column name that I put into a variable by a column selector box. Then later on I manipulate it, but unfortunately the column is a linked column, so it comes in with a "[ID]" attached to it. That's all well and good until I try Char() on it, and suddenly escape characters appear: "{\!"Solvent[ID]\!"}". Because these characters are special, they mess-up...

    ehchandlerjr ehchandlerjr
    Discussions |
    Dec 5, 2023 8:19 PM
    2269 views | 4 replies
  • Creating a wafer map with discrete cell values

    I'm trying to create a wafer map where each die would be colored differently based on a predetermined color code (i.e. FAIL TYPE 1 = color 1, FAIL TYPE 2 = color 2, PASS = color 3, etc.). Best I am able to get is something like this graph builder heat map:  In this example the color coding needs to be determined by column "CATEGORY" which is Character/Nominal and has values as PASS, FAIL1, FAIL2, ...

    rhakim23 rhakim23
    Discussions |
    Dec 5, 2023 1:06 PM
    3711 views | 5 replies
  • Setting using JSL so that the control chart does not display batches for which there are missing data for a given parameter.

    As the topic. Normally in JSL we indicate batches (represented by a given column) for which we present points on the control chart as follows: Local Data Filter( Close Outline( 1 ), Add Filter( columns( :Batch ), Where( :Batch == {"01/10/2022", "01/11/2022", "01/12/2022", "01/13/2022"} ), Display( :Batch, N Items( 15 ), Find( Set Text( "" ) ) ) ) ), However, how can we reque...

    Giardini Giardini
    Discussions |
    Dec 5, 2023 8:25 AM
    4109 views | 7 replies
  • Enable and disable a button box based on input.

    So I have a button box in a modal window, with two column selection boxes above it. The math later on could break if the two columns are the same, so I don't want the user to be able to click the same columns. I assume the simplest way to do this is to disable the button box until conditions are satisfied (both column selector boxes have a selection and don't have the same (assuming there are more...

    ehchandlerjr ehchandlerjr
    Discussions |
    Dec 4, 2023 7:20 PM
    2506 views | 2 replies

Latest Discussions

  • Setting using JSL so that the control chart does not display batches for which there are missing data for a given parameter.

    As the topic. Normally in JSL we indicate batches (represented by a given column) for which we present points on the control chart as follows: Local Data Filter( Close Outline( 1 ), Add Filter( columns( :Batch ), Where( :Batch == {"01/10/2022", "01/11/2022", "01/12/2022", "01/13/2022"} ), Display( :Batch, N Items( 15 ), Find( Set Text( "" ) ) ) ) ), However, how can we reque...

    Giardini Giardini
    Discussions |
    Dec 5, 2023 8:25 AM
    4109 views | 7 replies
  • Can remove the background color of the picture with JSL?

    dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); p1 = dt << Graph Builder( Size( 528, 456 ), Show Control Panel( 0 ), Variables( X( :weight ), Y( :height ), Color( :sex ) ), Elements( Bar( X, Y, Legend( 5 ), Response Axis( "X" ) ) ) );
    Thanks! 

    lala lala
    Discussions |
    Dec 1, 2023 8:15 PM
    2752 views | 5 replies
  • How to call DLL function with String Array and receive Double Array data?

    I had read the content of charter 14 in scripting guide, and did some test about my C function.
    The attachment testdll.jsl works fine with simple data, like AnsiString (in and out). In the log I can see:---
    dll_obj = DLL("C:\Users\charlie.chu\Documents\JMP\JSL\jmptest2.dll");
    [CDECL] AnsiString testFunc(AnsiString);
    result = "ABC";
    ---
    My question is, if I want to sent data like {"1.2, 2.3, 3.4", "5.6, ...

    Charlie_Chu Charlie_Chu
    Discussions |
    Dec 1, 2023 6:30 AM
    2365 views | 4 replies
  • Variability Chart Options script no longer working in JMP17

    Hello, Up to JMP16, I have been scripting Variability Charts as example below.( Note : For the VarChart options, Yes|No or 1|0 can be used interchangeably without issue ) However, I found that the toggling options no longer work in JMP17, as illustrated in pdf attached.  Actually, Variability Summary Report still works, but I didn't try one-by-one for all the combo. I need to toggle these differen...

    ylee ylee
    Discussions |
    Nov 30, 2023 11:11 PM
    2309 views | 2 replies
  • How do I get JMP to close pdf files that have been opened to extract information?

    Since I am new to scripting, I just copied a script from a previous discussion (https://community.jmp.com/t5/Discussions/Batch-processing-files-to-extract-data-into-a-summary-table/m-p/529021) and slimmed it to the stuff I need - only the pdf file names.Names Default to Here( 1 ); //point to file directory path = Pick Directory( "Select Directory Containing Data Files" ); //Gets the list of file...

    CalibrationBear CalibrationBear
    Discussions |
    Nov 30, 2023 11:11 AM
    1487 views | 2 replies

Latest Discussions

  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    1134 views | 0 replies
  • Could JMP optimize factors with uncertainty?

    Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example: 

    Marco1 Marco1
    Discussions |
    Nov 21, 2023 9:08 AM
    922 views | 0 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1404 views | 0 replies
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    978 views | 0 replies
  • JSL script to open a SharePoint .xlsx worksheet.

    Hi!I am getting the below error when I tried to implement this method of opening an excel worksheet from SharePoint. Is there another method ?(Solved: How to extract data from an Excel file on Sharepoint? - JMP User Community) 

    MIchaels MIchaels
    Discussions |
    Nov 15, 2023 12:58 AM
    1014 views | 0 replies
view all discussions