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

  • question on right function

    Trying to use Right function as below in my jsl codedt << New Column("ORIG_MARK",Character,Nominal,Formula(Right(:result,(Contains(:result,"_",3)))));The result of this statement is as below,but I intend to eliminate the "_" from every row in the ORIG_MARK column.How can I modify the above statement to accomplish this?resultORIG_MARKORIG_MARK_A_AORIG_MARK_B_BORIG_MARK_C_CORIG_MARK_D_DORIG_MARK_E_E

    ENTHU ENTHU
    Discussions |
    Apr 27, 2022 10:55 AM
    1446 views | 1 replies
  • Possible to update an object in a non-modal window

    hello,I have a script that will bring up a column dialog and the manage spec limit platform.  I'd like to be able to click the update button and have the manage spec limit table reflect the selected columns.  I have not be able to figure this out so the work around is to have the window close and then reopen calling some global variables. Can anyone propose a less cumbersome way of accomplishing t...

    shampton82 shampton82
    Discussions |
    Apr 27, 2022 8:14 AM
    1078 views | 2 replies
  • Does any one have the script of bootstrap F2 which is used for the comparison of dissolution curves?

    Bootstrap f2 is used for the comparison of dissolution curves in pharma industry. I am trying to figure out if any one has built a script for this?

    Parsakarthik1 Parsakarthik1
    Discussions |
    Apr 27, 2022 6:22 AM
    6232 views | 10 replies
  • Error while running example - Save Picture ()

    I am on 16.2.0 (Windows 10).While running the Save Picture (example) in the Scripting Index, I am getting the attached error. What is going wrong?//:*/ << Save Picture( "path/to/example.png", "png" ); /*: //:*/ dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); /*: Data Table( "Big Class" ) //:*/ Names Default To Here( 1 ); //This message applies to all display box objects dt = Open( "$SAMPLE_DATA/Big ...

    Neo Neo
    Discussions |
    Apr 27, 2022 3:12 AM
    1737 views | 2 replies
  • How to script to submit scheduled job

    HiIs there a scriptable way to submit a scheduled job?Thanks

    Tomer9w Tomer9w
    Discussions |
    Apr 26, 2022 10:49 AM
    1910 views | 3 replies

Latest Discussions

  • Does any one have the script of bootstrap F2 which is used for the comparison of dissolution curves?

    Bootstrap f2 is used for the comparison of dissolution curves in pharma industry. I am trying to figure out if any one has built a script for this?

    Parsakarthik1 Parsakarthik1
    Discussions |
    Apr 27, 2022 6:22 AM
    6232 views | 10 replies
  • How to script to submit scheduled job

    HiIs there a scriptable way to submit a scheduled job?Thanks

    Tomer9w Tomer9w
    Discussions |
    Apr 26, 2022 10:49 AM
    1910 views | 3 replies
  • Importing multiple files

    Dear all, my problem has probably been brought up before as it is quite basic but I couldn't find the solution to my exact problem. I want to import multiple files with the same structure,  manipulate them in the identical way and then glue a subset of them together. I have done the importing and data manipulation part in the following generic way:dt = Open( "PATH/File1.xlsx", Worksheets( "Table...

    NominalLogNewt5 NominalLogNewt5
    Discussions |
    Apr 26, 2022 8:38 AM
    1866 views | 4 replies
  • Manage Response Limits

    Is there an interest for Manage Response Limits add-in which would work in similar manner as the Manage Spec Limits JMP already has? I would like to to have some very generic add-in/tool which would handle all/selected column properties, but I do not have time to write one at the moment   Here are some images of the possible addin: using Tiretread.jmp as example as it has some existing response li...

    jthi jthi
    Discussions |
    Apr 26, 2022 8:37 AM
    1034 views | 1 replies
  • Defining Factor Constraints

    Hi all,  I am trying to create a design with 7 continuous factors, 2 levels each. However due to technical constraints I can not perform the combination of factor 1 (levels 2 & 5) at anything below its maximum in combination with factor 2 (levels 5 & 10) at anything above its minimum. When I add a constraint for F1 min level (2) and F2 max level (10) it gives me a design using 2.15 and 9.75 instea...

    Emelie Emelie
    Discussions |
    Apr 26, 2022 8:27 AM
    877 views | 1 replies

Latest Discussions

  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    2513 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    793 views | 0 replies
  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    842 views | 0 replies
  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    597 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    766 views | 0 replies
view all discussions