cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • How to include code to show the Grid Lines in the Variability plot for X-Axis?

    Hi, There is a list named "ColumnsList" with columns name from my Datatable for which i would like to make Variability plot for all columns present in the list.Following Script creates box plots for all columns as required in the single page, theExpr = "Variability Chart( Y( :\!"" || ColumnsList[1] || "\!""; For( p = 2, p <= N Items( ColumnsList ), p++, theExpr = theExpr || ", :\!"" || ColumnsL...

    AlexR846 AlexR846
    Discussions |
    Mar 21, 2022 9:25 AM
    1446 views | 2 replies
  • Graph Builder Overlay Legend Limit

    Hi,   I'm having trouble showing all of the items in the legend list when I overlay a column in the Graph Builder.   I'm experiencing a similar issue as the following post: Graph Builder Overlay Limit    Also, I'm not sure what this part of the script actually is doing to achieve the showing of all of the items in the legend list: Dispatch( {}, "400", LegendBox, {Orientation( "Horizo...

    sciguy sciguy
    Discussions |
    Mar 21, 2022 7:13 AM
    4260 views | 7 replies
  • Why my saved Interactive Html (Graph Builder) & Local Filter not interactive?

    Hello expert,I'm almost at the end of my project for 2nd batch of interactive html report but my beautiful graphs saved in .html are not interactive.I used similar logic to my 1st batch of interactive html report (which is successfully automated and interactive).Why my interactive report not interactive?What can I do to make it interactive. I've added the Top header but didn't work out. //create G...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Mar 21, 2022 2:49 AM
    4091 views | 7 replies
  • 如何将用软件制作图形的背景设透明?

    您好!例如、制作这个气泡图  如何将图形的背景设透明?谢谢!

    lala lala
    Discussions |
    Mar 21, 2022 2:38 AM
    4572 views | 12 replies
  • Add additional values to list using col list box

    Is it possible that an existing list would have an additional data from col list box?For example: Fruits = {"apple", "mango", "strawberry"}Then, when user picked banana, orange from the col list box, it will be added to the fruits list.  I tried using Fruits = get items but only the initial list values are initialized. Pls help

    UserID16644 UserID16644
    Discussions |
    Mar 21, 2022 12:32 AM
    992 views | 1 replies

Latest Discussions

  • How to find relation in parameters pairs in one variable

    Hi  I have a table with a failure list.  Each row has a systems ID and parts failed number   I would like to test if there are pairs of parts (or pairs). This means if there are pairs of parts in a system that fails together.  If the parts fail together it will be shown by two different rows.     

    Talchaim-Damri Talchaim-Damri
    Discussions |
    Mar 19, 2022 3:15 PM
    1170 views | 2 replies
  • Encounter the warning message “JMP Pro Access Violation Error” and functions disappear

    I'm using JMP pro 16.1.0. While using it, I then received the warning message "JMP Pro Access Violation Error" after that program shutdown itself immediately. When I open the program back, I reallize that some functions are disappear i.e., fit model step wise.Another observation is that the license becomes expire eventhough I updated it before. Whenever I successfully update the license and close ...

    TasapornV TasapornV
    Discussions |
    Mar 19, 2022 6:00 AM
    985 views | 1 replies
  • Set user in put as new variable

    Hello,  I am looking to create a script which takes a user input and outputs these inputs into a data table. My script below outputs a data table but does not insert the user variables, would someone be able to help as I think I may be misunderstanding how to insert it.  v1 = text = " ID"; // two numbers with default w = New Window( "Synch Request", // opens a window with a title and this content...

    LukeFarrell LukeFarrell
    Discussions |
    Mar 19, 2022 1:15 AM
    1881 views | 4 replies
  • As a new member of JMP, what should I focus on.

    MasonWang MasonWang
    Discussions |
    Mar 18, 2022 11:26 AM
    1162 views | 3 replies
  • How to work with R tibble objects

    I really like integrating R code in JSL, but how can I deal with the correct handling of a tibble (dplyr) object. It seems like the object is damaged, when displayed in JMP. The output on my PC is visible in the appended image.R Init(); R Submit("library(dplyr)"); x = R Execute({},{data_table},"\[ data_table <- tibble(x = c("A", NA, "B", "C"), y = c("D", "E", "F", "G")) ]\" ); data_table << N...

    JHX JHX
    Discussions |
    Mar 18, 2022 10:32 AM
    1880 views | 3 replies

Latest Discussions

  • 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
    599 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
    770 views | 0 replies
  • How to introduce lower bounds for simulated data in Profiler platform

    Hi JMP community,   (JMP Pro 16.0.0)   I'm hoping to find out if there is a way to include lower bounds to simulated data in the Profiler platform. I have several predictors going into a model, but few data points to fit. So, in order to generate simulated ("synthetic") data, I use the Prediction Profiler platform along with the multivariate correlation structure of the data to generate thousands ...

    SDF1 SDF1
    Discussions |
    Feb 1, 2022 11:09 AM
    589 views | 0 replies
  • Query Builder filtering on date stored in Varchar(20)

    Query Builder - date filter.SQL ServerJMP version 16.2In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like. Using SQL outside Query BuilderSELECT TOP (1000) [LABJOBNO]      ,[DESPA...

    HansD HansD
    Discussions |
    Jan 25, 2022 6:12 AM
    1391 views | 0 replies
view all discussions