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

  • add contains in the Open worksheets

    Hi, Is there a way to use the Contains() function to search for a specific string in the open worksheets? I want to avoid importing all the tabs and then using Contains() to find the data table list. My preference is to use the Contains() function to only import the sheet in JMP that contains the specific string. Open( dir_path, Worksheets( "Test Spec & Conditions" ), // Contains( "Test") | Con...

    Jackie_ Jackie_
    Discussions |
    Oct 10, 2024 6:51 AM
    829 views | 1 replies
  • Creating a GUI with Checkboxes to Trigger File Selection and Data Formatting Functions

    am developing a graphical user interface (GUI) that allows users to select one or more options via checkboxes. For each selected option, the GUI should perform the following actions sequentially:Pick File: Open a file picker dialog to allow the user to select a specific file related to the chosen option.Format and Save: Process the selected file using a predefined function that formats the data an...

    DecileIbex201 DecileIbex201
    Discussions |
    Oct 10, 2024 6:29 AM
    1057 views | 2 replies
  • Access violation issue

    Hello, I hope you are doing well. I am using the same script for 2 years now. However, I have now an access violation issue. Is there a quick modification that can be performed to resolve this type of issue?  Thank you very much and have a nice day, Kind regards,Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Oct 9, 2024 11:34 PM
    1708 views | 4 replies
  • How to do value ordering that has values that contains a specific word?

    Hi all,How can I create a line of code that will arrange my columns using Value Ordering? I needed the values that contains the word "new" to be on the bottom.

    Original Values
    F1
    F2
    F3
    F4 - NEW
    F5
    F6 - NEW
    F7 
    F8
    F9 - NEW
    F10 - NEW

    With Value Ordering
    F1
    F2
    F3
    F5
    F7 
    F8
    F4 - NEW
    F6 - NEW
    F9 - NEW
    F10 - NEW

    UserID16644 UserID16644
    Discussions |
    Oct 9, 2024 10:35 PM
    872 views | 1 replies
  • Feature request: Python script window thoughts

    ctrl + '/' to add python comment prefix to lines (#)#= and =#  comment block syntax to wrap sections/chunks of code as comments# %% - to create a comment cell division for "cell comments", similar to PyCharm, VSCode, and Spyder
    Dark theme in python script window. Maybe I need to restart JMP, but after setting the theme and opening a new python script window in JMP, there is still the eye-piercing l...

    88th-Fold 88th-Fold
    Discussions |
    Oct 9, 2024 12:36 PM
    1151 views | 2 replies

Latest Discussions

  • Creating a GUI with Checkboxes to Trigger File Selection and Data Formatting Functions

    am developing a graphical user interface (GUI) that allows users to select one or more options via checkboxes. For each selected option, the GUI should perform the following actions sequentially:Pick File: Open a file picker dialog to allow the user to select a specific file related to the chosen option.Format and Save: Process the selected file using a predefined function that formats the data an...

    DecileIbex201 DecileIbex201
    Discussions |
    Oct 10, 2024 6:29 AM
    1057 views | 2 replies
  • Access violation issue

    Hello, I hope you are doing well. I am using the same script for 2 years now. However, I have now an access violation issue. Is there a quick modification that can be performed to resolve this type of issue?  Thank you very much and have a nice day, Kind regards,Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Oct 9, 2024 11:34 PM
    1708 views | 4 replies
  • Feature request: Python script window thoughts

    ctrl + '/' to add python comment prefix to lines (#)#= and =#  comment block syntax to wrap sections/chunks of code as comments# %% - to create a comment cell division for "cell comments", similar to PyCharm, VSCode, and Spyder
    Dark theme in python script window. Maybe I need to restart JMP, but after setting the theme and opening a new python script window in JMP, there is still the eye-piercing l...

    88th-Fold 88th-Fold
    Discussions |
    Oct 9, 2024 12:36 PM
    1151 views | 2 replies
  • Can Multi HTTP Request be used for this form of download?

    Thanks Experts!u = ""; d1 = Open( u, HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) );torqs = New Multi HTTP Request(); For( i = 1, i <= N Items( us ), i++, rq = New HTTP Request( Method( "GET" ), URL( u[i] ) ); //HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) rqs << Add( rq ); ); hh = rqs << Get Requests(); da = rqs << Download( "show progress", "detailed" );

    lala lala
    Discussions |
    Oct 9, 2024 5:04 AM
    1431 views | 4 replies
  • #DACH2024 : title and legend: blue font?


    adjust the colors interactively, then use the Enhanced log to get the right command ...

    Next step: create your toolbarand add a command with something like this:Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Size( 437, 413 ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smooth...

    hogi hogi
    Discussions |
    Oct 8, 2024 12:54 PM
    970 views | 3 replies

Latest Discussions

  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    705 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    656 views | 0 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    1098 views | 0 replies
  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    784 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    720 views | 0 replies
view all discussions