cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How can I loop through multiple csv files and select them base on specific file name?

    Here is my code: path = "/users/BOT/Test_files/"; Set File Search Path( mypath ); // filter out all csv files in the path that contains "Pass" && Not contains "Conditional_Pass" or "Fail" in file name y = Files In Directory( mypath ); For( i = N Items( y ), i > 0, i--, If( (Ends With( y[i], ".csv" ) & Contains( y[i], "Pass" ) & Not( Contains( y[i], "Conditional_Pass" ) ) & Not( Contains( y[i],...

    Bin_JMPspace Bin_JMPspace
    Discussions |
    Oct 15, 2024 3:03 AM
    3211 views | 7 replies
  • Clearing Remembered Settings in Profiler?

    I am writing a script that uses the Prediction Profiler inside of the Fit Least Squares Platform. In particular, I am making use of the Maximize and Remember option, which saves the factor settings into the Remembered Settings Outline Box. After I save certain combinations, I want to clear out the settings. If I would be using JMP manually, I could simply go to the red triangle by "Remembered Sett...

    ThomasB ThomasB
    Discussions |
    Oct 15, 2024 12:20 AM
    1907 views | 2 replies
  • Check if a folder exists in a JMP Live space

    Hello, Using JSL in JMP18 I can create new folders in both my personal space and in other spaces on JMP Live using the 'Create Folder' function. When I create folders in my personal space, I can use the JSL 'Find Folders' function to list all existing folders first and check if my new folder already exists. I could then assure unique folder names trough JSL.The default behavior of JMP Live is to c...

    paul_vanoppen paul_vanoppen
    Discussions |
    Oct 14, 2024 9:46 PM
    2918 views | 5 replies
  • How to get last entry of raw?

    I have multiple measurement for a same part number in a raw. How can I get last entry in a one column. 

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Oct 14, 2024 8:09 PM
    1758 views | 2 replies
  • Selecting multiple options in graph builder

    Is there a way to select multiple options in graph builder (eg red triangle next to "GRAPH BUILDER" So for example can I select SHOW - legend and SHOW title sequentially without going of the option window

    PTR50 PTR50
    Discussions |
    Oct 14, 2024 1:40 PM
    1083 views | 1 replies

Latest Discussions

  • Clearing Remembered Settings in Profiler?

    I am writing a script that uses the Prediction Profiler inside of the Fit Least Squares Platform. In particular, I am making use of the Maximize and Remember option, which saves the factor settings into the Remembered Settings Outline Box. After I save certain combinations, I want to clear out the settings. If I would be using JMP manually, I could simply go to the red triangle by "Remembered Sett...

    ThomasB ThomasB
    Discussions |
    Oct 15, 2024 12:20 AM
    1907 views | 2 replies
  • Selecting multiple options in graph builder

    Is there a way to select multiple options in graph builder (eg red triangle next to "GRAPH BUILDER" So for example can I select SHOW - legend and SHOW title sequentially without going of the option window

    PTR50 PTR50
    Discussions |
    Oct 14, 2024 1:40 PM
    1083 views | 1 replies
  • Problems with downloading JMP student

    I signed up for JMP student access and recevied the license information. On the license information page, when I click on the hyperlink "JMP Subscription Installer Download via MyJMP", I am getting an error message stating the following. How do I resolve this issue as my graduate class starts in 3 days? "Thank you for your interest in accessing My JMP. We apologize for any inconvenience, but we ar...

    MSSJU MSSJU
    Discussions |
    Oct 14, 2024 11:06 AM
    1374 views | 1 replies
  • Importing Excel Files Containing Mixed Date Formats into JMP results in missing values

    Hello!

    I am currently facing an issue while importing an Excel file that contains a date column into JMP. This column includes two different formats: "DD/MM/YYYY" and "DD/MM/YYYY hh:mm". The "DD/MM/YYYY" format should be interpreted as midnight, i.e., "DD/MM/YYYY 00:00". However, when I import the file into JMP, whether via script or the GUI, whatever import option used, JMP seems to import missing...

    Florent_M Florent_M
    Discussions |
    Oct 14, 2024 5:08 AM
    3291 views | 4 replies
  • Individual Control Chart

    here you find 54 individual data, exponentially distributed.JMP analyses the data and provides a STRANGE Control ChartWhy?See the attached fileFausto Galetto

    faustoG faustoG
    Discussions |
    Oct 12, 2024 9:24 AM
    46432 views | 61 replies

Latest Discussions

view all discussions