cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • 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 19 is here! Learn more about the new features.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Multifile Import in a script / workflow

    What is the best way to use Multi File Import in a script? [I want to give the user the chance to edit the settings and then click on Import.]   My current approach: Pause the script till the import is ready:
    - use a while loop
    - stop it via
    Set Import Callback
    finished= 0; mfi = Multiple File Import( <<Set Import Callback( finished=1) ); my win = mfi << createwindow; while(not(finished), wait(1))...

    hogi hogi
    Discussions |
    Apr 13, 2025 5:42 AM
    912 views | 4 replies
  • How do I make a date/time box fuction with alternative text inputs?

    The script I'm working on has this function that creates a datebox with a default value as the argument, and if the user enters something that can't be recognized as a date, it sets the text back to that default value.  I want to add a feature where if you type certain keywords into the datebox, it will trigger it to do a certain behavior.  For example if the user types "yesterday" it will set the...

    PromtheusXavier PromtheusXavier
    Discussions |
    Apr 12, 2025 2:27 AM
    408 views | 1 replies
  • Images via virtual link

    JMP compresses imported images. But at the moment, JMP stores every image separately of the the other images.
    So, when the user imports the same image multiple times - the memory consumption increases with every "new" image.   An easy solution: follow an approach which was was presented  by @julian on Discovery Summit Europe 2025
    https://community.jmp.com/t5/Abstracts/Scaling-Innovation-Integrating-...

    hogi hogi
    Discussions |
    Apr 11, 2025 2:01 PM
    521 views | 2 replies
  • JMP 18 Python API

    Hello JMP Community.   I have JMP18 and am playing around with the new Python Integration.   I have a datatable. How would I create trendcharts using this datatable in JMP's Python Editor?   Thanks All!

    AdditiveLamb108 AdditiveLamb108
    Discussions |
    Apr 11, 2025 12:14 PM
    835 views | 3 replies
  • reading data from peak - y and x data

    Hi, I am having JMP 18 and I am looking for a way to read the max peak - I´d like to have the max y and equivalent x value. 

    katjes katjes
    Discussions |
    Apr 11, 2025 7:52 AM
    820 views | 3 replies

Latest Discussions

  • Multifile Import in a script / workflow

    What is the best way to use Multi File Import in a script? [I want to give the user the chance to edit the settings and then click on Import.]   My current approach: Pause the script till the import is ready:
    - use a while loop
    - stop it via
    Set Import Callback
    finished= 0; mfi = Multiple File Import( <<Set Import Callback( finished=1) ); my win = mfi << createwindow; while(not(finished), wait(1))...

    hogi hogi
    Discussions |
    Apr 13, 2025 5:42 AM
    912 views | 4 replies
  • How do I make a date/time box fuction with alternative text inputs?

    The script I'm working on has this function that creates a datebox with a default value as the argument, and if the user enters something that can't be recognized as a date, it sets the text back to that default value.  I want to add a feature where if you type certain keywords into the datebox, it will trigger it to do a certain behavior.  For example if the user types "yesterday" it will set the...

    PromtheusXavier PromtheusXavier
    Discussions |
    Apr 12, 2025 2:27 AM
    408 views | 1 replies
  • Images via virtual link

    JMP compresses imported images. But at the moment, JMP stores every image separately of the the other images.
    So, when the user imports the same image multiple times - the memory consumption increases with every "new" image.   An easy solution: follow an approach which was was presented  by @julian on Discovery Summit Europe 2025
    https://community.jmp.com/t5/Abstracts/Scaling-Innovation-Integrating-...

    hogi hogi
    Discussions |
    Apr 11, 2025 2:01 PM
    521 views | 2 replies
  • JMP 18 Python API

    Hello JMP Community.   I have JMP18 and am playing around with the new Python Integration.   I have a datatable. How would I create trendcharts using this datatable in JMP's Python Editor?   Thanks All!

    AdditiveLamb108 AdditiveLamb108
    Discussions |
    Apr 11, 2025 12:14 PM
    835 views | 3 replies
  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    565 views | 0 replies

Latest Discussions

  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    565 views | 0 replies
  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    487 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    530 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://filesystemname@accountname.dfs.core.windows.net 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    455 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    555 views | 0 replies
view all discussions