cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Control Chart - Gets limits but doesn't apply them also control charts can't save to data table

    Hi AllI have pieced together the below code and it creates the Control Charts and brings up the limits but doesn't actually apply them? The control charts also do not seem to have the ability to save back the data table unless i re run it in a new window?I understand there is a new script function but not sure how it applies to my code?appreciate all help given!  Names Default To Here( 1 ); dt = C...

    AlexS AlexS
    Discussions |
    Jul 15, 2020 12:32 AM
    3422 views | 6 replies
  • simple copy paste frm jmp to Excel not happening completely

    HiHelp! Please let know if this is some kind of a bug: I just tried to do a super simple copy paste of 2000 cells in a column in jmp to Excel and only 1600 get pasted in ExcelThe same operation has no issue for other two columns where all 2000 cells get pasted.Thanks

    kanchanjoshi kanchanjoshi
    Discussions |
    Jul 14, 2020 10:11 PM
    3014 views | 3 replies
  • Anderson-Darling - Shapiro Wilk

    I have to test the data for normality.First used 9 version now 15.0As I understand from the forum the Shapiro Wilk test is outdated and the Anderson-Darling test (AD) is currently being used. AD is used to define kind of DistributionNormal Distribution; Cauchy;Lognormal;Exponential;Gamma;SHASH;Weibull.But what about a criterion. Does it look like Shapiro-Wilk's?Please help me to interpret three si...

    Leonard Leonard
    Discussions |
    Jul 14, 2020 1:55 PM
    6235 views | 2 replies
  • Getting my script to wait for platform to finish

    Hi all   Hope you can help me with a large problem, my scrip is making a new window with a report header, then the user is putting in the columns for analysis and click OK. From that analysis I make a "Combined Data Table" but it always fails because the scrip it not waiting for the platform to finish. So my report generation stops. I know the script works when I use a list for named columns or fo...

    Jakob Jakob
    Discussions |
    Jul 14, 2020 7:39 AM
    1583 views | 1 replies
  • Creating a New Column with Initial Sequence Data

    I frequently concatenate multiple data tables into a single table and then add two new columns with initialized data. New Column 1 is called "Device" and is a constant that I enter. New Column 2 is called "Index" and is sequential data from 1 to x, where x is the last row in the data table.  I would like to script the creation of these two new columns in the concatenated table, ideally with a Pop ...

    toddsmith77 toddsmith77
    Discussions |
    Jul 14, 2020 7:25 AM
    4088 views | 4 replies

Latest Discussions

  • simple copy paste frm jmp to Excel not happening completely

    HiHelp! Please let know if this is some kind of a bug: I just tried to do a super simple copy paste of 2000 cells in a column in jmp to Excel and only 1600 get pasted in ExcelThe same operation has no issue for other two columns where all 2000 cells get pasted.Thanks

    kanchanjoshi kanchanjoshi
    Discussions |
    Jul 14, 2020 10:11 PM
    3014 views | 3 replies
  • Getting my script to wait for platform to finish

    Hi all   Hope you can help me with a large problem, my scrip is making a new window with a report header, then the user is putting in the columns for analysis and click OK. From that analysis I make a "Combined Data Table" but it always fails because the scrip it not waiting for the platform to finish. So my report generation stops. I know the script works when I use a list for named columns or fo...

    Jakob Jakob
    Discussions |
    Jul 14, 2020 7:39 AM
    1583 views | 1 replies
  • Creating a New Column with Initial Sequence Data

    I frequently concatenate multiple data tables into a single table and then add two new columns with initialized data. New Column 1 is called "Device" and is a constant that I enter. New Column 2 is called "Index" and is sequential data from 1 to x, where x is the last row in the data table.  I would like to script the creation of these two new columns in the concatenated table, ideally with a Pop ...

    toddsmith77 toddsmith77
    Discussions |
    Jul 14, 2020 7:25 AM
    4088 views | 4 replies
  • Turning a continuous variable into a discrete variable

    Hi all - was wondering if someone could give me a few pointers on a problem I'm struggling with. I would like to create a dummy variable using a range of values based on a continuous variable. I would like to take a set of values and place them in nominal "buckets" if you will.For example the data is12451113I want take those values and id when range they fall into. So 1- 12, 13-20, etc. Any ideas?...

    dannyfinn11 dannyfinn11
    Discussions |
    Jul 11, 2020 7:53 PM
    15901 views | 9 replies
  • SAP to JMP

    Is there any way to import/export data between JMP and SAP?

    tom_abramov tom_abramov
    Discussions |
    Jul 11, 2020 12:38 AM
    11962 views | 5 replies

Latest Discussions

  • [JSL Contour Plot] Method of define contour plot, number, minimum, maximum

    The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble. In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum = 1.4, minimum =1. However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.   Does someone have experience how t...

    Stokes Stokes
    Discussions |
    Jun 25, 2020 12:09 PM
    1190 views | 0 replies
  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1170 views | 0 replies
  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4425 views | 0 replies
  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2036 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    1882 views | 0 replies
view all discussions