cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Update the content of a DisplayBox with an Associate Array when the selection of a ComboBox changes ?

    [Version: JMP Pro 16.2.0]
    Hello, I am trying to build an interface window for a script that: sends the current data table to Python and get user-input values for the parameters,performs some actions in Python,adds some columns from a Python DataFrame to the current data table. I added as attachment the layout I have in mind for the interface. I haven't figured out yet how to update the content of t...

    fch_jmp fch_jmp
    Discussions |
    Dec 14, 2022 7:16 AM
    4067 views | 7 replies
  • How to add graph label for only one plotted y-variable?

    In attached JMP table I create a simple graph plotting:- the column "Label" on the x-axis- the columns "Std Dev(Size of error)" and "Mean(Absolute error)" on the y-axis(the graph is also included in the attached data table)Using the last column, MAE, I would like to label only the points from the column "Mean(Absolute error)". I have successfully labelled graphs in the past as below:dtSummary:MAE ...

    scottahindle scottahindle
    Discussions |
    Dec 14, 2022 6:06 AM
    1055 views | 1 replies
  • Script error when it´s used in App-Builder

    I have a script to open and combine two tables. Based on selected time and runtype, it creates first subsets then combine those tables. When I run in script editor, or put it into add-in directly, it works fine. But I want to put that script under a "button box" in application builder, where it gives an error for each table subset. If I click both "ok", I get my final table anyway. But it´s distur...

    Metin_Tueluemen Metin_Tueluemen
    Discussions |
    Dec 14, 2022 4:39 AM
    1329 views | 2 replies
  • How to automate a report from Control charts once the JMP data file updated with new data?

    I have a series of control charts and need to update and accessible report every time the data gets an update. Idea is to have a report in any format that can be shared through share point, so people not having JMP can access, the format is flexible, powerpoint/pdf/web format, ...Besides I need to have two different chart formats included in report. Any automation in the procedure would be great h...

    Zara Zara
    Discussions |
    Dec 14, 2022 4:15 AM
    1183 views | 2 replies
  • Opening a data box without side panels?

    One can close the panels on the left of a data box with the command  close side panels( 1 );The command can be be sent as a message to the data box after the box is generated. Is there also an option which can be added to the New Data Box() command such that the data box is already opened without the panels? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp", invisible ); New Wind...

    hogi hogi
    Discussions |
    Dec 13, 2022 9:51 PM
    1468 views | 4 replies

Latest Discussions

  • How to add graph label for only one plotted y-variable?

    In attached JMP table I create a simple graph plotting:- the column "Label" on the x-axis- the columns "Std Dev(Size of error)" and "Mean(Absolute error)" on the y-axis(the graph is also included in the attached data table)Using the last column, MAE, I would like to label only the points from the column "Mean(Absolute error)". I have successfully labelled graphs in the past as below:dtSummary:MAE ...

    scottahindle scottahindle
    Discussions |
    Dec 14, 2022 6:06 AM
    1055 views | 1 replies
  • Script error when it´s used in App-Builder

    I have a script to open and combine two tables. Based on selected time and runtype, it creates first subsets then combine those tables. When I run in script editor, or put it into add-in directly, it works fine. But I want to put that script under a "button box" in application builder, where it gives an error for each table subset. If I click both "ok", I get my final table anyway. But it´s distur...

    Metin_Tueluemen Metin_Tueluemen
    Discussions |
    Dec 14, 2022 4:39 AM
    1329 views | 2 replies
  • How to automate a report from Control charts once the JMP data file updated with new data?

    I have a series of control charts and need to update and accessible report every time the data gets an update. Idea is to have a report in any format that can be shared through share point, so people not having JMP can access, the format is flexible, powerpoint/pdf/web format, ...Besides I need to have two different chart formats included in report. Any automation in the procedure would be great h...

    Zara Zara
    Discussions |
    Dec 14, 2022 4:15 AM
    1183 views | 2 replies
  • Opening a data box without side panels?

    One can close the panels on the left of a data box with the command  close side panels( 1 );The command can be be sent as a message to the data box after the box is generated. Is there also an option which can be added to the New Data Box() command such that the data box is already opened without the panels? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp", invisible ); New Wind...

    hogi hogi
    Discussions |
    Dec 13, 2022 9:51 PM
    1468 views | 4 replies
  • Entering a value issue

    I'm working with a prediction formula for a class project, and I'm trying to type in the median # of people for January (for example), and JMP won't let me type in a value. I keep getting the "you're doing something wrong" windows sound, and nothing will type!  

    alexrauf alexrauf
    Discussions |
    Dec 13, 2022 2:41 PM
    866 views | 1 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit.  However, when I run the 'Simulator' with equal experimental variables as above, and after adding ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    835 views | 0 replies
  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    665 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    677 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1174 views | 0 replies
  • 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
    723 views | 0 replies
view all discussions