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

  • 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
    1328 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
    1182 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
    1463 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
  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Dec 13, 2022 12:22 PM
    942 views | 1 replies

Latest Discussions

  • 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
    1328 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
    1182 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
    1463 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
  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Dec 13, 2022 12:22 PM
    942 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
    676 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
    1173 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